"Denizens Enraged" should not count the orc it targets
This commit is contained in:
@@ -93,9 +93,10 @@
|
|||||||
"effect": {
|
"effect": {
|
||||||
"type": "modifyStrength",
|
"type": "modifyStrength",
|
||||||
"filter": "choose(culture(moria),orc)",
|
"filter": "choose(culture(moria),orc)",
|
||||||
|
"memorize": "chosenOrc",
|
||||||
"amount": {
|
"amount": {
|
||||||
"type": "forEachYouCanSpot",
|
"type": "forEachYouCanSpot",
|
||||||
"filter": "another,culture(moria),orc",
|
"filter": "not(memory(chosenOrc)),culture(moria),orc",
|
||||||
"limit": 4
|
"limit": 4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user