X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f5120824b11b754bdd9182d285ec81a3c001b350..f1c776e1a305b40451b2e66410beeb904f53a3ef:/sc-units-bw.inc.pl diff --git a/sc-units-bw.inc.pl b/sc-units-bw.inc.pl index 06e59f1..196be63 100644 --- a/sc-units-bw.inc.pl +++ b/sc-units-bw.inc.pl @@ -1,11 +1,11 @@ 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 $SM = .555; # pixels per frame to tiles per second multiplication +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 / 32; # pixels per frame to tiles per second multiplication [ 'version≥1.08', @@ -35,7 +35,7 @@ attack => [ name => "Particle Beam", damage => 5, cooldown => 22 / $FPS, - range => 0, + range => 1, }, ], sight => 8, @@ -1563,7 +1563,7 @@ attack => [ anti => 1, damage => 5, cooldown => 22 / $FPS, - range => 0, + range => 1, }, ], sight => 7,