Jump to content

Where is the cooldown for Lightning Hands located?


leejonnymr

Recommended Posts

There's no logic I can see about which things are declared as ini file parameters vs what is hard coded into the UC files. The lightning hands cooldown is hardcoded in X2Ability_SharpshooterAbilitySet.uc:

static function X2AbilityTemplate LightningHands()
...
Cooldown.iNumTurns = 4;

So you'd need to create a "real" mod with this file modified, and then go through all the steps to compile.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...