Lavaeolous / PF1-StatBlock-Converter-Module

FoundryVTT Module to convert PF1 Statblocks into Foundry Actors (PC or NPC).
MIT License
14 stars 12 forks source link

Actor Size does not get parsed for non-english systems #499

Closed Lavaeolous closed 1 year ago

Lavaeolous commented 2 years ago

As sbc uses CONFIG.PF1.actorSizes to create an index of keywords to search for, this fails when the system language is non-english. As the actorSize gets localized (e.g. "Medium" --> "Mittelgroß"), the keywords can no longer be found.