XCOM 2
[WotC] Create Your Own Class Templates [Old, Unsupported]
Lydia 2019 年 5 月 20 日 下午 4:20
No Perks Appear
I followed all of the instructions and deleted the comments but the class has no perks, even in the squadie rank
< >
正在显示第 1 - 2 条,共 2 条留言
Lydia 2019 年 5 月 20 日 下午 4:21 
RaunchyFartBomb 2019 年 5 月 23 日 下午 4:13 
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.


< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50