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

22 lines
515 B
JSON
Raw Normal View History

2022-11-03 20:01:45 +01:00
{
"ACTOR": {
"TypeCharacter": "Character",
"TypeNpc": "NPC"
},
"ITEM": {
"TypeWeapon": "Weapon",
"TypeShield": "Shield",
"TypeArmor": "Armor",
"TypeSpell": "Spell",
"TypeModule": "Module",
"TypeMoney": "Money",
2022-11-09 20:09:50 +01:00
"TypeEquipment": "Equipment",
"TypeAction": "Action",
"TypeFreeaction": "Free Action",
"TypeReaction": "Reaction",
"TypeStance": "Stance",
"TypeTrait": "Trait",
2023-01-24 20:26:59 +01:00
"TypeCondition": "Condition",
"TypeCraftingskill": "Crafting Skill"
2022-11-03 20:01:45 +01:00
}
}