@jtff/miztemplate-lib 3.5.1 → 3.5.3
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 +7101 -7101
- package/lua/lib/Splash_Damage_2_0.lua +1 -1
- package/lua/src/130-airboss.lua +1 -0
- package/package.json +1 -1
|
@@ -40,7 +40,7 @@ spencershepard (GRIMM):
|
|
|
40
40
|
|
|
41
41
|
splash_damage_options = {
|
|
42
42
|
["static_damage_boost"] = 2000, --apply extra damage to Unit.Category.STRUCTUREs with wave explosions
|
|
43
|
-
["wave_explosions"] =
|
|
43
|
+
["wave_explosions"] = false, --secondary explosions on top of game objects, radiating outward from the impact point and scaled based on size of object and distance from weapon impact point
|
|
44
44
|
["larger_explosions"] = true, --secondary explosions on top of weapon impact points, dictated by the values in the explTable
|
|
45
45
|
["damage_model"] = false, --allow blast wave to affect ground unit movement and weapons
|
|
46
46
|
["blast_search_radius"] = 100, --this is the max size of any blast wave radius, since we will only find objects within this zone
|
package/lua/src/130-airboss.lua
CHANGED
|
@@ -1083,6 +1083,7 @@ for index, airbossconfig in ipairs(AirBossConfig) do
|
|
|
1083
1083
|
MenuCoalitionCSGCommands = MenuCoalitionCSGCommandsRed
|
|
1084
1084
|
end
|
|
1085
1085
|
local objAirboss = AIRBOSS:New(airbossconfig.carriername, airbossconfig.alias)
|
|
1086
|
+
objAirboss:SetIntoWindLegacy(true)
|
|
1086
1087
|
objAirboss.menuObject = MENU_COALITION:New(
|
|
1087
1088
|
airbossconfig.coalition,
|
|
1088
1089
|
airbossconfig.alias,
|