Difference between revisions of "List of bonus value types"

From VCMI Project Wiki
Jump to: navigation, search
(Created page with "Total value of Bonus is calculated using the following forumla: (((BASE_NUMBER * (100 + PERCENT_TO_BASE) / 100) + ADDITIVE_VALUE) + PERCENT_TO_ALL) Then, INDEPENDENT_MAX and...")
 
Line 1: Line 1:
 
Total value of Bonus is calculated using the following forumla:
 
Total value of Bonus is calculated using the following forumla:
  
(((BASE_NUMBER * (100 + PERCENT_TO_BASE) / 100) + ADDITIVE_VALUE) + PERCENT_TO_ALL)
+
((BASE_NUMBER * (100 + PERCENT_TO_BASE) / 100) + ADDITIVE_VALUE) * (* 100 + PERCENT_TO_ALL) / 100
  
 
Then, INDEPENDENT_MAX and finally INDEPENDENT_MIN caps are applied.
 
Then, INDEPENDENT_MAX and finally INDEPENDENT_MIN caps are applied.

Revision as of 11:51, 24 December 2012

Total value of Bonus is calculated using the following forumla:

((BASE_NUMBER * (100 + PERCENT_TO_BASE) / 100) + ADDITIVE_VALUE) * (* 100 + PERCENT_TO_ALL) / 100

Then, INDEPENDENT_MAX and finally INDEPENDENT_MIN caps are applied.

List of all bonus value types

  • ADDITIVE_VALUE
  • BASE_NUMBER
  • PERCENT_TO_ALL
  • PERCENT_TO_BASE
  • INDEPENDENT_MAX
  • INDEPENDENT_MIN

Additional links