From fe30af9eabbbc53ee16bac6ebcf944bc57f4542e Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 22 Apr 2018 15:03:41 +0200 Subject: [PATCH] sc: raven durable materials upgrade on specials --- sc-units-hots.inc.pl | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/sc-units-hots.inc.pl b/sc-units-hots.inc.pl index eb1736f..a4115e4 100644 --- a/sc-units-hots.inc.pl +++ b/sc-units-hots.inc.pl @@ -1889,7 +1889,15 @@ use strict; build => 140, armor => 2, }, + { + name => 'Durable Materials', + min => 150, + gas => 150, + build => 110, + duration => 60, + }, ], + duration => 180, }, { alt => 'Point Defense Drone', @@ -1932,6 +1940,13 @@ use strict; build => 140, armor => 2, }, + { + name => 'Durable Materials', + min => 150, + gas => 150, + build => 110, + duration => 10, + }, ], duration => 20, }, @@ -1951,20 +1966,6 @@ use strict; }, ], upgrade => [ - { - name => 'Durable Materials', - min => 150, - gas => 150, - build => 110, -# special => { -# at => { -# duration => 240, -# }, -# pd => { -# duration => 30, -# }, -# }, - }, { name => 'Corvid Reactor', min => 150, -- 2.30.0