@jtff/miztemplate-lib 3.9.0 → 3.9.2

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.
@@ -599,7 +599,7 @@ flamesize:
599
599
  Weapon Explosive Table
600
600
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-]]
601
601
 
602
- --If you want to the specific weapon to skip the damage_model (blastwave damage) or the larger_explosion you can modify the entry like so:
602
+ --If you want the specific weapon to skip the damage_model (blastwave damage) or the larger_explosion you can modify the entry like so:
603
603
  --["Mk_82"] = { explosive = 100, Skip_larger_explosions = true, Skip_damage_model = true },
604
604
  explTable = {
605
605
  --*** WWII BOMBS ***
@@ -629,7 +629,8 @@ explTable = {
629
629
  ["SC_500_L2"] = { explosive = 213 },
630
630
  ["SD_250_Stg"] = { explosive = 100 },
631
631
  ["SD_500_A"] = { explosive = 213 },
632
-
632
+ ["SC_500_J"] = { explosive = 213 },
633
+
633
634
  --*** WWII CBU ***
634
635
  ["AB_250_2_SD_2"] = { explosive = 100 },
635
636
  ["AB_250_2_SD_10A"] = { explosive = 100 },
@@ -7728,3 +7729,4 @@ end
7728
7729
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=
7729
7730
  ##### END of Changelog #####
7730
7731
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-]]
7732
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.9.0",
3
+ "version": "3.9.2",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [