p4535992 / foundryvtt-rarity-colors

MIT License
0 stars 1 forks source link

DDB-Importer compatibility #14

Closed ravingdragoon closed 3 months ago

ravingdragoon commented 6 months ago

I have also logged this issue with DDB-Importer issue 469

When doing spell/item munching Rarity Colors lags out the muncher severely and throws a lot of errors. I am hoping on one side or the other something can be done to fix or mitigate the issue.

p4535992 commented 6 months ago

It's probably some bad behavior on my side, the fast and simple solution is just to disable the module while importing and re-enable later

game.settings.set("rarity-colors", "rarityFlag", false)

// DO SOMETHING

game.settings.set("rarity-colors", "rarityFlag", true)