mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +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",
|
"toggleSimple": "Toggle Simple View",
|
||||||
"types": {
|
"types": {
|
||||||
"narrative": "Narrative",
|
"narrative": "Narrative",
|
||||||
"encounter": "Encounter"
|
"encounter": "Encounter",
|
||||||
|
"longterm": "Long Term"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CountdownEdit": {
|
"CountdownEdit": {
|
||||||
|
|
|
||||||
|
|
@ -690,6 +690,10 @@ export const countdownBaseTypes = {
|
||||||
encounter: {
|
encounter: {
|
||||||
id: 'encounter',
|
id: 'encounter',
|
||||||
label: 'DAGGERHEART.APPLICATIONS.Countdown.types.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