add long term countdown option

This commit is contained in:
Psitacus 2026-01-07 19:49:45 -07:00
parent 9564edb244
commit 411238ff40
2 changed files with 6 additions and 1 deletions

View file

@ -365,7 +365,8 @@
"toggleSimple": "Toggle Simple View",
"types": {
"narrative": "Narrative",
"encounter": "Encounter"
"encounter": "Encounter",
"longterm": "Long Term"
}
},
"CountdownEdit": {

View file

@ -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'
}
};