17
editsAd placeholder
Talk:Trading and item pricing: Difference between revisions
Jump to navigation
Jump to search
→Discount Percentage
Line 38: | Line 38: | ||
I was puzzled by what is shown in the discount percentage, so I did a bit of investigation resulting in the following findings: | I was puzzled by what is shown in the discount percentage, so I did a bit of investigation resulting in the following findings: | ||
All data collected is from Honor mode. | |||
Using the wiki formula, I calculate the price modifier per: | |||
price_modifier = (3.0 - attitude / 200 - persuasion / 10) | price_modifier = (3.0 - attitude / 200 - persuasion / 10) | ||
Measurements: | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 57: | Line 59: | ||
|} | |} | ||
And I find: | |||
discount_percent = (1 - 3.0 / price_modifier) * 100 | |||
[[User:Tulth|Tulth]] ([[User talk:Tulth|talk]]) 23:09, 3 April 2024 (CEST) |