From 380875ad3e7ffb64b970e331595a44bc3b064568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 24 Jun 2012 19:24:26 +0300 Subject: [PATCH 1/3] added Einstein --- mods/ra/rules/infantry.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/mods/ra/rules/infantry.yaml b/mods/ra/rules/infantry.yaml index f45313c1c1..7b3aa40600 100644 --- a/mods/ra/rules/infantry.yaml +++ b/mods/ra/rules/infantry.yaml @@ -305,6 +305,27 @@ C2: ProximityCaptor: Types:CivilianInfantry +EINSTEIN: + Inherits: ^Infantry + Selectable: + Voice: EinsteinVoice + Bounds: 12,17,0,-9 + Valued: + Cost: 10 + Tooltip: + Name: Prof. Einstein + Health: + HP: 25 + Mobile: + Speed: 5 + RevealsShroud: + Range: 2 + -AutoTarget: + AttackMove: + JustMove: true + ProximityCaptor: + Types:CivilianInfantry + SHOK: Inherits: ^Infantry Buildable: From 5b470650b792de9d5c340e78513049f7f0a773d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 24 Jun 2012 19:26:03 +0300 Subject: [PATCH 2/3] added Einstein --- mods/ra/sequences.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/mods/ra/sequences.yaml b/mods/ra/sequences.yaml index f31f7e6ba5..e748e8a4f5 100644 --- a/mods/ra/sequences.yaml +++ b/mods/ra/sequences.yaml @@ -1877,6 +1877,45 @@ c2: Length: 6 Facings: 8 +einstein: + stand: + Start: 0 + Facings: 8 + panic-run: + Start: 8 + Length: 6 + Facings: 8 + panic-stand: + Start: 8 + Length: 6 + Facings: 8 + run: + Start: 56 + Length: 6 + Facings: 8 + die1: + Start: 115 + Length: 8 + die2: + Start: 123 + Length: 8 + die3: + Start: 135 + Length: 12 + die4: + Start: 147 + Length: 17 + die5: + Start: 123 + Length: 8 + die6: electro + Start: 0 + Length: * + die-crushed: corpse1 + Start: 0 + Length: 6 + Tick: 1600 + parabomb: open: Start: 0 From 079a52ee65be3835faf52843546fb1b9ca72d602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 24 Jun 2012 19:27:05 +0300 Subject: [PATCH 3/3] added Einstein --- OpenRA.Mods.RA/Missions/Allies01Script.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/Missions/Allies01Script.cs b/OpenRA.Mods.RA/Missions/Allies01Script.cs index 01343ae748..2e9beb915f 100644 --- a/OpenRA.Mods.RA/Missions/Allies01Script.cs +++ b/OpenRA.Mods.RA/Missions/Allies01Script.cs @@ -61,7 +61,7 @@ namespace OpenRA.Mods.RA.Missions private const int einsteinChinookArrivesAtAttackWave = 5; private const int labRange = 5; - private const string einsteinName = "c1"; + private const string einsteinName = "einstein"; private const string tanyaName = "e7"; private const string chinookName = "tran"; private const string signalFlareName = "flare";