@jtff/miztemplate-lib 3.1.3 → 3.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ splash_damage_options = {
48
48
  ["game_messages"] = true, --enable some messages on screen
49
49
  ["blast_stun"] = false, --not implemented
50
50
  ["unit_disabled_health"] = 30, --if health is below this value after our explosions, disable its movement
51
- ["unit_cant_fire_health"] = 50, --if health is below this value after our explosions, set ROE to HOLD to simulate damage weapon systems
51
+ ["unit_cant_fire_health"] = 40, --if health is below this value after our explosions, set ROE to HOLD to simulate damage weapon systems
52
52
  ["infantry_cant_fire_health"] = 90, --if health is below this value after our explosions, set ROE to HOLD to simulate severe injury
53
53
  ["debug"] = false, --enable debugging messages
54
54
  ["weapon_missing_message"] = false, --false disables messages alerting you to weapons missing from the explTable
@@ -171,7 +171,7 @@ explTable = {
171
171
  ["AB_500_1_SD_10A"] = 213, --("AB 500-1 - 34 x SD-10A, 500kg CBU with 10kg Frag/HE submunitions")
172
172
  ["AGM_114K"] = 10,
173
173
  ["HYDRA_70_M229"] = 8,
174
- ["AGM_65D"] = 130,
174
+ ["AGM_65D"] = 60,
175
175
  ["AGM_65E"] = 300,
176
176
  ["AGM_65F"] = 300,
177
177
  ["HOT3"] = 15,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [