sc: convert to fast bw seconds for sc2 compatibility
[sheet.git] / sc-units-bw.inc.pl
index 74cfba0098e656a99aebbfb13ab11ea6cd9a5923..196be6370ef649ba36421b0bd4dccd3b48f42431 100644 (file)
@@ -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
 
 [
 '<span title="no known changes as of v1.16.1">version≥1.08</span>',