This repository has been archived on 2023-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
fvtt-avd12/lang/en.json
2022-11-03 20:01:45 +01:00

16 lines
313 B
JSON

{
"ACTOR": {
"TypeCharacter": "Character",
"TypeNpc": "NPC"
},
"ITEM": {
"TypeWeapon": "Weapon",
"TypeShield": "Shield",
"TypeArmor": "Armor",
"TypeSkill": "Skill",
"TypeSpell": "Spell",
"TypeModule": "Module",
"TypeMoney": "Money",
"TypeEquipment": "Equipment"
}
}