X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/67ec2894e74854c57a71690314d268a9c1c179f0..38fa2438908dcc08d887972a84225e80fd8bc97c:/sc-units.inc.pl?ds=sidebyside diff --git a/sc-units.inc.pl b/sc-units.inc.pl index d2c3b01..af10091 100644 --- a/sc-units.inc.pl +++ b/sc-units.inc.pl @@ -434,9 +434,7 @@ shield => 150, armor => 4, attack => { ground => { - damage => [6, 7, 8, 9], dps => [17, undef, undef, 49], - min => 25, build => 12.7*$FM, max => 4, }, @@ -445,7 +443,40 @@ attack => { }, sight => 11, speed => 10, -special => [], +special => [ + { + alt => 'Interceptor', + min => 25, + build => 20, + suit => 1, + unit => 0, + race => 'protoss', + organic => 0, + hp => 40, + shield => 40, + armor => 0, + attack => { + ground => { + damage => [6, 7, 8, 9], + dps => [4, 5, 5, 6], + cooldown => 37, # approximate, varies + build => 12.7*$FM, + }, + air => 'ground', + range => 0, + }, + sight => 0, + range => 0, + }, +], +upgrade => [ + { + name => 'Carrier Capacity', + damage => { + max => 4, + }, + }, +], counter => ['wraith', 'corsair', 'scourge'], },