fvtt-dark-stars/lang/en.json

20 lines
391 B
JSON
Raw Permalink Normal View History

2022-11-27 08:58:19 +01:00
{
2024-06-10 14:30:12 +02:00
"TYPES": {
"Actor": {
"character": "Character"
},
"Item": {
"armor": "Armor",
"weapon": "Weapon",
"equipment": "Equipment",
"skill": "Skill",
"perk": "Perk",
"ability": "Ability",
"cumulativetask": "Cumulative Task",
"genetic": "Genetic",
"money": "Money",
"cyber": "Cyber",
"ammo": "Ammo"
}
}
2022-11-27 08:58:19 +01:00
}