From de3814dcd2d9bf2f2b137b6a16c3d45dd90e6085 Mon Sep 17 00:00:00 2001 From: psydev Date: Sat, 26 Jan 2013 15:02:47 -0800 Subject: [PATCH] Create explosions.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CNC Classic uses many different explosion types (imitating C&C Gold). Decided they should get their own file.  Explosions are not perfect renditions of C&C Gold's (in particular, I have not estimated precisely how much damage they do to surrounding units). Graphics are mostly identical, though.  --- mods/cnc-classic/explosions.yaml | 96 ++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 mods/cnc-classic/explosions.yaml diff --git a/mods/cnc-classic/explosions.yaml b/mods/cnc-classic/explosions.yaml new file mode 100644 index 0000000000..7355fb5c06 --- /dev/null +++ b/mods/cnc-classic/explosions.yaml @@ -0,0 +1,96 @@ + +UnitExplodeSmall: + Warhead: +# Damage: 40 +# Spread: 10 +# Versus: +# None: 90% +# Wood: 75% +# Light: 60% +# Heavy: 25% + Explosion: 4 + InfDeath: 4 + ImpactSound: xplobig4 + + +UnitExplode: + Warhead: + Damage: 500 + Spread: 10 + Versus: + None: 90% + Wood: 75% + Light: 60% + Heavy: 25% + Explosion: 8 + InfDeath: 4 + ImpactSound: xplobig6 + +NapalmExplode: + Warhead: + Spread: 8 + Versus: + None: 90% + Wood: 100% + Light: 60% + Heavy: 25% + Concrete: 50% + InfDeath: 5 + Explosion: 3 +# Explosion: big_napalm + ImpactSound: xplobig6 + SmudgeType: Scorch + Damage: 50 + +BigNapalmExplode: # For Flame tank, etc. + Warhead: + Damage: 50 + Spread: 18 + Versus: + None: 90% + Wood: 100% + Light: 60% + Heavy: 25% + Concrete: 50% + InfDeath: 5 + Explosion: big_napalm + ImpactSound: xplobig6 + SmudgeType: Scorch + +GrenadierExplode: + Warhead: + Damage: 25 + Spread: 10 + Versus: + None: 90% + Wood: 75% + Light: 60% + Heavy: 25% + Explosion: 5 + InfDeath: 3 + ImpactSound: xplosml2 + +MammothExplode: #Big artillery explosion, without as much damage + Warhead: + Damage: 50 + Spread: 18 + Versus: + None: 90% + Wood: 75% + Light: 60% + Heavy: 25% + Explosion: 8 + InfDeath: 4 + ImpactSound: xplobig6 + +McvExplode: + Warhead: + Explosion: building + InfDeath: 4 + ImpactSound: xplobig6 + +HeliExplode: + Warhead: + Explosion: veh1 + InfDeath: 4 + ImpactSound: xplos