mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
add long term countdown option
This commit is contained in:
parent
9564edb244
commit
411238ff40
2 changed files with 6 additions and 1 deletions
|
|
@ -365,7 +365,8 @@
|
|||
"toggleSimple": "Toggle Simple View",
|
||||
"types": {
|
||||
"narrative": "Narrative",
|
||||
"encounter": "Encounter"
|
||||
"encounter": "Encounter",
|
||||
"longterm": "Long Term"
|
||||
}
|
||||
},
|
||||
"CountdownEdit": {
|
||||
|
|
|
|||
|
|
@ -690,6 +690,10 @@ export const countdownBaseTypes = {
|
|||
encounter: {
|
||||
id: 'encounter',
|
||||
label: 'DAGGERHEART.APPLICATIONS.Countdown.types.encounter'
|
||||
},
|
||||
longterm: {
|
||||
id: 'longterm',
|
||||
label: 'DAGGERHEART.APPLICATIONS.Countdown.types.longterm'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue