mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
163 - Actor Sub Datas (#182)
* Added rules/bonuses for all classes and subclasses * More
This commit is contained in:
parent
7ac3066f68
commit
021361ef69
3 changed files with 48 additions and 7 deletions
|
|
@ -393,6 +393,14 @@ export const abilityCosts = {
|
|||
slayer: {
|
||||
id: 'slayer',
|
||||
label: 'Slayer Dice'
|
||||
},
|
||||
tide: {
|
||||
id: 'tide',
|
||||
label: 'Tide'
|
||||
},
|
||||
chaos: {
|
||||
id: 'chaos',
|
||||
label: 'Chaos'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue