Where is Coercion racial ability?

Can't seem to find it under abilitydefs.xml?

 

I've been modding abilities and was hoping to do something with this.

5,635 views 3 replies
Reply #1 Top

If I recall correctly, Coercive uses PatrioticAbility.

Reply #2 Top

Yes, the devs changed what the Patriotic ability did when they got rid of the LEP.  Internally it's still called Patriotic but in the Text files it is renamed to Coercive, which is then displayed in the game.

 

From the AbilityText.xml file in the Data/English/Text directory:

 

<StringTable>
<Label>PatrioticAbility_Name</Label>
<String>Coercive</String>
</StringTable>

Hope this helps. :)

Reply #3 Top

Thanks a bunch guys that helps a lot!