Fiche armes et traits

This commit is contained in:
2023-04-28 15:25:57 +02:00
parent b9978545d2
commit 06d91f11f1
24 changed files with 233 additions and 138 deletions

View File

@ -1,13 +1,27 @@
{
"ACTOR": {
"TypePersonnage": "Personnage"
"TypePersonnage": "PC"
},
"ITEM": {
"TypeArme": "Arme",
"TypeEquipement": "Equipement",
"TypeTarot": "Tarot",
"TypeElementbio": "Element Biographique",
"TypeArchetype": "Archetype",
"TypeSortilege": "Sortilège"
"TypeTrait": "Trait",
"TypeWeapon": "Weapon",
"TypeEquipment": "Equipment"
},
"ECRY": {
"ui": {
"traitType": "Type de trait",
"niveauTrait": "Niveau du trait",
"effect": "Effect",
"weight": "Poids",
"cost": "Prix",
"costUnit": "Unité",
"ingot": "Lingot",
"ingotin": "Lingotin",
"goldcoin": "Pièce d'or",
"lige": "Lige",
"hurle": "Hurle",
"coin": "Sous"
}
}
}