Golden Goal Blitz -- Updates

Balance and feature changes for the “Golden Goal Blitz” Arena.

1 Like

ghost ability change.

If your ball ends in a wall after using “ghost” ability, then its respawn. The rule applies only for “wall” tiles.

hero.getObstacleAt still returns ice after it has been destroyed by opponent ball

Fixed

1 Like

Added hero.random() method – use it to get better way to have randomization with simple debugging. The random seed is based on the combination of players ids – it means against the same opponent you get the same random sequence results.

Fixed the issue with the hole and boost. Well, it was a problem with the holes at all. We used the wrong radius to check if the ball was inside the hole (sqrt(5) instead of 5, I know)

1 Like

Nerfed “ghost”. Now cooldown is 10 seconds (for the start :slight_smile: )
But more important, cooldowns don’t reset after respawning the ball; cooldowns tick only when the ball is “alive”.