XCOM 2
[WOTC] Stances
madwolf 12 Jun, 2020 @ 11:19pm
little help
Can I ask your help? i have problems with the new version to replicate the same stats as the old version. all the skills shows up with the wrong icon, and do basically nothing

[WOTCStances.X2Ability_Stances]
+Stances=(Id = "StanceGuard", \\
WillDrainPerTurn = -20, \\
MaximumDuration = 1,
EnterAbility = ( \\
Icon = "UILibrary_PerkIcons.UIPerk_one_for_all", \\
WillCost = -20, \\
ApRequired = 2, \\
ApCost = 1, \\
), \\
LeaveAbility = ( \\
Icon = "UILibrary_PerkIcons.UIPerk_evasion", \\
ApCost = 1, \\
), \\
Modifiers = ( \\
( \\
Stat = eStat_Offense, \\
Value = -50, \\
), \\
( \\
Stat = eStat_Defense, \\
Value = 50, \\
), \\
( \\
Stat = eStat_Dodge, \\
Value = 50, \\
), \\
( \\
Stat = eStat_Mobility, \\
Value = 0.3, \\
ModOp = MODOP_Multiplication, \\
), \\
( \\
Stat = eStat_SightRadius, \\
Value = 0.4, \\
ModOp = MODOP_Multiplication, \\
), \\
), \\
)

+Stances=(Id = "StanceFocus", \\
MaximumDuration = 1,
EnterAbility = ( \\
Icon = "UILibrary_PerkIcons.UIPerk_aim", \\
WillCost = 0, \\
ApRequired = 2, \\
ApCost = 0, \\
), \\
LeaveAbility = ( \\
Icon = "UILibrary_PerkIcons.UIPerk_evasion", \\
ApCost = 0, \\
), \\
Modifiers = ( \\
( \\
Stat = eStat_Offense, \\
Value = 20, \\
), \\
( \\
Stat = eStat_CritChance, \\
Value = 20, \\
), \\
( \\
Stat = eStat_PsiOffense, \\
Value = 20, \\
), \\
( \\
Stat = eStat_Hacking, \\
Value = 20, \\
), \\
( \\
Stat = eStat_Defense, \\
Value = -30, \\
), \\
( \\
Stat = eStat_Dodge, \\
Value = -30, \\
), \\
( \\
Stat = eStat_Mobility, \\
Value = 0.7, \\
ModOp = MODOP_Multiplication, \\
), \\
), \\
)

+Stances=(Id = "StanceRush", \\
WillDrainPerTurn = 3, \\
MaximumDuration = 1,
EnterAbility = ( \\
Icon = "UILibrary_PerkIcons.UIPerk_bloodcall", \\
WillCost = 3, \\
ApRequired = 2, \\
ApCost = 0, \\
), \\
LeaveAbility = ( \\
Icon = "UILibrary_PerkIcons.UIPerk_evasion", \\
ApCost = 0, \\
), \\
Modifiers = ( \\
( \\
Stat = eStat_Mobility, \\
Value = 1.3, \\
ModOp = MODOP_Multiplication, \\
), \\
( \\
Stat = eStat_Offense, \\
Value = -20, \\
), \\
( \\
Stat = eStat_Dodge, \\
Value = 40, \\
), \\
( \\
Stat = eStat_Defense, \\
Value = -40, \\
), \\
( \\
Stat = eStat_SightRadius, \\
Value = 0.5, \\
ModOp = MODOP_Multiplication, \\
), \\
), \\
)
< >
Showing 1-3 of 3 comments
madwolf 13 Jun, 2020 @ 2:39am 
seems that removing MaximumDuration = 1, helps. don't know why it breaks everything
Kittah Khan  [developer] 30 Jun, 2020 @ 2:18pm 
You missed the \\ at the end of MaximumDuration = 1,
It ends the ini line if you don't add it.

My bad for taking so long to answer, I didn't notice the topic.
Last edited by Kittah Khan; 30 Jun, 2020 @ 2:19pm
Stukov81-T.TV 8 Aug, 2022 @ 12:37pm 
Damn i was reading this before trying to edit the config ... and did exactly the same mistake ....
< >
Showing 1-3 of 3 comments
Per page: 1530 50