From f8417c047e52a97de6bb68df62accbf7207a97d1 Mon Sep 17 00:00:00 2001 From: sprunk Date: Tue, 20 Aug 2024 17:25:54 +0200 Subject: [PATCH] Remove bouncing from dguns/flamers (#3614) --- units/ArmBots/T2/armdecom.lua | 1 - units/CorAircraft/T2/corcrwh.lua | 1 - units/CorBots/T2/cordecom.lua | 1 - units/CorBots/T2/corpyro.lua | 1 - units/CorBuildings/LandDefenceOffence/cormaw.lua | 1 - units/CorGantry/cordemon.lua | 2 -- units/CorGantry/corjugg.lua | 1 - units/CorShips/T2/corfship.lua | 1 - units/Legion/Bots/T2 Bots/legdecom.lua | 1 - units/Legion/Defenses/legdtf.lua | 1 - units/Legion/Legion EvoCom/legcomlvl10.lua | 1 - units/Legion/Legion EvoCom/legcomlvl2.lua | 1 - units/Legion/Legion EvoCom/legcomlvl3.lua | 1 - units/Legion/Legion EvoCom/legcomlvl4.lua | 1 - units/Legion/Legion EvoCom/legcomlvl5.lua | 1 - units/Legion/Legion EvoCom/legcomlvl6.lua | 1 - units/Legion/Legion EvoCom/legcomlvl7.lua | 1 - units/Legion/Legion EvoCom/legcomlvl8.lua | 1 - units/Legion/Legion EvoCom/legcomlvl9.lua | 1 - units/Legion/legcom.lua | 1 - units/Scavengers/Air/corcrwt4.lua | 1 - units/Scavengers/Boss/armcomboss.lua | 1 - units/Scavengers/Boss/armscavengerbossv2.lua | 1 - units/Scavengers/Boss/corcomboss.lua | 1 - units/Scavengers/Boss/scavengerbossv4.lua | 2 -- units/Scavengers/Bots/cormandot4.lua | 1 - units/Scavengers/Bots/corthermite.lua | 1 - units/Scavengers/Buildings/DefenseOffense/corscavdtf.lua | 1 - units/armcom.lua | 1 - units/armcomcon.lua | 1 - units/corcom.lua | 1 - units/corcomcon.lua | 1 - units/other/evocom/armcomlvl10.lua | 1 - units/other/evocom/armcomlvl2.lua | 1 - units/other/evocom/armcomlvl3.lua | 1 - units/other/evocom/armcomlvl4.lua | 1 - units/other/evocom/armcomlvl5.lua | 1 - units/other/evocom/armcomlvl6.lua | 1 - units/other/evocom/armcomlvl8.lua | 1 - units/other/evocom/armcomlvl9.lua | 1 - units/other/evocom/corcomlvl10.lua | 2 -- units/other/evocom/corcomlvl2.lua | 1 - units/other/evocom/corcomlvl3.lua | 1 - units/other/evocom/corcomlvl4.lua | 1 - units/other/evocom/corcomlvl5.lua | 2 -- units/other/evocom/corcomlvl6.lua | 2 -- units/other/evocom/corcomlvl7.lua | 2 -- units/other/evocom/corcomlvl8.lua | 2 -- units/other/evocom/corcomlvl9.lua | 2 -- .../raptors/Flamer/raptor_allterrain_swarmer_fire_t2_v1.lua | 1 - units/other/raptors/Flamer/raptor_land_swarmer_fire_t2_v1.lua | 1 - units/other/raptors/Flamer/raptor_land_swarmer_fire_t4_v1.lua | 1 - units/other/raptors/Miniqueen/raptor_matriarch_fire.lua | 2 -- units/other/raptors/raptor_air_gunship_fire_t2_v1.lua | 1 - 54 files changed, 63 deletions(-) diff --git a/units/ArmBots/T2/armdecom.lua b/units/ArmBots/T2/armdecom.lua index 75b594ba0af..39713c0726a 100644 --- a/units/ArmBots/T2/armdecom.lua +++ b/units/ArmBots/T2/armdecom.lua @@ -216,7 +216,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Decoy-disintegrator", diff --git a/units/CorAircraft/T2/corcrwh.lua b/units/CorAircraft/T2/corcrwh.lua index efd71be0461..a84de8ce7c8 100644 --- a/units/CorAircraft/T2/corcrwh.lua +++ b/units/CorAircraft/T2/corcrwh.lua @@ -139,7 +139,6 @@ return { cratermult = 0, edgeeffectiveness = 0.01, explosiongenerator = "custom:burnblackxl", - groundbounce = true, bounceSlip = 1.0, firestarter = 100, firesubmersed = false, diff --git a/units/CorBots/T2/cordecom.lua b/units/CorBots/T2/cordecom.lua index bd41d9a6cfd..aeb0f26bec4 100644 --- a/units/CorBots/T2/cordecom.lua +++ b/units/CorBots/T2/cordecom.lua @@ -216,7 +216,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/CorBots/T2/corpyro.lua b/units/CorBots/T2/corpyro.lua index 6deb919fe22..e91bdd92ce7 100644 --- a/units/CorBots/T2/corpyro.lua +++ b/units/CorBots/T2/corpyro.lua @@ -106,7 +106,6 @@ return { explosiongenerator = "custom:burnblack", firestarter = 100, flamegfxtime = 1, - groundbounce = true, bounceRebound = 0.8, bounceSlip = 1.0, impulseboost = 0, diff --git a/units/CorBuildings/LandDefenceOffence/cormaw.lua b/units/CorBuildings/LandDefenceOffence/cormaw.lua index 7909e51fc49..e70d508d168 100644 --- a/units/CorBuildings/LandDefenceOffence/cormaw.lua +++ b/units/CorBuildings/LandDefenceOffence/cormaw.lua @@ -129,7 +129,6 @@ return { explosiongenerator = "custom:burnblack", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.68, diff --git a/units/CorGantry/cordemon.lua b/units/CorGantry/cordemon.lua index 82d49aa4319..bb7880fe2b0 100644 --- a/units/CorGantry/cordemon.lua +++ b/units/CorGantry/cordemon.lua @@ -122,7 +122,6 @@ return { cratermult = 0, edgeeffectiveness = 0.01, explosiongenerator = "custom:burnblackxl", - groundbounce = true, bounceSlip = 1.0, firestarter = 100, firesubmersed = false, @@ -170,7 +169,6 @@ return { explosiongenerator = "custom:burnblackxl", firestarter = 100, flamegfxtime = 1, - groundbounce = true, bounceRebound = 0.8, bounceSlip = 1.0, impulseboost = 0, diff --git a/units/CorGantry/corjugg.lua b/units/CorGantry/corjugg.lua index 446a8f87ca1..cd60f9a2d0c 100644 --- a/units/CorGantry/corjugg.lua +++ b/units/CorGantry/corjugg.lua @@ -155,7 +155,6 @@ return { explosiongenerator = "custom:burnblackbig", firestarter = 100, firesubmersed = false, - groundbounce = true, gravityaffected = true, impulseboost = 0, impulsefactor = 0, diff --git a/units/CorShips/T2/corfship.lua b/units/CorShips/T2/corfship.lua index 369d7fac452..1938c4914d6 100644 --- a/units/CorShips/T2/corfship.lua +++ b/units/CorShips/T2/corfship.lua @@ -121,7 +121,6 @@ return { explosiongenerator = "custom:burnblackxl", firestarter = 100, flamegfxtime = 1, - groundbounce = true, bounceRebound = 0.8, bounceSlip = 1.0, impulseboost = 0, diff --git a/units/Legion/Bots/T2 Bots/legdecom.lua b/units/Legion/Bots/T2 Bots/legdecom.lua index 487cdc5a04f..14f1da7bf42 100644 --- a/units/Legion/Bots/T2 Bots/legdecom.lua +++ b/units/Legion/Bots/T2 Bots/legdecom.lua @@ -263,7 +263,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Defenses/legdtf.lua b/units/Legion/Defenses/legdtf.lua index 18878e3304c..0871684c6a5 100644 --- a/units/Legion/Defenses/legdtf.lua +++ b/units/Legion/Defenses/legdtf.lua @@ -127,7 +127,6 @@ return { explosiongenerator = "custom:burnblack", firestarter = 100, flamegfxtime = 1, - groundbounce = false, impulseboost = 0, impulsefactor = 0, intensity = 0.75, diff --git a/units/Legion/Legion EvoCom/legcomlvl10.lua b/units/Legion/Legion EvoCom/legcomlvl10.lua index 2337bfa9be7..a3fe802e508 100644 --- a/units/Legion/Legion EvoCom/legcomlvl10.lua +++ b/units/Legion/Legion EvoCom/legcomlvl10.lua @@ -311,7 +311,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Legion EvoCom/legcomlvl2.lua b/units/Legion/Legion EvoCom/legcomlvl2.lua index e7e43e4c665..55f3b5bcdbd 100644 --- a/units/Legion/Legion EvoCom/legcomlvl2.lua +++ b/units/Legion/Legion EvoCom/legcomlvl2.lua @@ -374,7 +374,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Legion EvoCom/legcomlvl3.lua b/units/Legion/Legion EvoCom/legcomlvl3.lua index 58b0b6df76b..035f8debe19 100644 --- a/units/Legion/Legion EvoCom/legcomlvl3.lua +++ b/units/Legion/Legion EvoCom/legcomlvl3.lua @@ -448,7 +448,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Legion EvoCom/legcomlvl4.lua b/units/Legion/Legion EvoCom/legcomlvl4.lua index 37933e9d3a2..4de7aecd846 100644 --- a/units/Legion/Legion EvoCom/legcomlvl4.lua +++ b/units/Legion/Legion EvoCom/legcomlvl4.lua @@ -442,7 +442,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Legion EvoCom/legcomlvl5.lua b/units/Legion/Legion EvoCom/legcomlvl5.lua index 609e1152b06..699805194d2 100644 --- a/units/Legion/Legion EvoCom/legcomlvl5.lua +++ b/units/Legion/Legion EvoCom/legcomlvl5.lua @@ -351,7 +351,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Legion EvoCom/legcomlvl6.lua b/units/Legion/Legion EvoCom/legcomlvl6.lua index 7d7165cf525..9192a2ca969 100644 --- a/units/Legion/Legion EvoCom/legcomlvl6.lua +++ b/units/Legion/Legion EvoCom/legcomlvl6.lua @@ -352,7 +352,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Legion EvoCom/legcomlvl7.lua b/units/Legion/Legion EvoCom/legcomlvl7.lua index 917ea416106..162e90fdf6b 100644 --- a/units/Legion/Legion EvoCom/legcomlvl7.lua +++ b/units/Legion/Legion EvoCom/legcomlvl7.lua @@ -312,7 +312,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Legion EvoCom/legcomlvl8.lua b/units/Legion/Legion EvoCom/legcomlvl8.lua index 17ace88cd92..bf09406e804 100644 --- a/units/Legion/Legion EvoCom/legcomlvl8.lua +++ b/units/Legion/Legion EvoCom/legcomlvl8.lua @@ -313,7 +313,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/Legion EvoCom/legcomlvl9.lua b/units/Legion/Legion EvoCom/legcomlvl9.lua index 104828bd35c..899358cf0ef 100644 --- a/units/Legion/Legion EvoCom/legcomlvl9.lua +++ b/units/Legion/Legion EvoCom/legcomlvl9.lua @@ -317,7 +317,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Legion/legcom.lua b/units/Legion/legcom.lua index 05ac0fa4ed5..cb0f61872f8 100644 --- a/units/Legion/legcom.lua +++ b/units/Legion/legcom.lua @@ -318,7 +318,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Scavengers/Air/corcrwt4.lua b/units/Scavengers/Air/corcrwt4.lua index de6c519f60c..0b85e735d98 100644 --- a/units/Scavengers/Air/corcrwt4.lua +++ b/units/Scavengers/Air/corcrwt4.lua @@ -97,7 +97,6 @@ return { cratermult = 0, edgeeffectiveness = 0.01, explosiongenerator = "custom:burnthermite", - groundbounce = true, bounceSlip = 1.0, firestarter = 100, firesubmersed = false, diff --git a/units/Scavengers/Boss/armcomboss.lua b/units/Scavengers/Boss/armcomboss.lua index 121d53e8041..9893e764c32 100644 --- a/units/Scavengers/Boss/armcomboss.lua +++ b/units/Scavengers/Boss/armcomboss.lua @@ -240,7 +240,6 @@ return { firestarter = 100, firesubmersed = false, gravityaffected = true, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 4, diff --git a/units/Scavengers/Boss/armscavengerbossv2.lua b/units/Scavengers/Boss/armscavengerbossv2.lua index b1b1cb41215..b731c75a397 100644 --- a/units/Scavengers/Boss/armscavengerbossv2.lua +++ b/units/Scavengers/Boss/armscavengerbossv2.lua @@ -291,7 +291,6 @@ for difficulty, stats in pairs(difficultyParams) do firestarter = 100, firesubmersed = false, gravityaffected = true, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 4, diff --git a/units/Scavengers/Boss/corcomboss.lua b/units/Scavengers/Boss/corcomboss.lua index cfb8626b74e..334d50feb26 100644 --- a/units/Scavengers/Boss/corcomboss.lua +++ b/units/Scavengers/Boss/corcomboss.lua @@ -234,7 +234,6 @@ return { firestarter = 100, firesubmersed = false, gravityaffected = true, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 4, diff --git a/units/Scavengers/Boss/scavengerbossv4.lua b/units/Scavengers/Boss/scavengerbossv4.lua index c0145cf3d33..9472c613700 100644 --- a/units/Scavengers/Boss/scavengerbossv4.lua +++ b/units/Scavengers/Boss/scavengerbossv4.lua @@ -260,7 +260,6 @@ for difficulty, stats in pairs(difficultyParams) do edgeeffectiveness = 0.15, explosiongenerator = "custom:genericshellexplosion-small-uw", flighttime = 1.75, - groundbounce = true, gravityaffected = "true", mygravity = 0.2, impulseboost = 0.123, @@ -484,7 +483,6 @@ for difficulty, stats in pairs(difficultyParams) do firestarter = 100, firesubmersed = false, gravityaffected = true, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 4, diff --git a/units/Scavengers/Bots/cormandot4.lua b/units/Scavengers/Bots/cormandot4.lua index a02a45ecefb..7639e679b0b 100644 --- a/units/Scavengers/Bots/cormandot4.lua +++ b/units/Scavengers/Bots/cormandot4.lua @@ -117,7 +117,6 @@ return { explosionscar = false, firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/Scavengers/Bots/corthermite.lua b/units/Scavengers/Bots/corthermite.lua index 7d26b2433d3..cbe1748b3af 100644 --- a/units/Scavengers/Bots/corthermite.lua +++ b/units/Scavengers/Bots/corthermite.lua @@ -163,7 +163,6 @@ return { cratermult = 0, edgeeffectiveness = 0.01, explosiongenerator = "custom:burnthermite", - groundbounce = true, bounceSlip = 1.0, firestarter = 100, firesubmersed = false, diff --git a/units/Scavengers/Buildings/DefenseOffense/corscavdtf.lua b/units/Scavengers/Buildings/DefenseOffense/corscavdtf.lua index a4de07cfe99..f4d7f36eba4 100644 --- a/units/Scavengers/Buildings/DefenseOffense/corscavdtf.lua +++ b/units/Scavengers/Buildings/DefenseOffense/corscavdtf.lua @@ -128,7 +128,6 @@ return { explosiongenerator = "custom:burnblack", firestarter = 100, flamegfxtime = 1, - groundbounce = false, impulseboost = 0, impulsefactor = 0, intensity = 0.75, diff --git a/units/armcom.lua b/units/armcom.lua index 9599c095592..eeabfaeb3e8 100644 --- a/units/armcom.lua +++ b/units/armcom.lua @@ -266,7 +266,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/armcomcon.lua b/units/armcomcon.lua index f670d9557c6..c4934f0118d 100644 --- a/units/armcomcon.lua +++ b/units/armcomcon.lua @@ -246,7 +246,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/corcom.lua b/units/corcom.lua index 62cde7ad69e..ecf165fc760 100644 --- a/units/corcom.lua +++ b/units/corcom.lua @@ -267,7 +267,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/corcomcon.lua b/units/corcomcon.lua index 2d32158f458..facb2e316fb 100644 --- a/units/corcomcon.lua +++ b/units/corcomcon.lua @@ -246,7 +246,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/armcomlvl10.lua b/units/other/evocom/armcomlvl10.lua index dca818b0a01..a12581a5d0f 100644 --- a/units/other/evocom/armcomlvl10.lua +++ b/units/other/evocom/armcomlvl10.lua @@ -357,7 +357,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/armcomlvl2.lua b/units/other/evocom/armcomlvl2.lua index 529c4e981eb..17778d94e05 100644 --- a/units/other/evocom/armcomlvl2.lua +++ b/units/other/evocom/armcomlvl2.lua @@ -305,7 +305,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/armcomlvl3.lua b/units/other/evocom/armcomlvl3.lua index bd5bd8bbe16..cfb150606ad 100644 --- a/units/other/evocom/armcomlvl3.lua +++ b/units/other/evocom/armcomlvl3.lua @@ -364,7 +364,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/armcomlvl4.lua b/units/other/evocom/armcomlvl4.lua index 91aa88a7496..968c415c0d5 100644 --- a/units/other/evocom/armcomlvl4.lua +++ b/units/other/evocom/armcomlvl4.lua @@ -364,7 +364,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/armcomlvl5.lua b/units/other/evocom/armcomlvl5.lua index f0821fc8658..ab904047976 100644 --- a/units/other/evocom/armcomlvl5.lua +++ b/units/other/evocom/armcomlvl5.lua @@ -363,7 +363,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/armcomlvl6.lua b/units/other/evocom/armcomlvl6.lua index bfd3f264128..53425277c8b 100644 --- a/units/other/evocom/armcomlvl6.lua +++ b/units/other/evocom/armcomlvl6.lua @@ -363,7 +363,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/armcomlvl8.lua b/units/other/evocom/armcomlvl8.lua index c27864f944c..ea381318646 100644 --- a/units/other/evocom/armcomlvl8.lua +++ b/units/other/evocom/armcomlvl8.lua @@ -366,7 +366,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/armcomlvl9.lua b/units/other/evocom/armcomlvl9.lua index a5632baf3df..77320b36137 100644 --- a/units/other/evocom/armcomlvl9.lua +++ b/units/other/evocom/armcomlvl9.lua @@ -366,7 +366,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl10.lua b/units/other/evocom/corcomlvl10.lua index 4fef9484ac9..c26d61dd609 100644 --- a/units/other/evocom/corcomlvl10.lua +++ b/units/other/evocom/corcomlvl10.lua @@ -228,7 +228,6 @@ return { cratermult = 0, edgeeffectiveness = 0.01, explosiongenerator = "custom:burnblackxl", - groundbounce = true, bounceSlip = 1.0, firestarter = 100, firesubmersed = false, @@ -316,7 +315,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl2.lua b/units/other/evocom/corcomlvl2.lua index 00b51f3413a..adfbf671e02 100644 --- a/units/other/evocom/corcomlvl2.lua +++ b/units/other/evocom/corcomlvl2.lua @@ -300,7 +300,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl3.lua b/units/other/evocom/corcomlvl3.lua index ae36e24e9f9..064a8e868a8 100644 --- a/units/other/evocom/corcomlvl3.lua +++ b/units/other/evocom/corcomlvl3.lua @@ -313,7 +313,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl4.lua b/units/other/evocom/corcomlvl4.lua index 388c26f0089..7f321cb51db 100644 --- a/units/other/evocom/corcomlvl4.lua +++ b/units/other/evocom/corcomlvl4.lua @@ -312,7 +312,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl5.lua b/units/other/evocom/corcomlvl5.lua index a84438b2214..4ad2672bcb2 100644 --- a/units/other/evocom/corcomlvl5.lua +++ b/units/other/evocom/corcomlvl5.lua @@ -231,7 +231,6 @@ return { explosiongenerator = "custom:burnblack", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.68, @@ -316,7 +315,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl6.lua b/units/other/evocom/corcomlvl6.lua index 80aa998d7cc..51abb97c48b 100644 --- a/units/other/evocom/corcomlvl6.lua +++ b/units/other/evocom/corcomlvl6.lua @@ -231,7 +231,6 @@ return { explosiongenerator = "custom:burnblack", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.68, @@ -315,7 +314,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl7.lua b/units/other/evocom/corcomlvl7.lua index d3058266917..810b8c98a66 100644 --- a/units/other/evocom/corcomlvl7.lua +++ b/units/other/evocom/corcomlvl7.lua @@ -231,7 +231,6 @@ return { explosiongenerator = "custom:burnblack", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.68, @@ -316,7 +315,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl8.lua b/units/other/evocom/corcomlvl8.lua index 8c9e96f1779..c1d67d5cd12 100644 --- a/units/other/evocom/corcomlvl8.lua +++ b/units/other/evocom/corcomlvl8.lua @@ -235,7 +235,6 @@ return { cratermult = 0, edgeeffectiveness = 0.01, explosiongenerator = "custom:burnblackxl", - groundbounce = true, bounceSlip = 1.0, firestarter = 100, firesubmersed = false, @@ -323,7 +322,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/evocom/corcomlvl9.lua b/units/other/evocom/corcomlvl9.lua index f3d7392c8f2..88e6e1e7b79 100644 --- a/units/other/evocom/corcomlvl9.lua +++ b/units/other/evocom/corcomlvl9.lua @@ -235,7 +235,6 @@ return { cratermult = 0, edgeeffectiveness = 0.01, explosiongenerator = "custom:burnblackxl", - groundbounce = true, bounceSlip = 1.0, firestarter = 100, firesubmersed = false, @@ -323,7 +322,6 @@ return { explosiongenerator = "custom:expldgun", firestarter = 100, firesubmersed = false, - groundbounce = true, impulseboost = 0, impulsefactor = 0, name = "Disintegrator", diff --git a/units/other/raptors/Flamer/raptor_allterrain_swarmer_fire_t2_v1.lua b/units/other/raptors/Flamer/raptor_allterrain_swarmer_fire_t2_v1.lua index bf44cb1a3ac..5c5f73a8c43 100644 --- a/units/other/raptors/Flamer/raptor_allterrain_swarmer_fire_t2_v1.lua +++ b/units/other/raptors/Flamer/raptor_allterrain_swarmer_fire_t2_v1.lua @@ -89,7 +89,6 @@ return { explosiongenerator = "custom:burnthermite", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.65, diff --git a/units/other/raptors/Flamer/raptor_land_swarmer_fire_t2_v1.lua b/units/other/raptors/Flamer/raptor_land_swarmer_fire_t2_v1.lua index 8957e1f51f8..9fe74a91fb0 100644 --- a/units/other/raptors/Flamer/raptor_land_swarmer_fire_t2_v1.lua +++ b/units/other/raptors/Flamer/raptor_land_swarmer_fire_t2_v1.lua @@ -111,7 +111,6 @@ return { explosiongenerator = "custom:burnthermite", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.65, diff --git a/units/other/raptors/Flamer/raptor_land_swarmer_fire_t4_v1.lua b/units/other/raptors/Flamer/raptor_land_swarmer_fire_t4_v1.lua index f54eb98f738..4c22ac9c2e0 100644 --- a/units/other/raptors/Flamer/raptor_land_swarmer_fire_t4_v1.lua +++ b/units/other/raptors/Flamer/raptor_land_swarmer_fire_t4_v1.lua @@ -112,7 +112,6 @@ return { explosiongenerator = "custom:burnthermite", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.65, diff --git a/units/other/raptors/Miniqueen/raptor_matriarch_fire.lua b/units/other/raptors/Miniqueen/raptor_matriarch_fire.lua index 279daa6dd53..7101d711362 100644 --- a/units/other/raptors/Miniqueen/raptor_matriarch_fire.lua +++ b/units/other/raptors/Miniqueen/raptor_matriarch_fire.lua @@ -94,7 +94,6 @@ return { explosiongenerator = "custom:burnthermite", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.65, @@ -139,7 +138,6 @@ return { explosiongenerator = "custom:burnthermite", firestarter = 100, flamegfxtime = 1, - groundbounce = true, impulseboost = 0, impulsefactor = 0, intensity = 0.65, diff --git a/units/other/raptors/raptor_air_gunship_fire_t2_v1.lua b/units/other/raptors/raptor_air_gunship_fire_t2_v1.lua index b109198d937..b6b456604bf 100644 --- a/units/other/raptors/raptor_air_gunship_fire_t2_v1.lua +++ b/units/other/raptors/raptor_air_gunship_fire_t2_v1.lua @@ -104,7 +104,6 @@ return { explosiongenerator = "custom:burnblack", firestarter = 100, flamegfxtime = 1, - groundbounce = false, impulseboost = 0, impulsefactor = 0, intensity = 0.65,