Barter System Formula
From GECK
< Settings
Buying Price = Item Value * (fBarterBuyBase + Barter Skill * fBarterBuyMult / 100)
Selling Price = Item Value * (fBarterSellBase + Barter Skill * fBarterSellMult / 100)
Item Value is a parameter of the item and can be viewed and edited in G.E.C.K.
Barter Skill is Player's Barter skill. Although most merchants have a high Barter skill, it has no effect on the final price.
Buying Price accounts for the Calculate Buy Price Perk Entry Point, however there is no perk entry that adjusts the selling price.
Individual Settings
Setting | Default | Description |
fBarterBuyBase | 1.55 | Used to calculate base buying (from a vendor) price of the item. |
fBarterBuyMult | -0.45 | Used to calculate a buying (from a vendor) price reduction based on the skill of the player. |
fBarterSellBase | 0.45 | Used to calculate base selling (to a vendor) price of the item. |
fBarterSellMult | 0.45 | Used to calculate the increase of the selling (to a vendor) price of the item based on the skill of the player. |
Notes
- Buying price can't be lower than the Item Value, and the selling price can't be higher than the Item Value.