mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed so effects are only applied to correct tokens (#1439)
This commit is contained in:
parent
0936b46926
commit
27fe83d906
3 changed files with 15 additions and 11 deletions
|
|
@ -84,6 +84,7 @@ export const BPModifiers = {
|
|||
increaseDamage: {
|
||||
sort: 2,
|
||||
description: 'DAGGERHEART.CONFIG.BPModifiers.increaseDamage.description',
|
||||
effectTargetTypes: ['adversary'],
|
||||
effects: [
|
||||
{
|
||||
name: 'DAGGERHEART.CONFIG.BPModifiers.increaseDamage.effect.name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue