XCOM 2
32 个评价
[LWOTC] Proficiency Class Pack
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
1.337 MB
2022 年 11 月 5 日 下午 2:57
2022 年 11 月 5 日 下午 3:50
2 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
[LWOTC] Proficiency Class Pack

描述
[Reupload]
My take on adapting the excellent Proficiency class pack to LWOTC.

Note that while LWOTC and Prof class packs are hard requirements, the plugins for the faction soldiers are only needed in case you want to use them. There are instructions in the XComClassData.ini file on how to enable/disable changes related to the faction soldiers.

The details for the classes and the associated perks are listed here[docs.google.com]
42 条留言
onestrongbow GocleCD 9 月 3 日 上午 8:52 
same as @Landar786
Landar486 7 月 26 日 下午 6:32 
anyone else's proficiency classes bridged with this lwotc mod not getting soldier ability points? my base rocketeer & field chemist are
lety4ayavoropaeva 5 月 24 日 下午 4:37 
There is such a code in the [LWOTC] Proficiency Class Pack mod.
For some reason, I got rank 5 abilities at rank 2. And the rank images are not displayed.
What could be the problem? What are the symptoms?
I thought that another Skirmisher mod also edits, BUT at the beginning of the code block you can see that the data is being forced to zero

`[Skirmisher X2SoldierClassTemplate]
!SoldierRanks=()
; CPT (5)
+SoldierRanks=( AbilitySlots=( \\
(AbilityType=(AbilityName="CombatPresence", ApplyToWeaponSlot=eInvSlot_Unknown)), \\
(AbilityType=(AbilityName="WOTC_APA_ExplosiveAction")), \\
(AbilityType=(AbilityName="WOTC_APA_FireAndFury", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)), \\
(RandomDeckName="SkirmisherTier2XComAbilities"), \\
(AbilityType=(AbilityName="LightningHands", ApplyToWeaponSlot=eInvSlot_Pistol))), \\
aStatProgression=( \\`
lety4ayavoropaeva 5 月 23 日 下午 3:06 
My problem: Templar does not have the ability to strike with gaunlets. Shoots from a pistol (secondary weapon).

Information for those who will face the same problem.
In the description of the mod "[LWOTC] Proficiency Class Pack" it is written "the plugins for the faction soldiers are only needed in case you want to use them". I did not want to use the mod "[WOTC] Proficiency Class Plugin: Templar". But in the end it was this mod that broke my Templar.
Solution: comment out or delete the lines in the [Templar X2SoldierClassTemplate] block of the XComClassData.ini file or create a similar file in a local mod with a similar block copied from LWOTC
lety4ayavoropaeva 4 月 19 日 下午 12:02 
Does [WOTC] LW2 Secondary Weapons is a requirement?
It is a requirment for [WOTC] Proficiency Class Pack
AVIS 3 月 9 日 上午 1:54 
Does this allow for other proficiency classes to be used n lwotc or just the original ones?
KuMunRen 2024 年 7 月 6 日 下午 4:16 
#Luna thanks you
Luna 2024 年 7 月 2 日 上午 7:24 
#KuMunRen It is the XComClassData.ini Config file , I'm using the Alternative Mod Launcher to edit the file
KuMunRen 2024 年 7 月 1 日 下午 1:40 
#Luna, which file is it ? Where this file ? Need help
Luna 2024 年 7 月 1 日 上午 7:41 
I think I managed to fix the Templar unequipped bug. it looks like the line of code in the class data is just missing a "+" at the beginning of the Allowed weapons code.
So you guys can just add in the "+" like this.
+AllowedWeapons=(SlotType=eInvSlot_PrimaryWeapon, WeaponType="gauntlet")
+AllowedWeapons=(SlotType=eInvSlot_SecondaryWeapon, WeaponType="sidearm")

dont know if it will work for you guys