Potions et élémentaires

This commit is contained in:
2026-05-02 08:26:28 +02:00
parent a234ba5d14
commit d6b5891519
248 changed files with 7020 additions and 350 deletions
+88 -26
View File
@@ -171,34 +171,96 @@
"MNBL.weapontype": "Weapon Type",
"MNBL.weight": "Weight",
"MNBL.total": "Total",
"Présence": "Presence",
"Puissance": "Might",
"Trempe": "Mettle",
"TYPES": {
"Actor": {
"creature": "Creature",
"personnage": "Character"
},
"Item": {
"arme": "Weapon",
"bouclier": "Shield",
"capacite": "Ability",
"competence": "Skill",
"don": "Gifts",
"equipement": "Equipment",
"heritage": "Background",
"metier": "Profession",
"modifier": "Modifier",
"monnaie": "Currency",
"origine": "Origin",
"pacte": "Pacts",
"protection": "Protections",
"rune": "Rune",
"runeeffect": "Rune Effect",
"tendance": "Signs of Chaos",
"traitchaotique": "Background",
"traitespece": "Species Trait"
}
}
"Actor": {
"creature": "Creature",
"personnage": "Character"
},
"Item": {
"arme": "Weapon",
"bouclier": "Shield",
"capacite": "Ability",
"competence": "Skill",
"don": "Gifts",
"equipement": "Equipment",
"heritage": "Background",
"metier": "Profession",
"modifier": "Modifier",
"monnaie": "Currency",
"origine": "Origin",
"pacte": "Pacts",
"protection": "Protections",
"rune": "Rune",
"runeeffect": "Rune Effect",
"tendance": "Signs of Chaos",
"traitchaotique": "Background",
"traitespece": "Species Trait"
}
},
"MNBL.potion": "Potion",
"MNBL.potionRune": "Rune",
"MNBL.potionSeuil": "Rune Threshold",
"MNBL.potionPointsAme": "Soul Points invested",
"MNBL.potionForme": "Form",
"MNBL.potionStatut": "Status",
"MNBL.potionVirulence": "Virulence",
"MNBL.potionDuree": "Duration",
"MNBL.potionConservation": "Conservation",
"MNBL.potionTemps": "Preparation Time",
"MNBL.potionEffetCuratif": "Curative Effect",
"MNBL.potionEffetLetal": "Lethal Effect",
"MNBL.potionEffetSecondaire": "Side Effects",
"MNBL.potionDescription": "Description",
"MNBL.potionLiquide": "Liquid",
"MNBL.potionOnguent": "Ointment",
"MNBL.potionCachets": "Tablets",
"MNBL.potionPilules": "Pills",
"MNBL.potionInconnue": "Unknown",
"MNBL.potionEfficace": "Effective",
"MNBL.potionHeroique": "Heroic",
"MNBL.potionInefficace": "Ineffective",
"MNBL.potionPoison": "Poison",
"MNBL.preparePotion": "Prepare a Potion",
"MNBL.capacites": "Capacities / Powers",
"MNBL.capacite": "Capacity",
"MNBL.typeCapacite": "Capacity Type",
"MNBL.typeCapaciteElue": "Chosen Power",
"MNBL.typeCapaciteElementaire": "Elemental Power",
"MNBL.typeCapaciteDemoniaque": "Demonic Power",
"MNBL.typeCapaciteCreature": "Creature Power",
"MNBL.creatureTypeCreature": "Creature",
"MNBL.creatureTypeDemon": "Demon",
"MNBL.creatureTypeElementaire": "Elemental",
"MNBL.elementTypeAir": "Air",
"MNBL.elementTypeTerre": "Earth",
"MNBL.elementTypeFeu": "Fire",
"MNBL.elementTypeEau": "Water",
"MNBL.creatureType": "Creature Type",
"MNBL.elementType": "Element",
"MNBL.invoquerElementaire": "Summon an Elemental",
"MNBL.bannirElementaire": "Banish",
"MNBL.invocationsActives": "Active Invocations",
"MNBL.invocationElement": "Element",
"MNBL.invocationTier": "Power",
"MNBL.invocationSeuil": "Threshold",
"MNBL.invocationAmeExtra": "Extra Soul Points",
"MNBL.invocationAmeTotal": "Total Soul Cost",
"MNBL.invocationTemps": "Concentration Time",
"MNBL.invocationBonusPacte": "Elemental Pact Bonus",
"MNBL.invocationHautParler": "Savoir : Haut-Parler",
"MNBL.invocationSeigneursElem": "Savoir : Seigneurs Élémentaires",
"MNBL.invocationResultSucces": "The Elemental is summoned!",
"MNBL.invocationResultHeroique": "Heroic success! You may freely increase one of the Elemental's attributes by +2.",
"MNBL.invocationResultEchec": "The invocation failed. You lose half the Soul Points spent.",
"MNBL.invocationResultDramatique": "Dramatic failure! The invocation failed and you lose all invested Soul Points. A natural catastrophe is unleashed!",
"MNBL.invocationTierMineur": "Minor (Threshold 15)",
"MNBL.invocationTierMedian": "Median (Threshold 20)",
"MNBL.invocationTierMajeur": "Major (Threshold 25)",
"MNBL.invocationConcentrationMineur": "1 round",
"MNBL.invocationConcentrationMedian": "1 minute",
"MNBL.invocationConcentrationMajeur": "1 hour",
"MNBL.invocationAmeBloque": "Blocked Soul"
}