diff --git a/mods/cnc/rules/defaults.yaml b/mods/cnc/rules/defaults.yaml index 80cf6acf8a..5e80f469ca 100644 --- a/mods/cnc/rules/defaults.yaml +++ b/mods/cnc/rules/defaults.yaml @@ -190,6 +190,13 @@ RenderSprites: WithInfantryBody: WithDeathAnimation: + DeathTypes: + DefaultDeath: 1 + BulletDeath: 2 + SmallExplosionDeath: 3 + ExplosionDeath: 4 + FireDeath: 5 + TiberiumDeath: 6 AttackMove: Passenger: CargoType: Infantry diff --git a/mods/d2k/rules/defaults.yaml b/mods/d2k/rules/defaults.yaml index 8d0a47efe9..6d372857f9 100644 --- a/mods/d2k/rules/defaults.yaml +++ b/mods/d2k/rules/defaults.yaml @@ -201,6 +201,11 @@ Prone50Percent: 50 DamageTriggers: TriggerProne WithDeathAnimation: + DeathTypes: + ExplosionDeath: 1 + SoundDeath: 2 + SmallExplosionDeath: 3 + BulletDeath: 4 AutoTarget: AttackMove: Passenger: diff --git a/mods/ra/rules/defaults.yaml b/mods/ra/rules/defaults.yaml index 5495b10e6d..838f96df80 100644 --- a/mods/ra/rules/defaults.yaml +++ b/mods/ra/rules/defaults.yaml @@ -175,6 +175,13 @@ RenderSprites: WithInfantryBody: WithDeathAnimation: + DeathTypes: + DefaultDeath: 1 + BulletDeath: 2 + SmallExplosionDeath: 3 + ExplosionDeath: 4 + FireDeath: 5 + ElectricityDeath: 6 AutoTarget: AttackMove: Passenger: diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index a1b9f3eb33..09529d8a8e 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -192,6 +192,13 @@ RenderSprites: WithInfantryBody: WithDeathAnimation: + DeathTypes: + BulletDeath: 1 + SmallExplosionDeath: 2 + ExplosionDeath: 3 + InfantryExplodeDeath: 4 #not used by any warhead; TODO: check what should use this type and add it! + FireDeath: 5 + EnergyDeath: 6 AutoTarget: AttackMove: Passenger: