Hi there. Long time lurker, first time poster.
What I'm trying to do is reduce the chance for phase missiles to punch through shields, through Advent research. At the risk of horribly humiliating myself, this is what the bottoms of RESEARCHSUBJECT_SHIELDPSI0/1/2 look like:
researchFloatModifiers 3
researchModifier
modifierType "ShieldPointsMaxAdjustment"
baseValue 0.000000
perLevelValue 0.050000
researchModifier
modifierType "ShieldPointsRegenAdjustment"
baseValue 0.000000
perLevelValue 0.050000
researchModifier
modifierType "ChanceToIgnoreShieldsAsDamageTarget"
baseValue 0.000000
perLevelValue -0.030000
artifactPicture ""
...and into English.str, I've added this:
StringInfo
ID "IDS_RESEARCHFLOATMODIFIER_CHANCETOIGNORESHIELDSASDAMAGETARGET"
Value "Phase missile efficiency:"
Mind you, I've just been kind of guessing the entire time. The mod doesn't start up with any error messages, so hope is still high. Can anybody give me any advice on the matter?