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:
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user