mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
More work on actionConfig outcomes
This commit is contained in:
parent
f260d221a8
commit
ec404a61d9
7 changed files with 180 additions and 58 deletions
|
|
@ -122,3 +122,22 @@ export const areaTypes = {
|
|||
label: 'Placed Area'
|
||||
}
|
||||
};
|
||||
|
||||
export const outcomeTypes = {
|
||||
successHope: {
|
||||
key: 'successHope',
|
||||
label: 'DAGGERHEART.CONFIG.OutcomeType.successHope'
|
||||
},
|
||||
successFear: {
|
||||
key: 'successFear',
|
||||
label: 'DAGGERHEART.CONFIG.OutcomeType.successFear'
|
||||
},
|
||||
failureHope: {
|
||||
key: 'failureHope',
|
||||
label: 'DAGGERHEART.CONFIG.OutcomeType.failureHope'
|
||||
},
|
||||
failureFear: {
|
||||
key: 'failureFear',
|
||||
label: 'DAGGERHEART.CONFIG.OutcomeType.failureFear'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue