Fixes to Isildur's Bane, sites

This commit is contained in:
PhallenCassidy
2020-01-31 09:25:20 -05:00
committed by GitHub
parent c05c842efd
commit 5620551b4d

View File

@@ -16,9 +16,19 @@
"type": "aboutToTakeWound",
"filter": "bearer"
},
"effect": {
"type": "putOnRing"
}
"effect": [
{
"type": "putOnRing"
},
{
"type": "negateWound",
"filter": "all(bearer)"
},
{
"type": "addBurdens",
"amount": 2
}
]
},
{
"type": "trigger",
@@ -98,15 +108,15 @@
}
],
"effect": [
{
"type": "putOnRing"
},
{
"type": "negateWound",
"filter": "all(bearer)"
},
{
"type": "addBurdens"
},
{
"type": "putOnRing"
}
]
}
@@ -429,6 +439,7 @@
"effect": {
"type": "discardFromHand",
"hand": "fp",
"player": "fp",
"forced": true,
"count": 1
}
@@ -767,7 +778,7 @@
"type": "choice",
"player": "fp",
"texts": [
"Exert Gimli",
"Exert Frodo",
"Exert 2 other companions"
],
"effects": [
@@ -1198,4 +1209,4 @@
]
}
}
}
}