Avancement feuille de personnage

Avancement feuille d'items
Ajout des données JSON pour génération des compendiums.
This commit is contained in:
ZigmundKreud
2021-11-07 20:23:02 +01:00
parent 2c8d040881
commit 5d40642726
51 changed files with 3799 additions and 736 deletions

View File

@@ -1,4 +1,10 @@
{
"ACTOR.TypeCharacter": "Character",
"ITEM.TypeItem": "Objet",
"ITEM.TypeFeature": "Trait",
"ITEM.TypeWeapon": "Arme",
"ITEM.TypeArmor": "Armure",
"BOL.attributes.vigor": "Vigueur",
"BOL.attributes.agility": "Agilité",
"BOL.attributes.mind": "Esprit",
@@ -15,10 +21,106 @@
"BOL.resources.power": "Pouvoir",
"BOL.traits.xp": "Expérience",
"Careers": "Carrières",
"BOL.ui.tab.stats": "Attributs",
"BOL.ui.tab.combat": "Combat",
"BOL.ui.tab.features": "Traits",
"BOL.ui.tab.equipment": "Equipement",
"BOL.ui.tab.description": "Description",
"BOL.ui.tab.properties": "Proprietes",
"BOL.ui.description": "Description",
"BOL.ui.actions": "Actions",
"BOL.ui.damages": "Dommages",
"BOL.ui.details": "Détails",
"BOL.ui.category": "Catégorie",
"BOL.ui.subcategory": "Sous-catégorie",
"BOL.ui.type": "Type",
"BOL.ui.subtype": "Sous-type",
"BOL.ui.properties": "Propriétés",
"BOL.ui.modifiers": "Modificateurs",
"BOL.ui.item": "Objet",
"BOL.ui.edit": "Editer",
"BOL.ui.unequip": "Déséquiper",
"BOL.ui.equip": "Equiper",
"BOL.ui.delete": "Supprimer",
"BOL.featureCategory.origins": "Origines",
"BOL.featureCategory.races": "Races",
"BOL.featureCategory.careers": "Carrieres",
"BOL.featureCategory.boons": "Avantages",
"BOL.featureCategory.flaws": "Desavantages",
"BOL.featureCategory.languages": "Langages",
"BOL.itemCategory.equipment": "Equipement",
"BOL.itemCategory.consumable": "Consommable",
"BOL.itemCategory.spell": "Sort",
"BOL.itemCategory.mount": "Monture",
"BOL.itemCategory.vehicle": "Véhicule",
"BOL.itemCategory.other": "Autre",
"BOL.equipmentCategory.weapon": "Arme",
"BOL.equipmentCategory.protection": "Protection",
"BOL.equipmentCategory.jewel": "Bijou",
"BOL.equipmentCategory.scroll": "Parchemin",
"BOL.equipmentCategory.ammunition": "munition",
"BOL.equipmentCategory.container": "Conteneur",
"BOL.equipmentCategory.currency": "Monnaie",
"BOL.equipmentCategory.other": "Autre",
"BOL.protectionCategory.armor": "Armure",
"BOL.protectionCategory.shield": "Bouclier",
"BOL.protectionCategory.helm": "Casque",
"BOL.protectionCategory.other": "Autre",
"BOL.weaponCategory.melee": "Arme de mêlée",
"BOL.weaponCategory.ranged": "Arme de tir",
"BOL.weaponCategory.other": "Autre",
"BOL.itemProperty.equipable": "Equipable",
"BOL.itemProperty.protection": "Protection",
"BOL.itemProperty.blocking": "Blocage",
"BOL.itemProperty.magical": "Magique",
"BOL.itemProperty.concealable": "Dissimulable",
"BOL.itemProperty.2H": "Arme à 2 mains",
"BOL.itemProperty.helm": "Casque",
"BOL.itemProperty.improvised": "Improvisée",
"BOL.itemProperty.shield": "Bouclier",
"BOL.itemProperty.melee": "Arme de contact",
"BOL.itemProperty.throwable": "Peut être lancée",
"BOL.itemProperty.ignoreshield": "Ignore les boucliers",
"BOL.itemProperty.bashing": "Dégâts non létaux",
"BOL.itemProperty.stackable": "Empilable",
"BOL.itemProperty.ranged": "A distance",
"BOL.itemProperty.weapon": "Arme",
"BOL.itemProperty.reloadable": "Rechargeable",
"BOL.itemProperty.worn": "Equipé",
"BOL.itemStat.quantity": "Quantité",
"BOL.itemStat.weight": "Poids",
"BOL.itemStat.price": "Prix",
"BOL.itemStat.range": "Portée",
"BOL.itemStat.damage": "Dommages",
"BOL.itemStat.reload": "Rechargement (Actions)",
"BOL.itemStat.soak": "Valeur de protection",
"BOL.itemStat.blocking": "Bloquage",
"BOL.itemStat.modifiers": "Modificateurs",
"BOL.itemModifiers.init": "Initiative",
"BOL.itemModifiers.social": "Social",
"BOL.itemModifiers.agility": "Agilité",
"BOL.itemModifiers.powercost": "Coût supplémentaire en PP",
"BOL.itemBlocking.malus": "Social",
"BOL.itemBlocking.nbAttacksPerRound": "Agilité",
"BOL.itemSoak.formula": "Formule",
"BOL.itemSoak.value": "Valeur",
"Careers": "Carrieres",
"Name": "Nom",
"Boons": "Avantages",
"Flaws": "Désavantages",
"Flaws": "Desavantages",
"Inventory": "Inventaire",
"Career": "Carrière",
@@ -30,7 +132,7 @@
"ranged": "A Distance",
"melee": "Melée",
"spell" : "Sort",
"protection" : "Protectin",
"protection" : "Protection",
"weapon" : "Arme",
"armor" : "Armure",
"helm" : "Casque",
@@ -45,7 +147,7 @@
"reloadable" : "A Recharger",
"bow" : "Arc",
"crossbow" : "Arbalète",
"throwing" : "Lancer",
"throwing" : "Lancer",
"rank": "Niveau",
"attribut": "Attribut",
@@ -53,7 +155,7 @@
"Language": "Langue",
"Level": "Niveau",
"Roll": "Lancer",
"Melee": "Mêlée",
"Ranged": "Tir",
"Quantity": "Quantité",