Checking ability cards for characters is very slow. All objects in a player's zone are checeked with different pattern matchings and calculating the levenshtein distance to known abilties. This makes the whole save process very slow especially in a 4 player game. It would be nice to have a different way of identifying ability cards.
One approach might be to tag abilities cards at load. During load it's clear with decks from the character boxes are abilty cards as their decks are always named the same. This wouldn't effect first saves, but would all subsequent saves much faster.
Maybe another approach for the first save can be found as well.
Checking ability cards for characters is very slow. All objects in a player's zone are checeked with different pattern matchings and calculating the levenshtein distance to known abilties. This makes the whole save process very slow especially in a 4 player game. It would be nice to have a different way of identifying ability cards. One approach might be to tag abilities cards at load. During load it's clear with decks from the character boxes are abilty cards as their decks are always named the same. This wouldn't effect first saves, but would all subsequent saves much faster. Maybe another approach for the first save can be found as well.