Android build v1.1.23

This commit is contained in:
Warren H
2026-07-05 22:48:56 -04:00
parent 956c9e32f9
commit 9708ba9e40
106 changed files with 4294 additions and 458 deletions
+4 -4
View File
@@ -49,7 +49,7 @@ type ShardCone = {
const RIMEBASTION_BALANCE = {
iceWallCooldown: 7.2,
iceWallDamage: 6,
iceWallDamage: 18,
iceWallStunSeconds: 0.25,
iceWallWindup: 1,
iceCircleCount: 2,
@@ -57,16 +57,16 @@ const RIMEBASTION_BALANCE = {
iceWallLaneCount: 3,
iceWallWidth: 22,
meleeCooldown: 1.45,
meleeDamage: 4,
meleeDamage: 10,
meleeRange: 66,
moveSpeed: 64,
relocateCooldownFloor: 1.3,
relocateSpeed: 112,
relocateSeconds: 1.6,
shatterConeAngleRadians: Math.PI * 0.34,
shatterConeDamage: 9,
shatterConeDamage: 30,
shatterConeRange: 158,
shatterLaneDamage: 11,
shatterLaneDamage: 34,
shatterLaneWidth: 34,
shatterRecover: 0.52,
shatterStunSeconds: 0.4,