mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Added Looping
This commit is contained in:
parent
9e21aa177b
commit
6536e84afe
13 changed files with 237 additions and 94 deletions
13
lang/en.json
13
lang/en.json
|
|
@ -328,19 +328,26 @@
|
|||
},
|
||||
"Countdown": {
|
||||
"addCountdown": "Add Countdown",
|
||||
"loopingTypes": {
|
||||
"noLooping": "No Looping",
|
||||
"looping": "Looping",
|
||||
"increasing": "Increasing",
|
||||
"decreasing": "Decreasing"
|
||||
},
|
||||
"FIELDS": {
|
||||
"countdowns": {
|
||||
"element": {
|
||||
"name": { "label": "Name" },
|
||||
"progress": {
|
||||
"current": { "label": "Current" },
|
||||
"looping": { "label": "Looping" },
|
||||
"max": { "label": "Max" },
|
||||
"type": {
|
||||
"label": { "label": "Label", "hint": "Used for custom" },
|
||||
"value": { "label": "Value" }
|
||||
}
|
||||
},
|
||||
"type": { "label": "Countdown Type" }
|
||||
"type": { "label": "Progression Type" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -367,7 +374,9 @@
|
|||
"currentCountdownValue": "Current: {value}",
|
||||
"currentCountdownMax": "Max: {value}",
|
||||
"category": "Category",
|
||||
"type": "Type",
|
||||
"progressionType": "Progression Type",
|
||||
"decreasing": "Decreasing",
|
||||
"looping": "Looping",
|
||||
"defaultOwnershipTooltip": "The default player ownership of countdowns",
|
||||
"hideNewCountdowns": "Hide New Countdowns"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue