X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/a9c88011558a67938f358e8692ae73a60a58d3f4..bda31c6e71685413018bc60c274277205a8855a2:/sc-units-bw.inc.pl diff --git a/sc-units-bw.inc.pl b/sc-units-bw.inc.pl index 9a890a0..8d490d4 100644 --- a/sc-units-bw.inc.pl +++ b/sc-units-bw.inc.pl @@ -43,6 +43,13 @@ attack => [ sight => 8, speed => 4.92 * $SM, counter => ['vulture', 'dark templar'], +special => [ + { + name => 'worker', + abbr => '⚒', + desc => "warp-in buildings and gather minerals (65/minute) or gas (103/minute)", + }, +], }, { @@ -104,10 +111,11 @@ attack => [ { anti => 1, name => "Psi Blades", - damage => 16, - upgrade => 2, + damage => 8, + count => 2, + upgrade => 1, cooldown => 22 / $FPS, - range => 0, + range => 15 / $PPT, }, ], sight => 7, @@ -263,7 +271,7 @@ attack => [ damage => 40, upgrade => 3, cooldown => 30 / $FPS, - range => 0, + range => 15 / $PPT, }, ], sight => 7, @@ -418,8 +426,9 @@ attack => [ { anti => 2, name => 'Anti-Matter Missiles', - damage => 28, - upgrade => 2, + damage => 14, + count => 2, + upgrade => 1, type => 'explosive', cooldown => 22 / $FPS, range => 4, @@ -563,11 +572,10 @@ special => [ upgrade => 1, cooldown => 43 / $FPS, # approximately 37 according to liquipedia build => 20, - range => 0, + range => 4, }, ], sight => 6, - range => 0, speed => 13.33 * $SM, }, ], @@ -836,11 +844,18 @@ attack => [ name => 'Fusion Cutter', damage => 5, cooldown => 15 / $FPS, - range => 0, + range => 10 / $PPT, }, ], sight => 7, speed => 4.92 * $SM, +special => [ + { + name => 'worker', + abbr => '⚒', + desc => "construct or repair buildings and gather minerals (68/minute) or gas (103/minute)", + }, +], }, { @@ -964,7 +979,7 @@ attack => [ cooldown => 22 / $FPS, splash => 1, type => 'implosive', - range => 2, + range => 1, }, ], sight => 7, @@ -1211,7 +1226,7 @@ special => [ damage => 125, splash => 1, type => 'explosive', - range => 3, + range => 3, # to walk, melee to explode }, ], sight => 3, @@ -1269,7 +1284,7 @@ special => [ cooldown => 75 / $FPS, splash => 1, type => 'explosive', - range => 12, + range => 12, # minimum 2 }, ], speed => 0, @@ -1303,13 +1318,14 @@ attack => [ damage => 12, upgrade => 1, cooldown => 22 / $FPS, # 15 after drop - range => 5, + range => 6, }, { anti => 2, name => 'Hellfire Missile Pack', - damage => 20, - upgrade => 4, + damage => 10, + count => 2, + upgrade => 2, type => 'explosive', cooldown => 22 / $FPS, range => 5, @@ -1438,11 +1454,12 @@ special => [ min => 100, gas => 100, build => 120, - desc => 'blast doing 260 damage to a target', + desc => 'blast doing 260 explosive damage to a target', attack => [ { anti => 3, damage => 260, + type => 'explosive', range => 10, }, ], @@ -1623,6 +1640,13 @@ attack => [ ], sight => 7, speed => 4.92 * $SM, +special => [ + { + name => 'worker', + abbr => '⚒', + desc => "morph into buildings and gather minerals (67/minute) or gas (103/minute)", + }, +], }, { @@ -1788,7 +1812,7 @@ attack => [ damage => 5, upgrade => 1, cooldown => 8 / $FPS, - range => 0, + range => 15 / $PPT, }, ], sight => 5, @@ -1878,7 +1902,7 @@ cat => 'lair', name => 'Lurker', min => 125, gas => 125, -base => 'hydralisk', +base => ['hydralisk'], build => 40, suit => 2, size => 32 / $PPT, @@ -1978,7 +2002,7 @@ special => [ damage => 4, upgrade => 1, cooldown => 15 / $FPS, - range => 0, + range => 2 / $PPT, }, ], sight => 5, @@ -2009,7 +2033,7 @@ attack => [ damage => 500, splash => 1, type => 'explosive', - range => 0, + range => 3 / $PPT, }, ], sight => 5, @@ -2038,7 +2062,7 @@ attack => [ anti => 2, name => 'Suicide', damage => 110, - range => 0, + range => 3 / $PPT, }, ], sight => 5, @@ -2101,7 +2125,7 @@ name => 'Guardian', min => 150, gas => 200, build => 40, -base => 'mutalisk', +base => ['mutalisk'], suit => 3, size => 44 / $PPT, pop => 2, @@ -2133,7 +2157,7 @@ name => 'Devourer', min => 250, gas => 150, build => 40, -base => 'mutalisk', +base => ['mutalisk'], suit => 3, size => 44 / $PPT, pop => 2, @@ -2248,7 +2272,7 @@ attack => [ damage => 20, upgrade => 3, cooldown => 15 / $FPS, - range => 0, + range => 25 / $PPT, }, ], sight => 7,