mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Changed to use DefaultOutcome and added successHope as an alt outcome
This commit is contained in:
parent
482b932cd6
commit
e12d5ce851
6 changed files with 41 additions and 22 deletions
|
|
@ -124,6 +124,10 @@ export const areaTypes = {
|
|||
};
|
||||
|
||||
export const outcomeTypes = {
|
||||
default: {
|
||||
key: 'default',
|
||||
label: 'DAGGERHEART.CONFIG.OutcomeType.default'
|
||||
},
|
||||
successHope: {
|
||||
key: 'successHope',
|
||||
label: 'DAGGERHEART.CONFIG.OutcomeType.successHope'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue