Fixes to Isildur's Bane, sites
This commit is contained in:
@@ -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 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user