mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Actor Roll bonuses
This commit is contained in:
parent
0fd62c610d
commit
7757d64ef9
20 changed files with 212 additions and 102 deletions
|
|
@ -413,17 +413,17 @@ export const countdownTypes = {
|
|||
}
|
||||
};
|
||||
export const rollTypes = {
|
||||
weapon: {
|
||||
id: 'weapon',
|
||||
label: 'DAGGERHEART.CONFIG.RollTypes.weapon.name'
|
||||
attack: {
|
||||
id: 'attack',
|
||||
label: 'DAGGERHEART.CONFIG.RollTypes.attack.name'
|
||||
},
|
||||
spellcast: {
|
||||
id: 'spellcast',
|
||||
label: 'DAGGERHEART.CONFIG.RollTypes.spellcast.name'
|
||||
},
|
||||
ability: {
|
||||
id: 'ability',
|
||||
label: 'DAGGERHEART.CONFIG.RollTypes.ability.name'
|
||||
trait: {
|
||||
id: 'trait',
|
||||
label: 'DAGGERHEART.CONFIG.RollTypes.trait.name'
|
||||
},
|
||||
diceSet: {
|
||||
id: 'diceSet',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue