Fixing references to "mounted"

This commit is contained in:
Phallen Cassidy
2020-03-27 23:19:51 -04:00
parent 4485e4050b
commit 347986a618
4 changed files with 12 additions and 7 deletions

View File

@@ -518,6 +518,11 @@
"filter": "self,attachedTo(any)" "filter": "self,attachedTo(any)"
}, },
"cost": [ "cost": [
{
"type": "memorize",
"filter": "bearer",
"memory": "bearer"
},
{ {
"type": "transferToSupport", "type": "transferToSupport",
"filter": "self" "filter": "self"
@@ -527,11 +532,11 @@
"type": "conditional", "type": "conditional",
"condition": { "condition": {
"type": "canSpot", "type": "canSpot",
"filter": "inSkirmish,mounted,orc" "filter": "inSkirmish,hasAttached(mount),orc"
}, },
"effect": { "effect": {
"type": "cancelSkirmish", "type": "cancelSkirmish",
"filter": "bearer" "filter": "memory(bearer)"
} }
} }
} }

View File

@@ -265,7 +265,7 @@
} }
}, },
"31_25": { "31_25": {
"title": "Savage Worg", "title": "Savage Warg",
"culture": "gundabad", "culture": "gundabad",
"cost": 3, "cost": 3,
"type": "possession", "type": "possession",

View File

@@ -110,7 +110,7 @@
"type": "modifier", "type": "modifier",
"modifier": { "modifier": {
"type": "modifyStrength", "type": "modifyStrength",
"filter": "bearer,inSkirmishAgainst(mounted,minion)", "filter": "bearer,inSkirmishAgainst(hasAttached(mount),minion)",
"amount": 1 "amount": 1
} }
} }

View File

@@ -455,7 +455,7 @@
"phase": "regroup", "phase": "regroup",
"condition": { "condition": {
"type": "cantSpot", "type": "cantSpot",
"filter": "self,mounted" "filter": "self,hasAttached(mount)"
}, },
"cost": { "cost": {
"type": "exert", "type": "exert",
@@ -640,7 +640,7 @@
"phase": "regroup", "phase": "regroup",
"condition": { "condition": {
"type": "cantSpot", "type": "cantSpot",
"filter": "self,mounted" "filter": "self,hasAttached(mount)"
}, },
"cost": { "cost": {
"type": "exert", "type": "exert",
@@ -738,7 +738,7 @@
"phase": "regroup", "phase": "regroup",
"condition": { "condition": {
"type": "cantSpot", "type": "cantSpot",
"filter": "self,mounted" "filter": "self,hasAttached(mount)"
}, },
"cost": { "cost": {
"type": "exert", "type": "exert",