mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 18:39:55 +02:00
Restored encounter/narrative
This commit is contained in:
parent
ec56e1812c
commit
cf47385d83
30 changed files with 42 additions and 56 deletions
|
|
@ -960,15 +960,15 @@ export const countdownAppMode = {
|
|||
};
|
||||
|
||||
export const countdownType = {
|
||||
shortterm: {
|
||||
id: 'shortterm',
|
||||
label: 'DAGGERHEART.CONFIG.CountdownBaseType.shortterm.label',
|
||||
shortLabel: 'DAGGERHEART.CONFIG.CountdownBaseType.shortterm.shortLabel'
|
||||
encounter: {
|
||||
id: 'encounter',
|
||||
label: 'DAGGERHEART.CONFIG.CountdownBaseType.encounter.label',
|
||||
shortLabel: 'DAGGERHEART.CONFIG.CountdownBaseType.encounter.shortLabel'
|
||||
},
|
||||
longterm: {
|
||||
id: 'longterm',
|
||||
label: 'DAGGERHEART.CONFIG.CountdownBaseType.longterm.label',
|
||||
shortLabel: 'DAGGERHEART.CONFIG.CountdownBaseType.longterm.shortLabel'
|
||||
narrative: {
|
||||
id: 'narrative',
|
||||
label: 'DAGGERHEART.CONFIG.CountdownBaseType.narrative.label',
|
||||
shortLabel: 'DAGGERHEART.CONFIG.CountdownBaseType.narrative.shortLabel'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue