sc: indicate cooldown of costless specials instead
[sheet.git] / sc-units-hots.inc.pl
index c183ef71b3224f22c561626a612aea60b63454d1..5cf26b2a197b572a0b562439b73b4732e5ec9aef 100644 (file)
@@ -122,7 +122,7 @@ use strict;
                        cost => 100,
                        radius => 3.5,
                        range => 9,
-                       duration => 30,
+                       duration => 10,
                },
        ],
 },
@@ -1418,9 +1418,6 @@ use strict;
                {
                        anti => 1,
                        damage => [18, 20, 22, 24],
-                       bonus => {
-                               light => [0 .. 3], # ?
-                       },
                        dps => [9 .. 12],
                        splash => 1,
                        cooldown => 2,
@@ -1446,7 +1443,7 @@ use strict;
                        attack => [
                                {
                                        bonus => {
-                                               light => [12, 12, 12, 12],
+                                               light => [12 .. 15],
                                        },
                                },
                        ],
@@ -1475,7 +1472,7 @@ use strict;
                        anti => 3,
                        damage => 125,
                        bonus => {
-                               shields => 35,
+                               shields => 40,
                        },
                        splash => 1,
                        cooldown => 40,
@@ -1571,6 +1568,7 @@ use strict;
        attack => [
                {
                        anti => 1,
+                       name => "Thor's Hammer",
                        damage => [30, 33, 36, 39],
                        dps => [46.9, 51.6, 56.3, 61.0],
                        cooldown => 1.28,
@@ -1579,7 +1577,8 @@ use strict;
                },
                {
                        anti => 2,
-                       name => 'Explosive Payload',
+                       name => 'Javelin Missiles',
+#                      name => 'Explosive Payload',
                        damage => [6 .. 9],
                        bonus => {
                                'light air' => [6 .. 9],
@@ -1593,7 +1592,8 @@ use strict;
                },
                {
                        anti => 2,
-                       name => 'High Impact Payload',
+                       name => 'Punisher Cannons',
+#                      name => 'High Impact Payload',
                        damage => [24, 26, 28, 30],
                        dps => [12 .. 15],
                        cooldown => 2,
@@ -2174,7 +2174,7 @@ use strict;
                        min => 100,
                        gas => 100,
                        build => 60,
-                       speed => 0.875,
+                       speed => 3.375 - 1.875,
                },
        ],
 },
@@ -2850,6 +2850,7 @@ use strict;
                        name => 'Consume',
                        abbr => 'cs',
                        desc => 'leaches 200 life of friendly building over 20s to gain 50 energy',
+                       cost => -50,
                        duration => 20,
                        range => 7,
                        cooldown => 1,