From 6fe223ba0e0d881806f9890384580d05f68df864 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Thu, 29 Dec 2016 00:15:30 +0100 Subject: [PATCH] Streamline cosmetic RA building explosions --- mods/ra/weapons/explosions.yaml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/mods/ra/weapons/explosions.yaml b/mods/ra/weapons/explosions.yaml index 5ca4b75507..963d406e20 100644 --- a/mods/ra/weapons/explosions.yaml +++ b/mods/ra/weapons/explosions.yaml @@ -111,17 +111,6 @@ UnitExplodeSmall: SmudgeType: Crater InvalidTargets: Structure, Wall, Trees -CivBuildingExplosion: - Warhead@1Dam: SpreadDamage # Used to panic civilians which are emitted from a killed CivBuilding - Spread: 64 - Damage: 1 - Delay: 1 - Warhead@2Eff: CreateEffect - Explosions: building, building_napalm, large_explosion, self_destruct - Warhead@Smu: LeaveSmudge - SmudgeType: Crater - InvalidTargets: Wall, Trees - ArtilleryExplode: Warhead@1Dam: SpreadDamage Spread: 426 @@ -156,11 +145,16 @@ BuildingExplode: InvalidTargets: Wall, Trees SmallBuildingExplode: + Inherits: BuildingExplode Warhead@2Eff: CreateEffect Explosions: building, building_napalm, large_explosion, self_destruct - Warhead@Smu: LeaveSmudge - SmudgeType: Crater - InvalidTargets: Wall, Trees + +CivBuildingExplosion: + Inherits: SmallBuildingExplode + Warhead@1Dam: SpreadDamage # Used to panic civilians which are emitted from a killed CivBuilding + Spread: 64 + Damage: 1 + Delay: 1 BarrelExplode: Warhead@1Dam: SpreadDamage