mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 10:59:54 +02:00
add reloading feature
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
e9e8d2bd59
commit
9e4d8d637a
8 changed files with 91 additions and 16 deletions
11
lang/en.json
11
lang/en.json
|
|
@ -144,6 +144,10 @@
|
|||
"resultBased": {
|
||||
"label": "Formula based on Hope/Fear result."
|
||||
},
|
||||
"fullRestore": {
|
||||
"label": "Fully restore the resource.",
|
||||
"inChatRoll": "Full"
|
||||
},
|
||||
"applyTo": {
|
||||
"label": "Targeted Resource"
|
||||
},
|
||||
|
|
@ -1279,6 +1283,11 @@
|
|||
"name": "Fear",
|
||||
"abbreviation": "FR",
|
||||
"inChatRoll": "Fear"
|
||||
},
|
||||
"weaponResource": {
|
||||
"name": "Weapon Resource",
|
||||
"abbreviation": "WR",
|
||||
"inChatRoll": "Reload"
|
||||
}
|
||||
},
|
||||
"ItemResourceProgression": {
|
||||
|
|
@ -3090,6 +3099,8 @@
|
|||
"applyHealing": "Apply Healing"
|
||||
},
|
||||
"markResource": "Mark {quantity} {resource}",
|
||||
"reloadWeapon": "Reload {weapon}",
|
||||
"restoreWeaponResource": "Restore {quantity} on {weapon}",
|
||||
"refreshMessage": {
|
||||
"title": "Feature Refresh",
|
||||
"header": "Refreshed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue