Game Helper
The perfect tool to help you manipulate the game (local test mode), specially when you need to debug a specific scenario
Last updated
The perfect tool to help you manipulate the game (local test mode), specially when you need to debug a specific scenario
Last updated
Manipulation
Generate cards
Destroy cards
Add mana to card
Add attack to card
Add hp to card
Add damage to card
Add ability to card
Snapshot
Take Snapshot: saving a specific moment in game to load again in the future
Load Snapshot: load important moments to debug, test and check behaviors
Snapshot each action: if enable will take a snapshot everytime the resolve queue becomes empty, allowing you to check each step of a game
Load snapshot on play: if enable will load the selected snapshot as soon as the Game Helper recognizes that a game is playing
Utils
Skip AI Turns: will make AI always skip the turns, perfect to setup specific behaviors
Loop Time: will make the timer goes back to 60 whenever it reaches 10, leaving you enough time to test anything