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

26
lang/en.json Normal file
View File

@ -0,0 +1,26 @@
{
"ACTOR": {
"TypePersonnage": "PC"
},
"ITEM": {
"TypeTrait": "Trait",
"TypeWeapon": "Weapon",
"TypeEquipment": "Equipment"
},
"ECRY": {
"ui": {
"traitType": "Trait type",
"niveauTrait": "Trait level",
"weight": "Weight",
"cost": "Cost",
"costunit": "Unit",
"effect": "Incidence",
"ingot": "Ingot",
"ingotin": "Ingotin",
"goldcoin": "Gold coin",
"lige": "Lige",
"hurle": "Howl",
"coin": "Coin"
}
}
}

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"
}
}
}