mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Added homebrew for armor and weapon fatures (#1166)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
f1b6d3851d
commit
2176038ec6
20 changed files with 560 additions and 77 deletions
|
|
@ -1917,6 +1917,7 @@
|
|||
"roll": "Roll",
|
||||
"rules": "Rules",
|
||||
"types": "Types",
|
||||
"itemFeatures": "Item Features",
|
||||
"questions": "Questions"
|
||||
},
|
||||
"Tiers": {
|
||||
|
|
@ -1934,6 +1935,7 @@
|
|||
"amount": "Amount",
|
||||
"any": "Any",
|
||||
"armor": "Armor",
|
||||
"armorFeatures": "Armor Features",
|
||||
"armors": "Armors",
|
||||
"armorScore": "Armor Score",
|
||||
"activeEffects": "Active Effects",
|
||||
|
|
@ -2046,6 +2048,7 @@
|
|||
"used": "Used",
|
||||
"uses": "Uses",
|
||||
"value": "Value",
|
||||
"weaponFeatures": "Weapon Features",
|
||||
"weapons": "Weapons",
|
||||
"withThing": "With {thing}"
|
||||
},
|
||||
|
|
@ -2276,7 +2279,9 @@
|
|||
},
|
||||
"Homebrew": {
|
||||
"newDowntimeMove": "Downtime Move",
|
||||
"newFeature": "New ItemFeature",
|
||||
"downtimeMoves": "Downtime Moves",
|
||||
"itemFeatures": "Item Features",
|
||||
"nrChoices": "# Moves Per Rest",
|
||||
"resetMovesTitle": "Reset {type} Downtime Moves",
|
||||
"resetMovesText": "Are you sure you want to reset?",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue