From 3d5fbcaea5106251e59ab72f3df07651b58a62ff Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 30 Jun 2015 16:48:55 +0200 Subject: [PATCH 1/1] sc: declare hots starting energy --- sc-units-hots.inc.pl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sc-units-hots.inc.pl b/sc-units-hots.inc.pl index 1befd31..3062a17 100644 --- a/sc-units-hots.inc.pl +++ b/sc-units-hots.inc.pl @@ -99,6 +99,7 @@ use strict; ], speed => 1.875, sight => 9, + energy => 50, capacity => 200, special => [ { @@ -160,6 +161,7 @@ use strict; ], speed => 1.4062, sight => 14, + energy => 50, capacity => 200, special => [ { @@ -217,6 +219,7 @@ use strict; ], speed => 0, sight => 11, + energy => 0, capacity => 100, special => [ { @@ -307,6 +310,7 @@ use strict; ], speed => 2.25, sight => 10, + energy => 50, capacity => 200, special => [ { @@ -406,6 +410,7 @@ use strict; }, speed => 1.875, sight => 10, + energy => 50, capacity => 200, special => [ { @@ -714,6 +719,7 @@ use strict; ], speed => 4.25, sight => 10, + energy => 50, capacity => 200, special => [ { @@ -828,6 +834,7 @@ use strict; ], speed => 4, sight => 10, + energy => 50, #XXX capacity => 200, special => [ { @@ -1342,6 +1349,7 @@ use strict; ], speed => 2.25, sight => 11, + energy => 75, capacity => 200, special => [ { @@ -1728,6 +1736,7 @@ use strict; flying => 1, }, speed => 2.5, + energy => 50, capacity => 200, special => [ { @@ -1789,6 +1798,7 @@ use strict; ], speed => 2.75, sight => 10, + energy => 50, capacity => 200, special => [ { @@ -1824,6 +1834,7 @@ use strict; speed => 2.25, sight => 11, detect => 1, + energy => 50, capacity => 200, special => [ { @@ -1995,6 +2006,7 @@ use strict; ], speed => 1.875, sight => 12, + energy => 50, capacity => 200, special => [ { @@ -2097,6 +2109,7 @@ use strict; speed => 0.9375, creep => 2.7, sight => 9, + energy => 25, capacity => 200, special => [ { @@ -2198,6 +2211,7 @@ use strict; creep => 0, sight => 11, detect => 1, + energy => 50, capacity => 200, special => [ { @@ -2570,6 +2584,7 @@ use strict; speed => 2.25, creep => 1.3, sight => 10, + energy => 50, capacity => 200, special => [ { @@ -2900,6 +2915,7 @@ use strict; }, speed => 2.9531, sight => 11, + energy => 50, #XXX capacity => 200, special => [ { -- 2.30.0