github.com/loomnetwork/gamechain@v0.0.0-20200406110549-36c47eb97a92/battleground/test_data/match.json (about)

     1  {
     2    "id": "196",
     3    "topics": [
     4      "match:196"
     5    ],
     6    "playerStates": [
     7      {
     8        "id": "ZombieSlayer_17765869228194024927116692302141924240301573798750730796590384853844410321577",
     9        "matchAccepted": true,
    10        "deck": {
    11          "id": "-1",
    12          "name": "custom deck",
    13          "cards": [
    14            {
    15              "cardKey": {
    16                "mouldId": 25
    17              },
    18              "amount": "30"
    19            }
    20          ]
    21        }
    22      },
    23      {
    24        "id": "ZombieSlayer_8551218729826748508527518552469681437189485015566002759474151402174095726156",
    25        "matchAccepted": true,
    26        "deck": {
    27          "id": "-1",
    28          "name": "custom deck",
    29          "cards": [
    30            {
    31              "cardKey": {
    32                "mouldId": 66
    33              },
    34              "amount": "30"
    35            }
    36          ]
    37        }
    38      }
    39    ],
    40    "status": "Playing",
    41    "version": "v1",
    42    "randomSeed": "1550635653",
    43    "createdAt": "1550635653",
    44    "useBackendGameLogic": true,
    45    "playerLastSeens": [
    46      {
    47        "id": "ZombieSlayer_17765869228194024927116692302141924240301573798750730796590384853844410321577",
    48        "updatedAt": "1550635749"
    49      },
    50      {
    51        "id": "ZombieSlayer_8551218729826748508527518552469681437189485015566002759474151402174095726156",
    52        "updatedAt": "1550635752"
    53      }
    54    ],
    55    "playerDebugCheats": [
    56      {
    57        "enabled": true,
    58        "useCustomDeck": true,
    59        "customDeck": {
    60          "id": "-1",
    61          "name": "custom deck",
    62          "cards": [
    63            {
    64              "cardKey": {
    65                "mouldId": 25
    66              },
    67              "amount": "30"
    68            }
    69          ]
    70        }
    71      },
    72      {
    73        "enabled": true,
    74        "useCustomDeck": true,
    75        "customDeck": {
    76          "id": "-1",
    77          "name": "custom deck",
    78          "cards": [
    79            {
    80              "cardKey": {
    81                "mouldId": 66
    82              },
    83              "amount": "30"
    84            }
    85          ]
    86        }
    87      }
    88    ]
    89  }