I am trying to mod other units to have a similar ability to the Aztec Eagle Warrior. I have found the lines of code:
in UnitAbilityModifiers:
And in ModifierId you can change it from UNIT_BUILDER to other types.
However, I cannot find anywhere where this ability is given to the Eagle Warrior.
How would I go about giving this ability to a different unit?
in UnitAbilityModifiers:
Code:
UnitAbilityType=ABILITY_CAPTIVE_WORKERS ModifierID=CAPTURE_COMBAT_UNITS_AS_WORKERS
However, I cannot find anywhere where this ability is given to the Eagle Warrior.
How would I go about giving this ability to a different unit?
Last edited: