From: Mischa POSLAWSKY Date: Mon, 15 Jun 2015 23:14:08 +0000 (+0200) Subject: sc: update projectile attack data X-Git-Tag: v1.8~147 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/0a04287fe0f0cb5e175043187fc2f44001c344a2 sc: update projectile attack data --- diff --git a/sc-units-hots.inc.pl b/sc-units-hots.inc.pl index cdce16d..c0b7452 100644 --- a/sc-units-hots.inc.pl +++ b/sc-units-hots.inc.pl @@ -56,6 +56,7 @@ use strict; damage => 20, dps => 16, cooldown => 1.25, + type => 'projectile', }, air => 'ground', range => 7, @@ -205,6 +206,7 @@ use strict; damage => 20, dps => 16, cooldown => 1.25, + type => 'projectile', }, air => 'ground', range => 13, @@ -978,6 +980,7 @@ use strict; dps => 27.9, cooldown => 0.8608, count => 2, + type => 'projectile', }, range => 7, }, @@ -1826,11 +1829,13 @@ use strict; damage => [8 .. 11], dps => [35.6, 40.0, 44.4, 48.8], cooldown => 0.225, + type => 'projectile', }, air => { damage => [6 .. 9], dps => [26.7, 31.1, 35.5, 39.9], cooldown => 0.225, + type => 'projectile', }, range => 6, }, @@ -1916,7 +1921,7 @@ use strict; damage => [4 .. 7], dps => [8, 10, 12, 14], cooldown => 1.0, - type => 'projectile', + type => 'projectile', # except if range < 3 range => 5, count => 2, }, @@ -1924,7 +1929,7 @@ use strict; damage => [9 .. 12], dps => [9 .. 12], cooldown => 1.0, - type => 'projectile', + type => 'projectile', # except if range < 3 range => 7, }, }, @@ -2333,7 +2338,7 @@ use strict; ground => { damage => [12 .. 15], dps => [16, 17.3, 18.6, 19.9], - type => 'projectile', + type => 'projectile', # except meelee cooldown => 0.75, }, air => 'ground',