From ae700bf6bf12084139ea518d18fbb55fce1ee1c6 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Sat, 12 Apr 2014 01:49:33 +0200 Subject: [PATCH] Adds visible explosions to ships and submarines --- mods/ra/rules/ships.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mods/ra/rules/ships.yaml b/mods/ra/rules/ships.yaml index 982a533697..ac40c194a1 100644 --- a/mods/ra/rules/ships.yaml +++ b/mods/ra/rules/ships.yaml @@ -47,6 +47,9 @@ SS: CloakTypes: Underwater Range: 4 RenderDetectionCircle: + Explodes: + Weapon: UnitExplodeSubmarine + EmpyWeapon: UnitExplodeSubmarine MSUB: Inherits: ^Ship @@ -97,6 +100,9 @@ MSUB: CloakTypes: Underwater Range: 4 RenderDetectionCircle: + Explodes: + Weapon: UnitExplode + EmpyWeapon: UnitExplode DD: Inherits: ^Ship @@ -144,6 +150,9 @@ DD: CloakTypes: Underwater Range: 4 RenderDetectionCircle: + Explodes: + Weapon: UnitExplodeShip + EmpyWeapon: UnitExplodeShip CA: Inherits: ^Ship @@ -203,6 +212,9 @@ CA: Chronoshiftable: IronCurtainable: RepairableNear: + Explodes: + Weapon: UnitExplodeShip + EmpyWeapon: UnitExplodeShip LST: Inherits: ^Ship @@ -233,6 +245,9 @@ LST: PipCount: 5 IronCurtainable: RepairableNear: + Explodes: + Weapon: UnitExplodeShip + EmpyWeapon: UnitExplodeShip PT: Inherits: ^Ship @@ -281,4 +296,7 @@ PT: CloakTypes: Underwater Range: 4 RenderDetectionCircle: + Explodes: + Weapon: UnitExplodeShip + EmpyWeapon: UnitExplodeShip