Template:UnitAbilityGlobalDef
From Heroes of Might and Magic: Olden Era Official Wiki
Splinter for ability_type = global_passive. Side-wide effects with no radius — the whole side (allies or enemies) is affected as long as the unit is on the battlefield. 11 instances in the 2026-05-03 corpus.
Join to UnitAbilityDef on ability_id.
Schema
This template defines the table "UnitAbilityGlobal". View table.
{{UnitAbilityGlobalDef
| ability_id = String <!-- FK -> UnitAbility.ability_id -->
| target = String (allowed values=ally,enemy)
| power = Integer
| tag = String <!-- 5 distinct in the current corpus -->
| affected_stat = String
| affected_stat_amount = Float
}}
Field notes
target— which side this applies to.allyfor unit-side buffs,enemyfor unit-side debuffs (e.g. Olgoi'senemy luck -1aura). Note this column is namedtargethere rather than theglobal_targetit carries on theUnitAbilityDefmodel — the splinter's context disambiguates the prefix.powerscales with rank/upgrade level. Base unit might havepower=1; the upg variant pushes the same effect topower=2.tagidentifies the global-passive family. Distinct values in 2026-05-03:avatar_of_war_aura,black_dragon_ally_aura,black_dragon_enemy_aura,olgoi_aura,sunlight_cavalry_aura. The tag is shared across variants of the same source unit, so it's a cheap way to find related rows.affected_stat/affected_stat_amountdescribe the stat the global passive applies. Always a single stat in the current corpus.
Related tables
- UnitAbility — parent (1:1 on
ability_id).


