Some Hobbit fixes
This commit is contained in:
@@ -518,11 +518,6 @@
|
||||
"filter": "self,attachedTo(any)"
|
||||
},
|
||||
"cost": [
|
||||
{
|
||||
"type": "memorize",
|
||||
"filter": "bearer",
|
||||
"memory": "bearer"
|
||||
},
|
||||
{
|
||||
"type": "transferToSupport",
|
||||
"filter": "self"
|
||||
@@ -536,7 +531,7 @@
|
||||
},
|
||||
"effect": {
|
||||
"type": "cancelSkirmish",
|
||||
"filter": "memory(bearer)"
|
||||
"filter": "bearer"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -556,13 +551,13 @@
|
||||
"effect": [
|
||||
{
|
||||
"type": "modifyStrength",
|
||||
"filter": "all(culture(dwarven),companion,hasStacked(follower))",
|
||||
"filter": "all(culture(dwarven),companion,hasAttached(follower))",
|
||||
"amount": 2,
|
||||
"until": "start(regroup)"
|
||||
},
|
||||
{
|
||||
"type": "addKeyword",
|
||||
"filter": "all(culture(dwarven),companion,hasStacked(and(follower,culture(gandalf))))",
|
||||
"filter": "all(culture(dwarven),companion,hasAttached(and(follower,culture(gandalf))))",
|
||||
"keyword": "defender+1",
|
||||
"until": "start(regroup)"
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
"cost": [
|
||||
{
|
||||
"type": "exert",
|
||||
"filter": "choose(name(Gollum),not(roaming))"
|
||||
"filter": "choose(self,not(roaming))"
|
||||
},
|
||||
{
|
||||
"type": "assignFpCharacterToSkirmish",
|
||||
@@ -304,7 +304,7 @@
|
||||
"31_26": {
|
||||
"title": "Threatening Warg",
|
||||
"culture": "gundabad",
|
||||
"cost": 3,
|
||||
"cost": 4,
|
||||
"type": "possession",
|
||||
"possession": "mount",
|
||||
"strength": 4,
|
||||
@@ -1157,7 +1157,7 @@
|
||||
"31_65": {
|
||||
"title": "Caught in a Sack",
|
||||
"culture": "troll",
|
||||
"cost": 2,
|
||||
"cost": 0,
|
||||
"type": "condition",
|
||||
"keyword": "support area",
|
||||
"effects": [
|
||||
|
||||
Reference in New Issue
Block a user