mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Merged with main
This commit is contained in:
commit
ce4a08d318
27 changed files with 414 additions and 170 deletions
25
lang/en.json
25
lang/en.json
|
|
@ -686,11 +686,11 @@
|
|||
}
|
||||
},
|
||||
"RollTypes": {
|
||||
"ability": {
|
||||
"name": "Ability"
|
||||
"trait": {
|
||||
"name": "Trait"
|
||||
},
|
||||
"weapon": {
|
||||
"name": "Weapon"
|
||||
"attack": {
|
||||
"name": "Attack"
|
||||
},
|
||||
"spellcast": {
|
||||
"name": "SpellCast"
|
||||
|
|
@ -1015,8 +1015,8 @@
|
|||
"allDamage": "All Damage",
|
||||
"physicalDamage": "Physical Damage",
|
||||
"magicalDamage": "Magical Damage",
|
||||
"primaryDamageBonus": "Primary Weapon Damage",
|
||||
"primaryDamageDice": "Primary Weapon Extra Damage Dice"
|
||||
"primaryWeapon": "Primary Weapon Damage",
|
||||
"secondaryWeapon": "Secondary Weapon Damage"
|
||||
},
|
||||
"DamageResistance": {
|
||||
"none": "None",
|
||||
|
|
@ -1093,10 +1093,18 @@
|
|||
"single": "Experience",
|
||||
"plural": "Experiences"
|
||||
},
|
||||
"Healing": {
|
||||
"healingAmount": "Healing Amount"
|
||||
},
|
||||
"Neutral": {
|
||||
"full": "None",
|
||||
"short": "no"
|
||||
},
|
||||
"Range": {
|
||||
"other": "Range Increase: Other",
|
||||
"spell": "Range Increase: Spell",
|
||||
"weapon": "Range Increase: Weapon"
|
||||
},
|
||||
"RefreshType": {
|
||||
"session": "Session",
|
||||
"shortrest": "Short Rest",
|
||||
|
|
@ -1109,9 +1117,11 @@
|
|||
"Roll": {
|
||||
"attack": "Attack Roll",
|
||||
"primaryWeaponAttack": "Primary Weapon Attack Roll",
|
||||
"secondaryWeaponAttack": "Secondary Weapon Attack Roll",
|
||||
"spellcast": "Spellcast Roll",
|
||||
"trait": "Trait Roll",
|
||||
"action": "Action Roll",
|
||||
"hopeOrFear": "Hope Or Fear Roll"
|
||||
"reaction": "Reaction Roll"
|
||||
},
|
||||
"Rules": {
|
||||
"damageReduction": {
|
||||
|
|
@ -1186,6 +1196,7 @@
|
|||
},
|
||||
"armorScore": "Armor Score",
|
||||
"activeEffects": "Active Effects",
|
||||
"armorSlots": "Armor Slots",
|
||||
"attack": "Attack",
|
||||
"basics": "Basics",
|
||||
"bonus": "Bonus",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue