Difference between revisions of "List of bonus duration types"

From VCMI Project Wiki
Jump to: navigation, search
(Additional links)
Line 14: Line 14:
 
* COMMANDER_KILLED
 
* COMMANDER_KILLED
  
== Additional links ==
+
{{Bonuses}}
*[[Bonus system]]
 
*[[Bonus Format]]
 

Revision as of 18:06, 5 February 2013

Bonus may have any of these durations. They acts in disjunction.

List of all bonus duration types

  • PERMANENT
  • ONE_BATTLE //at the end of battle
  • ONE_DAY //at the end of day
  • ONE_WEEK //at the end of week (bonus lasts till the end of week, thats NOT 7 days
  • N_TURNS //used during battles, after battle bonus is always removed
  • N_DAYS
  • UNITL_BEING_ATTACKED //removed after attack and counterattacks are performed
  • UNTIL_ATTACK //removed after attack and counterattacks are performed
  • STACK_GETS_TURN //removed when stack gets its turn - used for defensive stance
  • COMMANDER_KILLED

Bonus string constants

Additional links