X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e9ee5e5e683bffd3ffef39896a2735fde7117eb1..803fc2946b1c6a3b876cabea90ebac62ca6e55a9:/sc-units-bw.inc.pl diff --git a/sc-units-bw.inc.pl b/sc-units-bw.inc.pl index 7d59dc4..f4c1f7c 100644 --- a/sc-units-bw.inc.pl +++ b/sc-units-bw.inc.pl @@ -1,10 +1,12 @@ use utf8; use strict; -# time in fastest game seconds -my $FPS = 24; # frames per second -# toss shield += .65 per second -# zerg regen += .37 per second +my $PPT = 32; # tile size in pixels +my $FPS = 1000 / 56; # frames per second on fast +# energy += 8HP/frame ≈ .74 per second +# toss shield += 7HP/frame ≈ .65/s +# zerg regen += 4HP/frame ≈ .37/s +my $SM = $FPS / $PPT; # pixels per frame to tiles per second multiplication [ 'version≥1.08', @@ -19,9 +21,13 @@ min => 50, gas => 0, build => 20, suit => 1, +size => 23 / $PPT, pop => 1, +cargo => 1, race => 'protoss', -organic => 0, +attr => { + mech => 1, +}, hp => 20, shield => 20, armor => 0, @@ -35,7 +41,7 @@ attack => [ }, ], sight => 8, -speed => 14, +speed => 4.92 * $SM, counter => ['vulture', 'dark templar'], }, @@ -50,13 +56,18 @@ min => 150, gas => 0, build => 50, suit => 3, +size => 2, # 41x33 race => 'protoss', +attr => { + structure => 1, +}, hp => 100, shield => 100, armor => 0, attack => [ { anti => 3, + name => 'STS/A Photon Cannon', damage => 20, cooldown => 22 / $FPS, range => 7, @@ -79,9 +90,13 @@ min => 100, gas => 0, build => 40, suit => 1, +size => 23 / $PPT, # x19 pop => 2, +cargo => 2, race => 'protoss', -organic => 1, +attr => { + organic => 1, +}, hp => 100, shield => 60, armor => 1, @@ -89,18 +104,19 @@ attack => [ { anti => 1, name => "Psi Blades", - damage => 16, - upgrade => 2, + damage => 8, + count => 2, + upgrade => 1, cooldown => 22 / $FPS, - range => 1, + range => 15 / $PPT, }, ], sight => 7, -speed => 11, +speed => 4 * $SM, upgrade => [ { name => 'Leg Enhancements', - speed => 16 - 11, + speed => (6 - 4) * $SM, min => 150, gas => 150, build => 133, @@ -120,9 +136,13 @@ min => 125, gas => 50, build => 50, suit => 3, +size => 32 / $PPT, pop => 2, +cargo => 4, race => 'protoss', -organic => 0, +attr => { + mech => 1, +}, hp => 100, shield => 80, armor => 1, @@ -138,7 +158,7 @@ attack => [ }, ], sight => 8, -speed => 15, +speed => 5 * $SM, upgrade => [ { name => 'Singularity Charge', @@ -166,21 +186,27 @@ min => 50, gas => 150, build => 50, suit => 1, +size => 24 / $PPT, pop => 2, +cargo => 2, race => 'protoss', -organic => 1, +attr => { + organic => 1, +}, hp => 40, shield => 40, armor => 0, sight => 7, -speed => 9, -energy => 200, +speed => 3.2 * $SM, +energy => 50, +capacity => 200, upgrade => [ { name => "Khaydarin Amulet", min => 150, gas => 150, - energy => 250-200, + energy => 62.5-50, + capacity => 250-200, }, ], special => [ @@ -221,9 +247,13 @@ min => 125, gas => 100, build => 50, suit => 1, +size => 25 / $PPT, # 24x26 pop => 2, +cargo => 2, race => 'protoss', -organic => 1, +attr => { + organic => 1, +}, hp => 80, shield => 40, armor => 1, @@ -234,11 +264,11 @@ attack => [ damage => 40, upgrade => 3, cooldown => 30 / $FPS, - range => 1, + range => 15 / $PPT, }, ], sight => 7, -speed => 15, +speed => 4.92 * $SM, special => [ { name => 'Cloaked', @@ -261,9 +291,13 @@ gas => 300, build => 20, base => ['templar', 'templar'], suit => 3, +size => 32 / $PPT, pop => 4, +cargo => 4, race => 'protoss', -organic => 0, +attr => { + mech => 1, +}, hp => 10, shield => 350, armor => 0, @@ -279,7 +313,7 @@ attack => [ }, ], sight => 8, -speed => 14, +speed => 4.92 * $SM, }, { @@ -294,22 +328,27 @@ gas => 200, build => 20, base => ['dark templar', 'dark templar'], suit => 3, +size => 32 / $PPT, pop => 4, +cargo => 4, race => 'protoss', -organic => 0, +attr => { + mech => 1, +}, hp => 25, shield => 200, armor => 1, sight => 10, -speed => 14, -energy => 200, +speed => 4.92 * $SM, +energy => 50, +capacity => 200, upgrade => [ { name => "Argus Talisman", min => 150, gas => 150, build => 166, - energy => 250-200, + capacity => 250-200, }, ], special => [ @@ -357,9 +396,13 @@ min => 275, gas => 125, build => 80, suit => 3, +size => 36 / $PPT, # x32 pop => 3, race => 'protoss', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 150, shield => 100, @@ -367,6 +410,7 @@ armor => 0, attack => [ { anti => 1, + name => 'Dual Photon Blasters', damage => 8, upgrade => 1, cooldown => 30 / $FPS, @@ -374,15 +418,17 @@ attack => [ }, { anti => 2, - damage => 28, - upgrade => 2, + name => 'Anti-Matter Missiles', + damage => 14, + count => 2, + upgrade => 1, type => 'explosive', cooldown => 22 / $FPS, range => 4, }, ], sight => 8, -speed => 13, +speed => 5 * $SM, upgrade => [ { name => 'Apial Sensors', @@ -396,7 +442,7 @@ upgrade => [ min => 200, gas => 200, build => 166, - speed => 18 - 13, + speed => (6.67 - 5) * $SM, }, ], }, @@ -411,9 +457,13 @@ min => 150, gas => 100, build => 40, suit => 2, +size => 36 / $PPT, # x32 pop => 2, race => 'protoss', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 100, shield => 80, @@ -421,6 +471,7 @@ armor => 1, attack => [ { anti => 2, + name => 'Neutron Flare', damage => 5, upgrade => 1, cooldown => 8 / $FPS, @@ -430,28 +481,30 @@ attack => [ }, ], sight => 9, -speed => 17, -energy => 200, +speed => 6.67 * $SM, +energy => 50, +capacity => 200, upgrade => [ { name => 'Argus Jewel', min => 100, gas => 100, build => 166, - energy => 250-200, + energy => 62.5-50, + capacity => 250-200, }, ], special => [ { - name => 'Disruption web', + name => 'Disruption Web', abbr => 'dw', min => 200, gas => 200, build => 80, desc => 'creates a field in which no ground unit/structure can attack', range => 9, - cost => 62-50, - duration => undef, #XXX + cost => 125, + duration => 24, }, ], counter => ['devourer', 'valkyrie'], @@ -467,9 +520,13 @@ min => 350, gas => 250, build => 140, suit => 3, +size => 64 / $PPT, pop => 6, race => 'protoss', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, hp => 300, shield => 150, armor => 4, @@ -482,7 +539,7 @@ attack => [ }, ], sight => 11, -speed => 10, +speed => 3.33 * $SM, special => [ { name => 'Build Interceptor', @@ -490,24 +547,29 @@ special => [ min => 25, build => 20, suit => 1, + size => 16 / $PPT, pop => 0, race => 'protoss', - organic => 0, + attr => { + mech => 1, + flying => 1, + }, hp => 40, shield => 40, armor => 0, attack => [ { anti => 3, + name => 'Pulse Cannon', damage => 6, upgrade => 1, cooldown => 43 / $FPS, # approximately 37 according to liquipedia build => 20, - range => 0, + range => 4, }, ], - sight => 0, - range => 0, + sight => 6, + speed => 13.33 * $SM, }, ], upgrade => [ @@ -534,9 +596,13 @@ min => 100, gas => 350, build => 160, suit => 3, +size => 44 / $PPT, pop => 4, race => 'protoss', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 200, shield => 150, @@ -544,6 +610,7 @@ armor => 1, attack => [ { anti => 3, + name => 'Phase Disruptor Cannon', damage => 10, upgrade => 1, cooldown => 45 / $FPS, @@ -552,15 +619,17 @@ attack => [ }, ], sight => 9, -speed => 12, -energy => 200, +speed => 5 * $SM, +energy => 50, +capacity => 200, upgrade => [ { name => 'Khaydarin Core', min => 150, gas => 150, build => 166, - energy => 250-200, + energy => 62.5-50, + capacity => 250-200, }, ], special => [ @@ -601,9 +670,13 @@ min => 200, gas => 100, build => 70, suit => 3, +size => 32 / $PPT, pop => 4, +cargo => 4, race => 'protoss', -organic => 0, +attr => { + mech => 1, +}, hp => 100, shield => 80, armor => 0, @@ -611,16 +684,16 @@ attack => [ { anti => 1, damage => 100, - cooldown => 60 / $FPS, + cooldown => 60 / $FPS, # 30 after drop splash => 1, - cost => 15, + min => 15, build => 7, max => 5, range => 8, }, ], sight => 10, -speed => 5, +speed => 1.78 * $SM, upgrade => [ { name => 'Scarab Damage', @@ -664,16 +737,20 @@ min => 25, gas => 75, build => 40, suit => 1, +size => 32 / $PPT, pop => 1, race => 'protoss', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 40, shield => 20, armor => 0, sight => 9, detect => 1, -speed => 9, +speed => 3.33 * $SM, upgrade => [ { name => "Sensor Array", @@ -687,7 +764,7 @@ upgrade => [ min => 150, gas => 150, build => 166, - speed => 13 - 9, + speed => (5 - 3.33) * $SM, }, ], special => [ @@ -710,14 +787,18 @@ min => 200, gas => 0, build => 60, suit => 3, +size => 40 / $PPT, # x32 pop => 2, +cargo => -8, race => 'protoss', -organic => 0, +attr => { + mech => 1, +}, hp => 80, shield => 60, armor => 1, sight => 8, -speed => 13, +speed => 4.43 * $SM, transport => 1, upgrade => [ { @@ -725,7 +806,7 @@ upgrade => [ min => 200, gas => 200, build => 166, - speed => 19 - 13, + speed => (6.67 - 4.43) * $SM, } ], }, @@ -740,21 +821,27 @@ min => 50, gas => 0, build => 20, suit => 1, +size => 23 / $PPT, pop => 1, +cargo => 1, race => 'terran', -organic => 0, +attr => { + mech => 1, + organic => 1, +}, hp => 60, armor => 0, attack => [ { anti => 1, + name => 'Fusion Cutter', damage => 5, cooldown => 15 / $FPS, - range => 1, + range => 10 / $PPT, }, ], sight => 7, -speed => 15, +speed => 4.92 * $SM, }, { @@ -767,12 +854,17 @@ min => 75, gas => 0, build => 30, suit => 3, +size => 2, # 33x49 race => 'terran', +attr => { + structure => 1, +}, hp => 200, armor => 0, attack => [ { anti => 2, + name => 'Longbolt Missile', damage => 20, cooldown => 15 / $FPS, type => 'explosive', @@ -794,14 +886,19 @@ min => 50, gas => 0, build => 24, suit => 1, +size => 17 / $PPT, # x20 pop => 1, +cargo => 1, race => 'terran', -organic => 1, +attr => { + organic => 1, +}, hp => 40, armor => 0, attack => [ { anti => 3, + name => 'Gauss Rifle', damage => 6, upgrade => 1, cooldown => 15 / $FPS, @@ -809,7 +906,7 @@ attack => [ }, ], sight => 7, -speed => 11, +speed => 4 * $SM, upgrade => [ { name => 'U-238 Shells', @@ -825,13 +922,13 @@ upgrade => [ ], special => [ { - name => 'stim pack', + name => 'Stim Pack', abbr => 'sp', min => 100, gas => 100, build => 80, desc => 'doubles attack speed and faster movement for a few seconds at the cost of 10 health', - speed => 17, + speed => (6 - 4) * $SM, attack => [ { anti => 3, @@ -850,24 +947,29 @@ min => 50, gas => 25, build => 24, suit => 1, +size => 23 / $PPT, # x22 pop => 1, +cargo => 1, race => 'terran', -organic => 1, +attr => { + organic => 1, +}, hp => 50, armor => 1, attack => [ { anti => 1, + name => 'Flame Thrower', damage => 16, upgrade => 2, cooldown => 22 / $FPS, splash => 1, type => 'implosive', - range => 2, + range => 1, }, ], sight => 7, -speed => 11, +speed => 4 * $SM, upgrade => [ ], special => [ @@ -878,7 +980,7 @@ special => [ gas => 100, build => 80, desc => 'doubles attack speed and faster movement for a few seconds at the cost of 10 health', - speed => 17, + speed => (6 - 4) * $SM, attack => [ { anti => 1, @@ -900,14 +1002,19 @@ min => 25, gas => 75, build => 50, suit => 1, +size => 15 / $PPT, # x22 pop => 1, +cargo => 1, race => 'terran', -organic => 1, +attr => { + organic => 1, +}, hp => 45, armor => 0, attack => [ { anti => 3, + name => 'C-10 Canister Rifle', damage => 10, upgrade => 1, cooldown => 22 / $FPS, @@ -916,7 +1023,9 @@ attack => [ }, ], sight => 9, -speed => 11, +speed => 4 * $SM, +energy => 50, +capacity => 200, upgrade => [ { name => 'Ocular Implants', @@ -936,10 +1045,10 @@ upgrade => [ min => 150, gas => 150, build => 166, - energy => 250-200, + energy => 62.5-50, + capacity => 250-200, }, ], -energy => 200, special => [ { name => 'Personal Cloaking', @@ -982,21 +1091,27 @@ min => 50, gas => 25, build => 30, suit => 1, +size => 17 / $PPT, # x20 pop => 1, +cargo => 1, race => 'terran', -organic => 1, +attr => { + organic => 1, +}, hp => 60, armor => 1, sight => 9, -speed => 11, -energy => 200, +speed => 4 * $SM, +energy => 50, +capacity => 200, upgrade => [ { name => 'Caduceus Reactor', min => 150, gas => 150, build => 166, - energy => 250-200, + energy => 62.5-50, + capacity => 250-200, }, ], special => [ @@ -1043,14 +1158,19 @@ min => 75, gas => 0, build => 30, suit => 2, +size => 32 / $PPT, pop => 2, +cargo => 2, race => 'terran', -organic => 0, +attr => { + mech => 1, +}, hp => 80, armor => 0, attack => [ { anti => 1, + name => 'Fragmentation Grenade', damage => 20, upgrade => 2, cooldown => 30 / $FPS, @@ -1059,14 +1179,14 @@ attack => [ }, ], sight => 8, -speed => 20, +speed => 6.4 * $SM, upgrade => [ { name => 'Ion Thrusters', min => 100, gas => 100, build => 100, - speed => 28 - 20, + speed => (10 - 6.4) * $SM, }, ], special => [ @@ -1079,9 +1199,12 @@ special => [ alt => 'Spider Mine', desc => 'burrows a mine which will automaticaly target non-hovering enemy units', amount => 3, - organic => 0, + attr => { + mech => 1, + }, hp => 20, suit => 1, + size => 15 / $PPT, armor => 0, attack => [ { @@ -1089,11 +1212,11 @@ special => [ damage => 125, splash => 1, type => 'explosive', - range => 3, + range => 3, # to walk, melee to explode }, ], sight => 3, - speed => 25, + speed => 16 * $SM, }, ], }, @@ -1108,23 +1231,28 @@ min => 150, gas => 100, build => 50, suit => 3, +size => 32 / $PPT, pop => 2, +cargo => 4, race => 'terran', -organic => 0, +attr => { + mech => 1, +}, hp => 150, armor => 1, attack => [ { anti => 1, + name => 'Arclite Cannon', damage => 30, upgrade => 3, - cooldown => 37 / $FPS, + cooldown => 37 / $FPS, # 15 after drop type => 'explosive', range => 7, }, ], sight => 10, -speed => 12, +speed => 4 * $SM, special => [ { name => 'Siege Mode', @@ -1136,12 +1264,13 @@ special => [ attack => [ { anti => 1, + name => 'Arclite Shock Cannon', damage => 70, upgrade => 5, cooldown => 75 / $FPS, splash => 1, type => 'explosive', - range => 12, + range => 12, # minimum 2 }, ], speed => 0, @@ -1159,30 +1288,37 @@ min => 100, gas => 50, build => 40, suit => 3, +size => 32 / $PPT, pop => 2, +cargo => 2, race => 'terran', -organic => 0, +attr => { + mech => 1, +}, hp => 125, armor => 1, attack => [ { anti => 1, + name => 'Twin Autocannons', damage => 12, upgrade => 1, - cooldown => 22 / $FPS, - range => 5, + cooldown => 22 / $FPS, # 15 after drop + range => 6, }, { anti => 2, - damage => 20, - upgrade => 4, + name => 'Hellfire Missile Pack', + damage => 10, + count => 2, + upgrade => 2, type => 'explosive', cooldown => 22 / $FPS, range => 5, }, ], sight => 8, -speed => 13, +speed => 4.57 * $SM, upgrade => [ { name => 'Charon Boosters', @@ -1206,15 +1342,20 @@ min => 150, gas => 100, build => 60, suit => 3, +size => 38 / $PPT, # x30 pop => 2, race => 'terran', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 120, armor => 0, attack => [ { anti => 1, + name => 'Burst Lasers', damage => 8, upgrade => 1, cooldown => 30 / $FPS, @@ -1222,6 +1363,7 @@ attack => [ }, { anti => 2, + name => 'Gemini Missiles', damage => 20, upgrade => 2, cooldown => 22 / $FPS, @@ -1230,8 +1372,9 @@ attack => [ }, ], sight => 7, -speed => 17, -energy => 200, +speed => 6.67 * $SM, +energy => 50, +capacity => 200, special => [ { name => 'Cloak', @@ -1250,7 +1393,8 @@ upgrade => [ min => 200, gas => 200, build => 166, - energy => 250-200, + energy => 62.5-50, + capacity => 250-200, }, ], }, @@ -1265,15 +1409,20 @@ min => 400, gas => 300, build => 133, suit => 3, +size => 75 / $PPT, # x59 pop => 6, race => 'terran', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 500, armor => 3, attack => [ { anti => 3, + name => 'ATS/A Laser Battery', damage => 25, upgrade => 3, cooldown => 30 / $FPS, @@ -1281,8 +1430,9 @@ attack => [ }, ], sight => 11, -speed => 7, -energy => 200, +speed => 2.5 * $SM, +energy => 50, +capacity => 200, special => [ { name => 'Yamato Gun', @@ -1290,11 +1440,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, }, ], @@ -1307,7 +1458,8 @@ upgrade => [ min => 150, gas => 150, build => 166, - energy => 250-200, + energy => 62.5-50, + capacity => 250-200, }, ], }, @@ -1322,16 +1474,21 @@ min => 100, gas => 225, build => 80, suit => 3, +size => 65 / $PPT, # x50 pop => 2, race => 'terran', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 200, armor => 1, sight => 10, detect => 1, -speed => 15, -energy => 200, +speed => 5 * $SM, +energy => 50, +capacity => 200, special => [ { name => 'Defensive Matrix', @@ -1373,7 +1530,8 @@ upgrade => [ min => 150, gas => 150, build => 166, - energy => 250-200, + energy => 62.5-50, + capacity => 250-200, }, ], }, @@ -1388,15 +1546,20 @@ min => 250, gas => 125, build => 50, suit => 3, +size => 49 / $PPT, # x37 pop => 3, race => 'terran', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 200, armor => 2, attack => [ { anti => 2, + name => 'Halo Rockets', damage => 6, upgrade => 1, cooldown => 64 / $FPS, @@ -1407,7 +1570,7 @@ attack => [ }, ], sight => 8, -speed => 19, +speed => 6.6 * $SM, }, { @@ -1417,14 +1580,19 @@ min => 100, gas => 100, build => 50, suit => 3, +size => 49 / $PPT, # x37 pop => 2, +cargo => -8, race => 'terran', -organic => 0, +attr => { + mech => 1, + flying => 1, +}, air => 1, hp => 150, armor => 1, sight => 8, -speed => 15, +speed => 5.47 * $SM, transport => 1, }, @@ -1438,21 +1606,26 @@ min => 50, gas => 0, build => 20, suit => 1, +size => 23 / $PPT, pop => 1, +cargo => 1, race => 'zerg', -organic => 1, +attr => { + organic => 1, +}, hp => 40, armor => 0, attack => [ { anti => 1, + name => 'Spines', damage => 5, cooldown => 22 / $FPS, range => 1, }, ], sight => 7, -speed => 14, +speed => 4.92 * $SM, }, { @@ -1462,16 +1635,21 @@ min => 100, gas => 0, build => 40, suit => 3, +size => 50 / $PPT, pop => -9, +cargo => 0, race => 'zerg', -organic => 1, +attr => { + organic => 1, + flying => 1, +}, air => 1, hp => 200, armor => 0, cargo => 0, sight => 9, detect => 1, -speed => 2, +speed => .83 * $SM, transport => 1, upgrade => [ { @@ -1493,7 +1671,7 @@ upgrade => [ min => 150, gas => 150, build => 133, - speed => 10 - 2, + speed => (3.33 - .83) * $SM, }, ], }, @@ -1506,9 +1684,12 @@ trans => { }, build => 20, suit => 1, +size => 16 / $PPT, pop => 0, race => 'zerg', -organic => 1, +attr => { + organic => 1, +}, hp => 25, armor => 10, sight => 4, @@ -1538,12 +1719,17 @@ min => 175, gas => 0, build => 20, suit => 3, +size => 2, # 48x48 race => 'zerg', +attr => { + structure => 1, +}, hp => 300, armor => 2, attack => [ { anti => 1, + name => 'Subterranean Tentacle', damage => 40, cooldown => 32 / $FPS, type => 'explosive', @@ -1561,12 +1747,17 @@ min => 175, gas => 0, build => 20, suit => 3, +size => 2, # 48x48 race => 'zerg', +attr => { + structure => 1, +}, hp => 400, armor => 0, attack => [ { anti => 2, + name => 'Seeker Spores', damage => 15, cooldown => 15 / $FPS, range => 7, @@ -1584,29 +1775,34 @@ min => 25, gas => 0, build => 28, # for 2 suit => 1, +size => 16 / $PPT, pop => 0.5, +cargo => 1, race => 'zerg', -organic => 1, +attr => { + organic => 1, +}, hp => 35, armor => 0, attack => [ { anti => 1, + name => 'Claws', damage => 5, upgrade => 1, cooldown => 8 / $FPS, - range => 1, + range => 15 / $PPT, }, ], sight => 5, -speed => 14, +speed => 5.49 * $SM, upgrade => [ { name => 'Metabolic Boost', min => 100, gas => 100, build => 80, - speed => 22 - 14, + speed => (8.36 - 5.49) * $SM, }, { name => 'Adrenal Glands', @@ -1615,7 +1811,7 @@ upgrade => [ build => 80, attack => [ { - cooldown => 6 / $FPS, + cooldown => (6 - 8) / $FPS, }, ], }, @@ -1630,14 +1826,19 @@ min => 75, gas => 25, build => 28, suit => 2, +size => 21 / $PPT, # x23 pop => 1, +cargo => 2, race => 'zerg', -organic => 1, +attr => { + organic => 1, +}, hp => 80, armor => 0, attack => [ { anti => 3, + name => 'Needle Spines', damage => 10, upgrade => 1, cooldown => 15 / $FPS, @@ -1646,7 +1847,7 @@ attack => [ }, ], sight => 6, -speed => 11, +speed => 3.66 * $SM, upgrade => [ { name => 'Grooved Spines', @@ -1664,7 +1865,7 @@ upgrade => [ min => 150, gas => 150, build => 100, - speed => 16 - 11, + speed => (5.57 - 3.66) * $SM, }, { name => 'Lurker Aspect', @@ -1683,14 +1884,19 @@ gas => 125, base => 'hydralisk', build => 40, suit => 2, +size => 32 / $PPT, pop => 2, +cargo => 4, race => 'zerg', -organic => 1, +attr => { + organic => 1, +}, hp => 125, armor => 1, attack => [ { anti => 1, + name => 'Subterranean Spines', damage => 20, upgrade => 2, cooldown => 37 / $FPS, @@ -1699,7 +1905,7 @@ attack => [ }, ], sight => 8, -speed => 17, +speed => 5.82 * $SM, }, { @@ -1709,15 +1915,20 @@ min => 100, gas => 100, build => 50, suit => 2, +size => 48 / $PPT, pop => 2, race => 'zerg', -organic => 1, +attr => { + organic => 1, + flying => 1, +}, air => 1, hp => 120, armor => 0, sight => 10, -speed => 18, -energy => 200, +speed => 6.67 * $SM, +energy => 50, +capacity => 200, special => [ { name => 'Infest CC', @@ -1756,21 +1967,25 @@ special => [ count => 2, alt => 'Broodling', suit => 1, + size => 19 / $PPT, pop => 0, - organic => 1, + attr => { + organic => 1, + }, hp => 30, armor => 0, attack => [ { anti => 1, + name => 'Toxic Spores', damage => 4, upgrade => 1, cooldown => 15 / $FPS, - range => 1, + range => 2 / $PPT, }, ], sight => 5, - speed => 19, + speed => 6 * $SM, }, ], }, @@ -1782,22 +1997,26 @@ min => 100, gas => 50, build => 40, suit => 1, +size => 17 / $PPT, # x20 pop => 1, race => 'zerg', -organic => 1, +attr => { + organic => 1, +}, hp => 60, armor => 0, attack => [ { anti => 1, + name => 'Suicide', damage => 500, splash => 1, type => 'explosive', - range => 1, + range => 3 / $PPT, }, ], sight => 5, -speed => 17, +speed => 5.82 * $SM, }, { @@ -1807,21 +2026,26 @@ min => 12, gas => 38, build => 30, # for 2 suit => 1, +size => 24 / $PPT, pop => 0.5, race => 'zerg', -organic => 1, +attr => { + organic => 1, + flying => 1, +}, air => 1, hp => 25, armor => 0, attack => [ { anti => 2, + name => 'Suicide', damage => 110, - range => 1, + range => 3 / $PPT, }, ], sight => 5, -speed => 18, +speed => 6.67 * $SM, counter => ['cannon', 'goliath', 'hydralisk'], }, @@ -1832,15 +2056,20 @@ min => 100, gas => 100, build => 40, suit => 1, +size => 44 / $PPT, pop => 2, race => 'zerg', -organic => 1, +attr => { + organic => 1, + flying => 1, +}, air => 1, hp => 120, armor => 0, attack => [ { anti => 3, + name => 'Glave Wurm', damage => 9, upgrade => 1, cooldown => 30 / $FPS, @@ -1849,12 +2078,16 @@ attack => [ }, ], sight => 7, -speed => 18, +speed => 6.67 * $SM, special => [ { alt => 'Cocoon', suit => 3, - organic => 1, + size => 32 / $PPT, + attr => { + organic => 1, + flying => 1, + }, hp => 200, armor => 0, sight => 4, @@ -1873,15 +2106,20 @@ gas => 200, build => 40, base => 'mutalisk', suit => 3, +size => 44 / $PPT, pop => 2, race => 'zerg', -organic => 1, +attr => { + organic => 1, + flying => 1, +}, air => 1, hp => 150, armor => 2, attack => [ { anti => 1, + name => 'Acid Spore', damage => 20, upgrade => 2, cooldown => 30 / $FPS, @@ -1889,7 +2127,7 @@ attack => [ }, ], sight => 11, -speed => 7, +speed => 2.5 * $SM, }, { @@ -1900,15 +2138,20 @@ gas => 150, build => 40, base => 'mutalisk', suit => 3, +size => 44 / $PPT, pop => 2, race => 'zerg', -organic => 1, +attr => { + organic => 1, + flying => 1, +}, air => 1, hp => 250, armor => 2, attack => [ { anti => 2, + name => 'Corrosive Acid', damage => 25, upgrade => 2, cooldown => 100 / $FPS, @@ -1917,7 +2160,7 @@ attack => [ }, ], sight => 10, -speed => 15, +speed => 5 * $SM, counter => ['goliath', 'dragoon', 'scourge'], }, @@ -1928,14 +2171,19 @@ min => 50, gas => 150, build => 50, suit => 2, +size => 27 / $PPT, # x25 pop => 2, +cargo => 2, race => 'zerg', -organic => 1, +attr => { + organic => 1, +}, hp => 80, armor => 1, sight => 10, -speed => 12, -energy => 200, +speed => 4 * $SM, +energy => 50, +capacity => 200, special => [ { name => 'Consume', @@ -1967,6 +2215,16 @@ special => [ duration => 12, }, ], +upgrade => [ + { + name => 'Metasynaptic Node', + min => 150, + gas => 50, + build => 166, + energy => 62.5-50, + capacity => 250-200, + }, +], counter => ['archon', 'firebat'], }, @@ -1977,22 +2235,27 @@ min => 200, gas => 200, build => 60, suit => 3, +size => 38 / $PPT, # x32 pop => 4, +cargo => 4, race => 'zerg', -organic => 1, +attr => { + organic => 1, +}, hp => 400, armor => 1, attack => [ { anti => 1, + name => 'Kaiser Blades', damage => 20, upgrade => 3, cooldown => 15 / $FPS, - range => 1, + range => 25 / $PPT, }, ], sight => 7, -speed => 16, +speed => 5.12 * $SM, upgrade => [ { name => 'Chitinous Plating', @@ -2006,7 +2269,7 @@ upgrade => [ min => 200, gas => 200, build => 133, - speed => 21 - 16, + speed => (8.1 - 5.12) * $SM, }, ], },