mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Fixed so that costs can be used
This commit is contained in:
parent
d9d7b23838
commit
e294c7906c
7 changed files with 177 additions and 102 deletions
|
|
@ -345,37 +345,6 @@ export const refreshTypes = {
|
|||
}
|
||||
};
|
||||
|
||||
export const featureTokenTypes = {
|
||||
tide: {
|
||||
id: 'tide',
|
||||
label: 'Tide',
|
||||
group: 'TYPES.Actor.character'
|
||||
},
|
||||
chaos: {
|
||||
id: 'chaos',
|
||||
label: 'Chaos',
|
||||
group: 'TYPES.Actor.character'
|
||||
}
|
||||
};
|
||||
|
||||
export const featureDiceTypes = {
|
||||
prayer: {
|
||||
id: 'prayer',
|
||||
label: 'Prayer Dice',
|
||||
group: 'TYPES.Actor.character'
|
||||
},
|
||||
favor: {
|
||||
id: 'favor',
|
||||
label: 'Favor Points',
|
||||
group: 'TYPES.Actor.character'
|
||||
},
|
||||
slayer: {
|
||||
id: 'slayer',
|
||||
label: 'Slayer Dice',
|
||||
group: 'TYPES.Actor.character'
|
||||
}
|
||||
};
|
||||
|
||||
export const abilityCosts = {
|
||||
hp: {
|
||||
id: 'hp',
|
||||
|
|
@ -401,9 +370,9 @@ export const abilityCosts = {
|
|||
id: 'fear',
|
||||
label: 'Fear',
|
||||
group: 'TYPES.Actor.adversary'
|
||||
},
|
||||
...featureTokenTypes,
|
||||
...featureDiceTypes
|
||||
}
|
||||
// ...featureTokenTypes,
|
||||
// ...featureDiceTypes
|
||||
};
|
||||
|
||||
export const countdownTypes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue