mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Feature] Countdown Rols And Randomzie (#1329)
* . * . * . * Raised system version
This commit is contained in:
parent
9e0bc3cff1
commit
d137e33c3d
37 changed files with 281 additions and 87 deletions
14
lang/en.json
14
lang/en.json
|
|
@ -344,7 +344,8 @@
|
|||
"progress": {
|
||||
"current": { "label": "Current" },
|
||||
"looping": { "label": "Looping" },
|
||||
"max": { "label": "Max" },
|
||||
"start": { "label": "Start" },
|
||||
"startFormula": { "label": "Start Formula" },
|
||||
"type": {
|
||||
"label": { "label": "Label", "hint": "Used for custom" },
|
||||
"value": { "label": "Value" }
|
||||
|
|
@ -372,12 +373,13 @@
|
|||
"newCountdown": "New Countdown",
|
||||
"removeCountdownTitle": "Remove Countdown",
|
||||
"removeCountdownText": "Are you sure you want to remove the countdown: {name}?",
|
||||
"current": "Current",
|
||||
"max": "Max",
|
||||
"currentCountdownValue": "Current: {value}",
|
||||
"currentCountdownMax": "Max: {value}",
|
||||
"current": "Current Value",
|
||||
"start": "Start Value",
|
||||
"startFormula": "Randomized Start Value Formula",
|
||||
"currentCountdownCurrent": "Current: {value}",
|
||||
"currentCountdownStart": "Start: {value}",
|
||||
"category": "Category",
|
||||
"progressionType": "Progression Type",
|
||||
"progressionType": "Progression",
|
||||
"decreasing": "Decreasing",
|
||||
"looping": "Looping",
|
||||
"defaultOwnershipTooltip": "The default player ownership of countdowns",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue