Cleaned up site 3 and Would Have Gone to use existing json functions. Site 4 is going to require some elbow grease down the line.

This commit is contained in:
Christian 'ketura' McCarty
2021-12-17 12:42:39 -06:00
parent ec1659ceb9
commit 76c73f5420
2 changed files with 24 additions and 7 deletions

View File

@@ -163,17 +163,30 @@
"type": "played",
"filter": "your,skirmish,event"
},
"condition": {
"type": "canSpot",
"filter": "companion,inSkirmish,signet(aragorn)"
},
"condition": [
{
"type": "canSpot",
"filter": "companion,inSkirmish,signet(aragorn)"
},
{
"type": "canSpot",
"filter": "name(Aragorn)"
}
],
"effect": {
"type": "splaceholder for function to stack the played event here"
"type": "stackPlayedEvent",
"where": "self"
}
},
},
{
"type": "activated",
"phase": "skirmish",
"condition": [
{
"type": "canSpot",
"filter": "name(Aragorn)"
}
],
"cost": [
{
"type": "chooseANumber",

View File

@@ -51,7 +51,11 @@
"trigger": {
"type": "condition",
"condition": {
"type": "can spot 4 FP cultures (workaround is for each culture over 3; limit 1)"
"type": "not",
"condition": {
"type": "cantspotfpcultures",
"amount": 4
}
}
},
"condition": {