Skip to content

REL_0.9.2

Compare
Choose a tag to compare
@IceRaptor IceRaptor released this 28 Jan 03:17
· 79 commits to master since this release
  • Move localized text out to it's own file
  • ECM Jamming now imposes a penalty on the attacker. Added new attack label ATTACK_ECM_JAMMED
  • ECM Jamming attack modifier can be manipulated by Attack.JammedMulti. Calculation is Floor ( ECMJamming * JammedMulti). Modifier will be rounded down to nearest integer.
  • ECM Shield attack modifier can be manipulated by Attack.ShieldedMulti. Calculation is Floor ( ECMJamming * ShieldedMulti). Modifier will be rounded down to nearest integer.

WARNING:

  • localized text strings moved from mod.json to mod_localized_text.json!
  • Changes to mod.json - new values Attack.ShieldedMulti Attack.JammedMulti
  • Only lightly tested - needs more rigorous testing of specific changes