@jtff/miztemplate-lib 3.9.1 → 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.
- package/lua/lib/HoundElint.lua +39 -39
- package/lua/lib/Moose_.lua +934 -799
- package/lua/lib/Splash_Damage_main.lua +4 -2
- package/package.json +1 -1
|
@@ -599,7 +599,7 @@ flamesize:
|
|
|
599
599
|
Weapon Explosive Table
|
|
600
600
|
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-]]
|
|
601
601
|
|
|
602
|
-
--If you want
|
|
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
|
+
|