Revert "Temporarily removing Realm of Dwarrowdelf damage limit"

This reverts commit e16e399ab4.
This commit is contained in:
Phallen Cassidy
2020-03-20 11:38:37 -04:00
parent e16e399ab4
commit c450046bdb

View File

@@ -346,7 +346,12 @@
"type": "addKeyword", "type": "addKeyword",
"filter": "memory(chosenDwarf)", "filter": "memory(chosenDwarf)",
"keyword": "damage", "keyword": "damage",
"amount": "1" "amount": {
"type": "cardAffectedLimitPerPhase",
"prefix": "dmg-",
"source": 1,
"limit": 3
}
} }
} }
] ]