Various fixes and changes based on tester feedback
This commit is contained in:
54
lang/en.json
54
lang/en.json
@@ -60,6 +60,14 @@
|
||||
"Survival": "Survival",
|
||||
"Tracking": "Tracking"
|
||||
},
|
||||
"Lineage": {
|
||||
"Dwarf": "Dwarf",
|
||||
"Firbolg": "Firbolg",
|
||||
"Halfling": "Halfling",
|
||||
"HighElf": "High Elf",
|
||||
"Human": "Human",
|
||||
"WoodElf": "Wood Elf"
|
||||
},
|
||||
"Class": {
|
||||
"Berserker": "Berserker",
|
||||
"Champion": "Champion",
|
||||
@@ -211,6 +219,7 @@
|
||||
"Weapons": "Weapons",
|
||||
"Armor": "Armor & Shields",
|
||||
"Ammunition": "Ammunition",
|
||||
"ItemSlots": "Item Slots",
|
||||
"Spells": "Spells",
|
||||
"Miracles": "Miracles",
|
||||
"Equipment": "Equipment",
|
||||
@@ -231,7 +240,9 @@
|
||||
"NoArmor": "No armor or shields.",
|
||||
"NoSpells": "No spells known.",
|
||||
"NoMiracles": "No miracles known.",
|
||||
"MiracleBlocked": "Divine favour lost — no more miracles today.",
|
||||
"NoEquipment": "No equipment.",
|
||||
"NoTraits": "Drop traits here.",
|
||||
"Enchantment": "Enchantment",
|
||||
"Tenet": "Tenet",
|
||||
"Boon": "Boon",
|
||||
@@ -276,12 +287,15 @@
|
||||
"Spell": "New Spell",
|
||||
"Miracle": "New Miracle",
|
||||
"Equipment": "New Equipment",
|
||||
"Building": "New Building"
|
||||
"Building": "New Building",
|
||||
"Trait": "New Trait"
|
||||
},
|
||||
"ToggleSheet": "Toggle Edit/Play Mode",
|
||||
"Action": {
|
||||
"CastSpell": "Cast Spell",
|
||||
"InvokeMiracle": "Invoke Miracle"
|
||||
"InvokeMiracle": "Invoke Miracle",
|
||||
"ResetMiracleBlocked": "Restore divine favour (new day)",
|
||||
"NewDay": "New day"
|
||||
},
|
||||
"Dialog": {
|
||||
"SkillCheckTitle": "Skill Check: {skill}",
|
||||
@@ -300,6 +314,8 @@
|
||||
"Visibility": "Visibility",
|
||||
"Attribute": "Attribute",
|
||||
"RollSkill": "Click to roll skill check",
|
||||
"ExplodeOn5": "Explode on 5+",
|
||||
"ExplodeOn5Hint": "trait bonus — 5s & 6s explode",
|
||||
"AttackTitle": "Attack: {weapon}",
|
||||
"DamageTitle": "Damage: {weapon}",
|
||||
"Attack": "Attack",
|
||||
@@ -335,7 +351,30 @@
|
||||
"MiracleDVNote": "miracle # today",
|
||||
"MiracleCount": "Miracle # Today",
|
||||
"MiracleCountHint": "1st = DV 1, 2nd = DV 2...",
|
||||
"MiracleFailWarning": "Failure blocks ALL miracles for the rest of the day."
|
||||
"MiracleFailWarning": "Failure blocks ALL miracles for the rest of the day.",
|
||||
"DefenseTitle": "Defense Roll: {actor}",
|
||||
"RollDefense": "Roll Defense",
|
||||
"DefenseOptions": "Defense Options",
|
||||
"AttackType": "Attack Type",
|
||||
"DefenseMelee": "Melee Attack",
|
||||
"DefenseRanged": "Ranged Attack",
|
||||
"GoverningAttr": "Attribute",
|
||||
"MightMeleeHint": "melee only: may use Might",
|
||||
"ParryActive": "Parry — red defense dice vs melee",
|
||||
"BlockActive": "Block — red defense dice vs ranged (+1)",
|
||||
"ArmorPenalty": "armor penalty",
|
||||
"WeaponDefenseTitle": "Weapon Defense: {weapon}",
|
||||
"DiminishingDefense": "Diminishing Defense",
|
||||
"DiminishingDefenseHint": "-2 penalty per additional defense this turn",
|
||||
"DiminishFirst": "1st defense (no penalty)",
|
||||
"DiminishSecond": "2nd defense (−2)",
|
||||
"DiminishThird": "3rd+ defense (−4)",
|
||||
"ArmorRollTitle": "Armor Roll: {armor}",
|
||||
"RollArmor": "Roll Armor",
|
||||
"ArmorRollOptions": "Armor Roll Options",
|
||||
"APPenalty": "AP (Attacker)",
|
||||
"APHint": "attacker's Armor Piercing value",
|
||||
"ReinforcedHint": "Reinforced — rolling red dice"
|
||||
},
|
||||
"Enhancement": {
|
||||
"None": "None",
|
||||
@@ -352,6 +391,7 @@
|
||||
"Check": "Check",
|
||||
"Success": "Success!",
|
||||
"Failure": "Failure",
|
||||
"Exploded": "exploded dice",
|
||||
"AutoSuccess": "Automatically Available",
|
||||
"RarityCheck": "Rarity Check",
|
||||
"NoActor": "No character selected — assign a character to your user first.",
|
||||
@@ -362,6 +402,11 @@
|
||||
"MiracleCast": "Miracle Invocation",
|
||||
"StressGained": "Arcane Stress Gained",
|
||||
"MiracleBlocked": "You are now blocked from casting miracles for the rest of the day!",
|
||||
"Defense": "Defense Roll",
|
||||
"DefenseResult": "defense successes",
|
||||
"ArmorRoll": "Armor Roll",
|
||||
"ArmorBypassed": "Armor bypassed (0 dice — AP ≥ AV)",
|
||||
"Successes": "successes",
|
||||
"DualAttr": {
|
||||
"DefenseMelee": "melee defense",
|
||||
"FightingNimble": "nimble weapon",
|
||||
@@ -893,6 +938,9 @@
|
||||
"Actor": {
|
||||
"character": "Character",
|
||||
"npc": "NPC"
|
||||
},
|
||||
"Warning": {
|
||||
"MiracleBlocked": "Divine favour has been lost — you cannot invoke miracles until a new day."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user