Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save corbanbrook/eaf4d27adfdc6ce6fbf605932063567c to your computer and use it in GitHub Desktop.
Save corbanbrook/eaf4d27adfdc6ce6fbf605932063567c to your computer and use it in GitHub Desktop.
[
{
"type": "player_action",
"action": {
"type": "[player]ATTACK_TOKEN",
"playerID": "BOT-A",
"attackTokenID": "32",
"targetTokenID": "1"
},
"children": [
{
"type": "game_action",
"action": {
"type": "[game]ADD_TAG",
"payload": {
"cardID": "32",
"tag": {
"source": {
"mechanic": "Exertion"
},
"actionPts": -1
}
}
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "95",
"instanceID": "37"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "304",
"instanceID": "43"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "396",
"instanceID": "44"
},
"children": []
},
{
"type": "game_action",
"action": {
"type": "[game]ATTACK",
"payload": {
"attackerToken": "32",
"defenderToken": "1"
}
},
"children": [
{
"type": "game_action",
"action": {
"type": "[game]DAMAGE",
"payload": {
"tokenID": "1",
"damage": 1,
"source": {
"baseID": "hero",
"instanceID": "32"
}
}
},
"children": [
{
"type": "game_action",
"action": {
"type": "[game]ADD_TAG",
"payload": {
"cardID": "1",
"tag": {
"source": {
"baseID": "hero",
"instanceID": "32"
},
"health": -1
}
}
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "95",
"instanceID": "37"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "304",
"instanceID": "43"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "396",
"instanceID": "44"
},
"children": []
}
],
"returnValue": 1
},
{
"type": "trigger",
"source": {
"baseID": "95",
"instanceID": "37"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "304",
"instanceID": "43"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "396",
"instanceID": "44"
},
"children": []
},
{
"type": "game_action",
"action": {
"type": "[game]GLORY",
"payload": {
"tokenID": "32"
}
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "95",
"instanceID": "37"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "304",
"instanceID": "43"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "396",
"instanceID": "44"
},
"children": []
}
]
},
{
"type": "trigger",
"source": {
"baseID": "95",
"instanceID": "37"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "304",
"instanceID": "43"
},
"children": []
},
{
"type": "trigger",
"source": {
"baseID": "396",
"instanceID": "44"
},
"children": []
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment