Difference between revisions of "User talk:Gozolo"
no edit summary
imported>Gozolo |
imported>Gozolo |
||
Line 1: | Line 1: | ||
I'm new to 'wiki' CMS, but I made a little investigation on how barter works in Fallout 3, so if a moderator finds it useful it can be added to the site. Meanwhile I'll post it here | I'm new to 'wiki' CMS, but I made a little investigation on how barter system works in Fallout 3, so if a moderator finds it useful it can be added to the site. Meanwhile I'll post it here. | ||
There are 4 parameters that effect the result of the price in the barter system. 2 for the buying prices and 2 for the selling prices. | There are 4 parameters that effect the result of the price in the barter system. 2 for the buying prices and 2 for the selling prices. | ||
Line 14: | Line 14: | ||
Buying from a vendor formula: | |||
Price = ( 'Item Value' * fBarterBuyBase ) + ( 'Item Value' * 'Skill' * fBarterBuyMult / 100 ) | Price = ( 'Item Value' * fBarterBuyBase ) + ( 'Item Value' * 'Skill' * fBarterBuyMult / 100 ) | ||
Selling to a vendor formula: | |||
Price = ( 'Item Value' * fBarterSellBase ) + ( 'Item Value' * 'Skill' * fBarterSellMult / 100 ) | Price = ( 'Item Value' * fBarterSellBase ) + ( 'Item Value' * 'Skill' * fBarterSellMult / 100 ) | ||
Line 26: | Line 26: | ||
Examples: | Examples: | ||
As an example I'll take 'Ol' Painless' Hunting Rifle, which value | As an example I'll take 'Ol' Painless' Hunting Rifle, which has a value '250'. | ||
With default parameters the results will be (considering that Player's 'barter' skill is 50): | With default parameters the results will be (considering that Player's 'barter' skill is 50): | ||
Line 40: | Line 40: | ||
Thanks for your attention. I hope it'll will help. | Thanks for your attention. I hope it'll will help. | ||
--[[User:Gozolo|gozolo]] 00: | --[[User:Gozolo|gozolo]] 00:25, 27 June 2009 (UTC) |