XCOM 2
Long War Perk Pack
Pandora Fay 2016 年 9 月 19 日 下午 8:53
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.
最后由 Pandora Fay 编辑于; 2016 年 9 月 19 日 下午 8:57