[help]how to edit the action

<GameItemType InternalName="PioneersKit">
    <Type>Accessory</Type>
    <!--Equipment Display Name/Description-->
    <DisplayName>Pioneer's Pack</DisplayName>
    <Description>The Pioneer's Pack is necessary for units to found new settlements.</Description>

    ~~

  <GameModifier>
      <ModType>Unit</ModType>
      <Attribute>UnlockAction</Attribute>
      <StrVal>BuildTown</StrVal>
    </GameModifier>

this is the code of PioneersKit,but I don't know how to edit the action.

 

1,286 views 1 replies
Reply #1 Top

Currently it appears that UnlockAction only accesses pre-configured actions within the game. It also appears that we cannot add any other actions like it. Your options are either UnlockCombatAbility for abilities that work in tactical combat, or to use Spells instead for strategical mode.