XCOM 2
[WotC] Create Your Own Class Templates [Old, Unsupported]
Lydia 20 May, 2019 @ 4:20pm
No Perks Appear
I followed all of the instructions and deleted the comments but the class has no perks, even in the squadie rank
< >
Showing 1-2 of 2 comments
Lydia 20 May, 2019 @ 4:21pm 
RaunchyFartBomb 23 May, 2019 @ 4:13pm 
for your squaddie rank you have:
---------------------
+SoldierRanks=( AbilitySlots=( ;(AbilityType=()), \\
---------------------


this should be:
---------------------
+SoldierRanks=( AbilitySlots=( (AbilityType=()), \\
---------------------

the semicolon is the problem. Notice how no other rank has it. Also, you have 3 empty ability slots for the squaddie rank, this may also be problematic (but I'm not sure).


You also have :

---------------------
(StatType=eStat_Hacking,StatAmount=0),

(StatType=eStat_CombatSims,StatAmount=0)) \\
-----------------------

That should be:
---------------------
(StatType=eStat_Hacking,StatAmount=0), (StatType=eStat_CombatSims,StatAmount=0)) \\
-----------------------

(Note how they are on the same line, whereas the previous example had an empty line in between them). That needs to be fixed on every rank.


< >
Showing 1-2 of 2 comments
Per page: 1530 50