Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
To clarify for those also looking to do a similar thing: I wanted to use these abilities with psi amps, not with guantlets. So I copied the damage spreads from the file called
XComGameData_WeaponData.ini
within that file is a category called
[XComGame.X2Item_DefaultWeapons]
That section contains all the information for PsiAmps pertaining to the Gria Geomancer abilities (and gremlin-based abilities as well). You need to copy that information to the file of the same name WITHIN THE LWOTC FOLDER. Make sure it is underneath the same category heading ([XComGame.X2Item_DefaultWeapons]), and it should all work fine!
I FOUND IT
Ok, so, idk if this is entirely a fix for everything but after digging through everything, I found that gria's XComPsiGauntlet.ini is empty except for the gauntlet's STATBONUSBONUS. Compared to other mods, who had a spread of PsiGauntletT1_AbilityDamage entries;
+PsiGauntletT1_AbilityDamage = (Damage=2, Spread = 1, PlusOne = 0, Crit = 0, Pierce = 1, Shred = 1, Rupture = 0, Tag = "RM_Lance", DamageType="Psi")
+PsiGauntletT1_AbilityDamage = (Damage=1, Spread = 0, PlusOne = 0, Crit = 0, Pierce = 0, Shred = 0, Rupture = 0, Tag = "RM_Reave", DamageType="Psi")
Etc etc etc.
So i grabbed all of the entries of XComPsiGauntlet from Mitzuri's Perk Pack and the DLC extension and dumped it all into the psi gauntlet config, saved it, and launched it. AND ALL OF THE ABILITIES FROM GRIA THAT DIDNT HAVE DAMAGE WHEN THEY SHOULD HAVE HAVE DAMAGE NOW!
The math to convert the typical 50-140 psi range into a 65-100 "aim" includes a square root, so a breakdown of what each source of psi is actually giving you would be difficult at best.
so instead the total current psi is fed through it as one entry. but it is all accounted for.
the point of the square root is to have the "aim" ramp up faster at lower psi amounts without becoming ridiculous at higher amounts.
LWOTC wipes out the extra damage array from pisamps and replaces it with it's own. Modjam might fix that up? but otherwise you'll prolly need to go looking for where LWOTC stores it's numbers and add the appropriate ones.