Difference between revisions of "List of bonus range types"

From VCMI Project Wiki
Jump to: navigation, search
(Additional links)
(List of all Bonus range types)
Line 4: Line 4:
 
* ONLY_MELEE_FIGHT //used to mark bonuses for attack/defense primary skills from spells like Precision (distance only)
 
* ONLY_MELEE_FIGHT //used to mark bonuses for attack/defense primary skills from spells like Precision (distance only)
 
* ONLY_ENEMY_ARMY
 
* ONLY_ENEMY_ARMY
 +
TODO: in 0.91 ONLY_MELEE_FIGHT / ONLY_DISTANCE_FIGHT range types work ONLY with creature attack, should be extended to all battle abilities.
 
{{Bonuses}}
 
{{Bonuses}}

Revision as of 18:28, 5 February 2013

List of all Bonus range types

  • NO_LIMIT
  • ONLY_DISTANCE_FIGHT
  • ONLY_MELEE_FIGHT //used to mark bonuses for attack/defense primary skills from spells like Precision (distance only)
  • ONLY_ENEMY_ARMY

TODO: in 0.91 ONLY_MELEE_FIGHT / ONLY_DISTANCE_FIGHT range types work ONLY with creature attack, should be extended to all battle abilities.

Bonus string constants

Additional links