mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Added Modifiers
This commit is contained in:
parent
51a0fb82eb
commit
e32454b7c7
9 changed files with 344 additions and 205 deletions
|
|
@ -121,7 +121,8 @@ export const adversaryTypes = {
|
|||
id: 'leader',
|
||||
label: 'DAGGERHEART.CONFIG.AdversaryType.leader.label',
|
||||
description: 'DAGGERHEART.ACTORS.Adversary.leader.description',
|
||||
bpCost: 3
|
||||
bpCost: 3,
|
||||
bpDescription: 'DAGGERHEART.CONFIG.AdversaryType.leader.'
|
||||
},
|
||||
minion: {
|
||||
id: 'minion',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue