Psi training time modding

Post Reply
Zymos
Posts: 14
Joined: Sat Jan 28, 2017 2:35 am

Psi training time modding

Post by Zymos »

Hey.

So the way I understand it, Psi Operative skills have the following training time:

Psi training time = Vanilla XCOM 2 training time + Extra LW2 formula that makes the train time go up the bigger the distance between the rank of the soldier and rank of the skill.

Thus a lvl 1 soldier will have a huge training time for Domination (endgame skill).

Example 1:
Lvl 1 Psi Op trying to train Stasis (lvl 5 ability) and Domination (lvl 8 ability):
Lvl 1 example.jpg
Lvl 1 example.jpg (100.46 KiB) Viewed 7032 times
Example 2:
Lvl 2 Psi Op trying to train Stasis (lvl 5 ability) and Domination (lvl 8 ability):
Lvl 2 example.jpg
Lvl 2 example.jpg (97.97 KiB) Viewed 7032 times
How do I edit this extra train time formula?
vwtrotsky
Posts: 5
Joined: Fri Jan 20, 2017 12:02 pm

Re: Psi training time modding

Post by vwtrotsky »

File LW_Overhaul\Config\XComGameData.ini
Try to edit this:

Code: Select all

XComHeadquarters_PsiTrainingDays[0]=5 ;Easy
XComHeadquarters_PsiTrainingDays[1]=6 ;Normal
XComHeadquarters_PsiTrainingDays[2]=6 ;Classic
XComHeadquarters_PsiTrainingDays[3]=6 ;Impossible

PsiTrainingRankScalar[0]=10.0f ;Easy
PsiTrainingRankScalar[1]=12.0f ;Normal
PsiTrainingRankScalar[2]=12.0f ;Classic
PsiTrainingRankScalar[3]=12.0f ;Impossible
Post Reply