CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Localize item and actor types (in creation drop-downs) #86

Closed CodeWringer closed 2 years ago

CodeWringer commented 2 years ago

These definitions must be placed in the localization file, as properties on the base object, meaning they must not be nested!

"ACTOR.TypePc": "PC",
"ACTOR.TypeNpc": "NPC",
"ACTOR.TypePlain": "Plain Actor",
"ITEM.TypeItem": "Item",
"ITEM.TypeSkill": "Skill",
"ITEM.TypeFate-card": "Fate-Card",
"ITEM.TypeInjury": "Injury",
"ITEM.TypeIllness": "Illness",
"ITEM.TypeMutation": "Mutation"