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