Card-Forge / forge

An unofficial rules engine for the world's greatest card game.
https://card-forge.github.io/forge/
GNU General Public License v3.0
939 stars 548 forks source link

multiple cards or token at the same time slow down the game #4475

Open Hanmac opened 8 months ago

Hanmac commented 8 months ago

when multiple tokens (especially different ones) enter the battlefield at the same time, and especially if they would be affected by static abilities, it slows down the engine way too much.

For example: Investigate (1 Clue) with Academy Manufactor (1 Clue, 1 Treasure, 1 Food) and Chatterfang, Squirrel General (1 Clue, 1 Treasure, 1 Food, 3 Squirrel) on the field. it puts the token one-by-one on the battlefield.

we need to find a way to make this faster, or if we can stop the GUI from rendering until all the tokens are on the battlefield, so it just updates them all together.

github-actions[bot] commented 7 months ago

This issue has not been updated in a while and has now been marked as stale. Stale messages will be auto closed.