XCOM 2
Long War Perk Pack
Pandora Fay 19 Sep, 2016 @ 8:53pm
Rename Perks
I'm creating my own class (for personal use); Is it possible to change LW Perk names? I don't want to change what the perk does, just what it's called. Is it as simple as changing the "LocFriendlyName="?

Example:

[XComGame.Quickdraw X2AbilityTemplate]
[Quickdraw X2AbilityTemplate]
LocFriendlyName="Quickdraw"
LocLongDescription="Firing your pistol with your first action no longer ends your turn."
LocHelpText="Firing your pistol with your first action no longer ends your turn."
LocFlyOverText="Quickdraw"
LocPromotionPopupText="<Bullet/> Quickdraw allows the soldier to spread their fire around to different targets in the same turn.<br/>"

to

[XComGame.Quickdraw X2AbilityTemplate]
[Quickdraw X2AbilityTemplate]
LocFriendlyName="Fastdraw"
LocLongDescription="Firing your pistol with your first action no longer ends your turn."
LocHelpText="Firing your pistol with your first action no longer ends your turn."
LocFlyOverText="Fastdraw"
LocPromotionPopupText="<Bullet/> Fastdraw allows the soldier to spread their fire around to different targets in the same turn.<br/>"

Would this give me two perks that are the same, but have different names? So I could have one class with Quickdraw and another class with Fastdraw.
Last edited by Pandora Fay; 19 Sep, 2016 @ 8:57pm