Revert 'Fixing references to "mounted"'
This commit is contained in:
@@ -518,11 +518,6 @@
|
||||
"filter": "self,attachedTo(any)"
|
||||
},
|
||||
"cost": [
|
||||
{
|
||||
"type": "memorize",
|
||||
"filter": "bearer",
|
||||
"memory": "bearer"
|
||||
},
|
||||
{
|
||||
"type": "transferToSupport",
|
||||
"filter": "self"
|
||||
@@ -532,11 +527,11 @@
|
||||
"type": "conditional",
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"filter": "inSkirmish,hasAttached(mount),orc"
|
||||
"filter": "inSkirmish,mounted,orc"
|
||||
},
|
||||
"effect": {
|
||||
"type": "cancelSkirmish",
|
||||
"filter": "memory(bearer)"
|
||||
"filter": "bearer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
}
|
||||
},
|
||||
"31_25": {
|
||||
"title": "Savage Warg",
|
||||
"title": "Savage Worg",
|
||||
"culture": "gundabad",
|
||||
"cost": 3,
|
||||
"type": "possession",
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "modifyStrength",
|
||||
"filter": "bearer,inSkirmishAgainst(hasAttached(mount),minion)",
|
||||
"filter": "bearer,inSkirmishAgainst(mounted,minion)",
|
||||
"amount": 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -455,7 +455,7 @@
|
||||
"phase": "regroup",
|
||||
"condition": {
|
||||
"type": "cantSpot",
|
||||
"filter": "self,hasAttached(mount)"
|
||||
"filter": "self,mounted"
|
||||
},
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
@@ -640,7 +640,7 @@
|
||||
"phase": "regroup",
|
||||
"condition": {
|
||||
"type": "cantSpot",
|
||||
"filter": "self,hasAttached(mount)"
|
||||
"filter": "self,mounted"
|
||||
},
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
@@ -738,7 +738,7 @@
|
||||
"phase": "regroup",
|
||||
"condition": {
|
||||
"type": "cantSpot",
|
||||
"filter": "self,hasAttached(mount)"
|
||||
"filter": "self,mounted"
|
||||
},
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
|
||||
Reference in New Issue
Block a user