PA-10 Gasmask Fix
Simple and dirty fix to the PA-10 Mask having 0 Radiation and 0 PSI resistances causing fail to trigger upgrades.
Hello Stalkers!
For those who are like to explore every corner of the game and use even most basic equipment here comes the quick and dirty fix for PA-10 Gasmask.
Why:
PA-10 Gasmask have a known bug of having 0 Radiation and 0 PSI Resistances while also allowing for two main upgrades – you guess it – to 15% to Radiation and 5% to PSI resistance. Since both upgrades are multiplicative they give in return.. 0 for both resistances.
How:
Simple edit to ArmorPrototypes.cfg or EffectPrototypes.cfg to give some base resistances to the mask, thus allowing the upgrades to calculate properly. Base resistance figures are low enough to be align with other low-tier masks discoverable in early stages of the game. Don’t use both files!
Edits description:
ArmorPrototypes.cfg:
Light_Military_Helmet section:
Radiation = 20.0 // vanilla=0
PSY = 10.0 // vanilla=0
Conflicts: with any mods altering the ArmorPrototypes.cfg.
Alternate version edits description:
EffectPrototypes.cfg:
Light_Military_Helmet_Armor_protectionRadiation section:
ValueMin = 15
ValueMax = 15
Light_Military_Helmet_Armor_protectionRadiation2 section:
ValueMin = 15
ValueMax = 15
Light_Military_Helmet_armor_protectionPsi section:
ValueMin = 5
ValueMax = 5
Conflicts:
with any mods altering the EffectPrototypes.cfg.
Installation:
drop the .pak file into your ~mods folder.
Disclaimer: I don’t intend to create any additional merged versions with popular mods. The edit is simple enough to be included to your modded files with any of the available repack tools.
Both edits are nothing too fancy so feel free to include and merge with other mods without asking for permission.