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