mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Fix conflict
This commit is contained in:
commit
22075e7490
32 changed files with 1702 additions and 1011 deletions
|
|
@ -55,12 +55,11 @@ export default class DhpAdversary extends BaseDataActor {
|
|||
type: 'weapon'
|
||||
},
|
||||
damage: {
|
||||
parts: [{
|
||||
multiplier: 'flat',
|
||||
dice: 'd20',
|
||||
bonus: 2,
|
||||
flatMultiplier: 3
|
||||
}]
|
||||
parts: [
|
||||
{
|
||||
multiplier: 'flat'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue