Fix: Ent Hoard not taking bloom of health modifiers into account

This commit is contained in:
Devon Henegar
2025-01-31 14:12:28 -05:00
committed by GitHub
parent 0f7f2ed3aa
commit 180528ac45

View File

@@ -193,11 +193,21 @@
count: 2
}
}
# These have to be split apart because the spot modifier only works
# if a filter has only 1 thing in it
{
type: modifyOwnCost
amount: {
type: forEachYouCanSpot
filter: or(ent,and(unbound,hobbit))
filter: ent
multiplier: -2
}
}
{
type: modifyOwnCost
amount: {
type: forEachYouCanSpot
filter: unbound,hobbit
multiplier: -2
}
}