From bda53462b8d89a95d1de8742ccec659541d87435 Mon Sep 17 00:00:00 2001 From: ntr Date: Thu, 16 May 2019 21:07:33 +1000 Subject: [PATCH] test instance --- client/assets/skeleton.css | 3 +- client/game.css | 4 + client/instance.css | 12 +- client/src/components/nav.jsx | 32 +- client/src/main.jsx | 8 +- client/src/socket.jsx | 4 - client/src/test.game.js | 13 +- client/src/test.instance.js | 5675 +++++++++++++++++++++++++++++++++ client/styles.css | 158 +- 9 files changed, 5767 insertions(+), 142 deletions(-) create mode 100644 client/src/test.instance.js diff --git a/client/assets/skeleton.css b/client/assets/skeleton.css index f28bf6c5..b080afb6 100644 --- a/client/assets/skeleton.css +++ b/client/assets/skeleton.css @@ -326,7 +326,8 @@ th, td { padding: 12px 15px; text-align: left; - border-bottom: 1px solid #E1E1E1; } + /*border-bottom: 1px solid #E1E1E1; */ +} th:first-child, td:first-child { padding-left: 0; } diff --git a/client/game.css b/client/game.css index 39f97038..e44ddd67 100644 --- a/client/game.css +++ b/client/game.css @@ -278,3 +278,7 @@ CRYP DAMAGE height: 100%; min-width: 200px; } + +.resolving .skills button { + display: none; +} diff --git a/client/instance.css b/client/instance.css index 32188ced..38e42479 100644 --- a/client/instance.css +++ b/client/instance.css @@ -28,6 +28,12 @@ grid-area: top; } +.instance-ui-btn { + font-size: 100%; + padding: 0; + margin: 0; +} + .instance .info { font-size: 75%; margin-left: 1em; @@ -116,10 +122,6 @@ cursor: pointer; } -.vbox-table table td:active { - background-color: #333; -} - /* CRYP LIST */ .cryp-list { @@ -221,7 +223,6 @@ flex: 1; border: 0; align-items: center; - padding: 0.5em 0 0 0; text-align: center; } @@ -299,6 +300,7 @@ .equip h3 { margin-bottom: 0.5em; text-transform: uppercase; + font-weight: bold; letter-spacing: 0.1em; } diff --git a/client/src/components/nav.jsx b/client/src/components/nav.jsx index b2cfba05..03199888 100644 --- a/client/src/components/nav.jsx +++ b/client/src/components/nav.jsx @@ -2,10 +2,14 @@ const { connect } = require('preact-redux'); const preact = require('preact'); const actions = require('../actions'); +const testGame = require('./../test.game'); +const testInstance = require('./../test.instance'); + const addState = connect( function receiveState(state) { const { ws, + account, instances, cryps, } = state; @@ -15,17 +19,36 @@ const addState = connect( } return { + account, instances, sendInstanceState, }; }, + function receiveDispatch(dispatch) { + function setTestGame(id) { + return dispatch(actions.setGame(testGame(id))); + } + + function setTestInstance(id) { + return dispatch(actions.setInstance(testInstance(id))); + } + + return { + setTestGame, + setTestInstance, + }; + } ); function Nav(args) { const { + account, sendInstanceState, instances, - } = args; + + setTestGame, + setTestInstance, + } = args; const joined = instances.map((i, j) => ( @@ -33,10 +56,17 @@ function Nav(args) { return ( ); } diff --git a/client/src/main.jsx b/client/src/main.jsx index 56c37077..dfb333b5 100644 --- a/client/src/main.jsx +++ b/client/src/main.jsx @@ -1,8 +1,8 @@ const preact = require('preact'); -const logger = require('redux-diff-logger'); +// const logger = require('redux-diff-logger'); const { Provider } = require('preact-redux'); -const { createStore, combineReducers, applyMiddleware } = require('redux'); +const { createStore, combineReducers } = require('redux'); const reducers = require('./reducers'); const actions = require('./actions'); @@ -15,8 +15,7 @@ const Body = require('./components/body.component'); const Nav = require('./components/nav'); // Redux Store -const createStoreWithMiddleware = applyMiddleware(logger)(createStore); -const store = createStoreWithMiddleware( +const store = createStore( combineReducers({ account: reducers.accountReducer, activeCryp: reducers.activeCrypReducer, @@ -41,7 +40,6 @@ const store = createStoreWithMiddleware( }) ); - document.fonts.load('16pt "Jura"').then(() => { const events = registerEvents(store); store.subscribe(() => console.log(store.getState())); diff --git a/client/src/socket.jsx b/client/src/socket.jsx index d6847e9e..194adc91 100644 --- a/client/src/socket.jsx +++ b/client/src/socket.jsx @@ -1,8 +1,6 @@ const toast = require('izitoast'); const cbor = require('borc'); -const testGame = require('./test.game'); - const SOCKET_URL = process.env.NODE_ENV === 'production' ? 'wss://cryps.gg/ws' : 'ws://localhost:40000'; function errorToast(err) { @@ -311,8 +309,6 @@ function createSocket(events) { events.setAccount(account); sendAccountInstances(); sendAccountCryps(); - // events.setGame(testGame(account.id)); - // clearGameStateTimeout(); } sendPing(); diff --git a/client/src/test.game.js b/client/src/test.game.js index afa1cb02..f89a81a8 100644 --- a/client/src/test.game.js +++ b/client/src/test.game.js @@ -1,3 +1,4 @@ +/* eslint-disable */ function testGame(uuid) { return { "id": "667ad344-dc76-40b9-bb9c-0d20f0f7f5d2", @@ -297,7 +298,7 @@ function testGame(uuid) { "cryps": [ { "id": "3aa0f284-1e1b-4054-b38a-b2d50db471bd", - "account": "ec936c53-8eab-44e7-953f-9739531cee24", + "account": uuid, "red_damage": { "base": 256, "value": Math.floor(Math.random() * 10000), @@ -383,7 +384,7 @@ function testGame(uuid) { }, { "id": "50e5d94e-8ebe-495c-a916-3eb509ff4683", - "account": "ec936c53-8eab-44e7-953f-9739531cee24", + "account": uuid, "red_damage": { "base": 256, "value": Math.floor(Math.random() * 10000), @@ -463,7 +464,7 @@ function testGame(uuid) { }, { "id": "5d49fe65-27f0-4372-90a3-334ef906a0f5", - "account": "ec936c53-8eab-44e7-953f-9739531cee24", + "account": uuid, "red_damage": { "base": 256, "value": Math.floor(Math.random() * 10000), @@ -568,7 +569,7 @@ function testGame(uuid) { }, { "id": "6bc9c3ce-587e-4bbe-ac81-2bc536ebbce4", - "source_player_id": "ec936c53-8eab-44e7-953f-9739531cee24", + "source_player_id": uuid, "source_cryp_id": "5d49fe65-27f0-4372-90a3-334ef906a0f5", "target_cryp_id": "82e8b940-411c-42a1-8fc2-484ec7207734", "skill": "Attack", @@ -577,7 +578,7 @@ function testGame(uuid) { }, { "id": "9d2fc857-51c7-4640-a17c-a08496480830", - "source_player_id": "ec936c53-8eab-44e7-953f-9739531cee24", + "source_player_id": uuid, "source_cryp_id": "3aa0f284-1e1b-4054-b38a-b2d50db471bd", "target_cryp_id": "50e5d94e-8ebe-495c-a916-3eb509ff4683", "skill": "Attack", @@ -586,7 +587,7 @@ function testGame(uuid) { }, { "id": "e1bd2d77-181a-4f2d-a4f6-78c9ad3c5b3b", - "source_player_id": "ec936c53-8eab-44e7-953f-9739531cee24", + "source_player_id": uuid, "source_cryp_id": "50e5d94e-8ebe-495c-a916-3eb509ff4683", "target_cryp_id": "96ca4a0e-fed2-4ea2-9ec5-ae308f8dde4b", "skill": "Attack", diff --git a/client/src/test.instance.js b/client/src/test.instance.js new file mode 100644 index 00000000..6fd53c5e --- /dev/null +++ b/client/src/test.instance.js @@ -0,0 +1,5675 @@ +/* eslint-disable */ +function testInstance(uuid) { + return { + "id": "af3e0f2c-2f9f-44b1-b589-0faaf67f71ee", + "players": [ + { + "id": "681626d4-1c39-4968-a159-0921cf0fe497", + "name": "nocturnal kaffe", + "vbox": { + "bits": 14, + "free": [ + [ + "Green", + "Green" + ], + [ + "Block", + "Attack", + "Stun", + "Block", + "Debuff", + "Block" + ], + [ + "Damage", + "Life", + "Damage", + "Speed" + ] + ], + "bound": [] + }, + "score": { + "wins": 12, + "losses": 4 + }, + "cryps": [ + { + "id": "32ffeb78-e69d-4796-ba16-624a8db678c1", + "account": "681626d4-1c39-4968-a159-0921cf0fe497", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Clutch", + "self_targeting": true, + "cd": 2 + }, + { + "skill": "Parry", + "self_targeting": true, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "RBSpeedI", + "RBSpeedI", + "GBLI", + "GRDI", + "GBDI", + "RBDI" + ], + "colours": { + "red": 7, + "green": 4, + "blue": 5 + }, + "name": "Y1VAcCOi" + }, + { + "id": "d848d45d-63ed-4f6d-949b-3d7d1f73f558", + "account": "681626d4-1c39-4968-a159-0921cf0fe497", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 255, + "max": 255, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Silence", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Purify", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "GBSpeedI", + "RBSpeedI", + "RBLI", + "RBLI", + "RBDI" + ], + "colours": { + "red": 6, + "green": 3, + "blue": 7 + }, + "name": "0KlSkaQG" + }, + { + "id": "059abdbb-3a11-492a-bc6b-c5487db6db83", + "account": "681626d4-1c39-4968-a159-0921cf0fe497", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 5104, + "max": 5104, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Throw", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Banish", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "GBSpeedI", + "GRLI", + "GBLI", + "GBLI", + "GRDI", + "GBDI" + ], + "colours": { + "red": 4, + "green": 7, + "blue": 5 + }, + "name": "jEarGiY8" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "name": "fierce mechanism", + "vbox": { + "bits": 12, + "free": [ + [], + [ + "Buff", + "Stun", + "Debuff", + "Block", + "Buff", + "Attack" + ], + [ + "Damage", + "Speed", + "Life" + ] + ], + "bound": [] + }, + "score": { + "wins": 13, + "losses": 3 + }, + "cryps": [ + { + "id": "d9bb5a7f-86d4-4075-9783-c899c91b48f4", + "account": "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2480, + "max": 2480, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 4080, + "max": 4080, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 358, + "max": 358, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 358, + "max": 358, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 128, + "max": 128, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3744, + "max": 3744, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Corrupt", + "self_targeting": true, + "cd": 1 + }, + { + "skill": "Chaos", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "RedLifeI", + "GBLI", + "GBLI", + "RBLI", + "GreenDamageI", + "BlueDamageI" + ], + "colours": { + "red": 4, + "green": 4, + "blue": 8 + }, + "name": "437bo6xB" + }, + { + "id": "28bc0f1d-1af5-4ff7-af85-94d26a29f9dd", + "account": "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 4080, + "max": 4080, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 281, + "max": 281, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 5104, + "max": 5104, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Invert", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Strangle", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GRSpeedI", + "GBSpeedI", + "GBLI", + "GBLI", + "GBLI" + ], + "colours": { + "red": 5, + "green": 6, + "blue": 5 + }, + "name": "3Iz2oG5P" + }, + { + "id": "b1732420-84a1-4044-b999-b8b0aeab3b91", + "account": "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "red_damage": { + "base": 256, + "value": 664, + "max": 664, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 715, + "max": 715, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 128, + "max": 128, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3504, + "max": 3504, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Snare", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Curse", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "GreenLifeI", + "GRLI", + "RedDamageI", + "GBDI", + "RBDI", + "RBDI" + ], + "colours": { + "red": 8, + "green": 5, + "blue": 3 + }, + "name": "3v2an4yU" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "cbb7a327-1cec-464d-972c-96e4298d3941", + "name": "mighty oak", + "vbox": { + "bits": 11, + "free": [ + [ + "Green", + "Green" + ], + [ + "Buff", + "Buff", + "Debuff", + "Debuff", + "Attack", + "Block" + ], + [ + "Life", + "Life", + "Life", + "Life" + ] + ], + "bound": [] + }, + "score": { + "wins": 1, + "losses": 15 + }, + "cryps": [ + { + "id": "4098d753-2196-46dc-98e0-bd5c86e3fbaa", + "account": "cbb7a327-1cec-464d-972c-96e4298d3941", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 358, + "max": 358, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3744, + "max": 3744, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Curse", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Reflect", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GreenSpeedI", + "GRSpeedI", + "GBLI", + "GBLI", + "BlueDamageI", + "GRDI" + ], + "colours": { + "red": 3, + "green": 8, + "blue": 5 + }, + "name": "Fpym36h6" + }, + { + "id": "96028d6a-169c-4647-9266-e4c8048b1b53", + "account": "cbb7a327-1cec-464d-972c-96e4298d3941", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 613, + "max": 613, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 178, + "max": 178, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Impurity", + "self_targeting": false, + "cd": 3 + }, + { + "skill": "Reflect", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "BlueSpeedI", + "GBLI", + "RBLI", + "GreenDamageI", + "GBDI" + ], + "colours": { + "red": 3, + "green": 6, + "blue": 7 + }, + "name": "GYCU2VMH" + }, + { + "id": "dc567800-2802-4966-9500-eaec78227aa0", + "account": "cbb7a327-1cec-464d-972c-96e4298d3941", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 281, + "max": 281, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Throw", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Haste", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GBSpeedI", + "GBSpeedI", + "GRDI", + "GBDI", + "RBDI" + ], + "colours": { + "red": 5, + "green": 7, + "blue": 4 + }, + "name": "2OuVzsi7" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "name": "nocturnal mechanism", + "vbox": { + "bits": 15, + "free": [ + [ + "Blue", + "Blue" + ], + [ + "Block", + "Debuff", + "Debuff", + "Attack", + "Block", + "Attack" + ], + [ + "Speed", + "Damage", + "Speed", + "Speed" + ] + ], + "bound": [] + }, + "score": { + "wins": 4, + "losses": 12 + }, + "cryps": [ + { + "id": "b9c41633-73c1-4ce5-b9c6-3f18196b94d4", + "account": "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "red_damage": { + "base": 256, + "value": 358, + "max": 358, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 332, + "max": 332, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Ruin", + "self_targeting": false, + "cd": 3 + }, + { + "skill": "Throw", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "GBSpeedI", + "GBSpeedI", + "GBSpeedI", + "RBSpeedI", + "GRLI", + "RedDamageI" + ], + "colours": { + "red": 5, + "green": 5, + "blue": 6 + }, + "name": "NSQd99wx" + }, + { + "id": "c06a5eff-0f50-489f-8434-3370e85f66c3", + "account": "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 460, + "max": 460, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 332, + "max": 332, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Invert", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Silence", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GreenSpeedI", + "GreenSpeedI", + "GRSpeedI", + "GRSpeedI", + "GBLI", + "GreenDamageI" + ], + "colours": { + "red": 3, + "green": 9, + "blue": 4 + }, + "name": "UrduhoxH" + }, + { + "id": "33c950c5-fdb9-4887-b0fd-d93c181db308", + "account": "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "red_damage": { + "base": 256, + "value": 358, + "max": 358, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 511, + "max": 511, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2864, + "max": 2864, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Amplify", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Decay", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GRSpeedI", + "GreenLifeI", + "RedDamageI", + "BlueDamageI", + "GBDI" + ], + "colours": { + "red": 5, + "green": 6, + "blue": 5 + }, + "name": "TFQsn3JP" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "name": "lurking river", + "vbox": { + "bits": 11, + "free": [ + [ + "Green", + "Blue" + ], + [ + "Debuff", + "Debuff", + "Block", + "Debuff", + "Debuff", + "Debuff" + ], + [ + "Damage", + "Life", + "Speed", + "Speed" + ] + ], + "bound": [] + }, + "score": { + "wins": 6, + "losses": 10 + }, + "cryps": [ + { + "id": "c7106871-91b4-4e13-96c8-13cf95878896", + "account": "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 5040, + "max": 5040, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 204, + "max": 204, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Invert", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Blast", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "GreenSpeedI", + "GBSpeedI", + "RedLifeI", + "RedLifeI", + "RBLI", + "GBDI" + ], + "colours": { + "red": 6, + "green": 4, + "blue": 6 + }, + "name": "WvzlcMp0" + }, + { + "id": "fee70408-c58c-46a4-8d55-3f26097d8890", + "account": "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "red_damage": { + "base": 256, + "value": 613, + "max": 613, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Banish", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Clutch", + "self_targeting": true, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "GRLI", + "RBLI", + "RedDamageI", + "GRDI", + "GBDI" + ], + "colours": { + "red": 9, + "green": 4, + "blue": 3 + }, + "name": "1ZbuO7XZ" + }, + { + "id": "b0b6c2a3-cc17-4fc6-8f1b-0d050a8b531e", + "account": "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3264, + "max": 3264, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Taunt", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Triage", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "GBSpeedI", + "GreenLifeI", + "GreenLifeI", + "RBLI", + "RBDI", + "RBDI" + ], + "colours": { + "red": 5, + "green": 7, + "blue": 4 + }, + "name": "ruYb2Aty" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "name": "rogue river", + "vbox": { + "bits": 11, + "free": [ + [ + "Red", + "Green" + ], + [ + "Buff", + "Attack", + "Stun", + "Block", + "Block", + "Debuff" + ], + [ + "Speed", + "Speed", + "Speed", + "Damage" + ] + ], + "bound": [] + }, + "score": { + "wins": 6, + "losses": 10 + }, + "cryps": [ + { + "id": "52e54ac6-a254-4f74-aee7-0c8df4e92133", + "account": "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3504, + "max": 3504, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Haste", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Amplify", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GRSpeedI", + "GreenLifeI", + "GRLI", + "RBDI", + "RBDI" + ], + "colours": { + "red": 7, + "green": 6, + "blue": 3 + }, + "name": "iyS78fJG" + }, + { + "id": "ceaae699-d981-4dcc-8fba-26574e411fea", + "account": "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1120, + "max": 1120, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 715, + "max": 715, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 715, + "max": 715, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 153, + "max": 153, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Strangle", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Curse", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "BlueSpeedI", + "BlueLifeI", + "GRDI", + "GBDI", + "GBDI", + "RBDI" + ], + "colours": { + "red": 5, + "green": 4, + "blue": 7 + }, + "name": "NlEkUURP" + }, + { + "id": "329345e8-b21c-4061-a695-613992349619", + "account": "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 766, + "max": 766, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Purify", + "self_targeting": false, + "cd": null + }, + { + "skill": "Parry", + "self_targeting": true, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GBSpeedI", + "GBLI", + "BlueDamageI", + "BlueDamageI", + "RBDI", + "RBDI" + ], + "colours": { + "red": 4, + "green": 4, + "blue": 8 + }, + "name": "Z46cAA8r" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "name": "obscure river", + "vbox": { + "bits": 12, + "free": [ + [ + "Green", + "Blue" + ], + [ + "Debuff", + "Buff", + "Debuff", + "Stun", + "Attack", + "Block" + ], + [ + "Life", + "Speed", + "Damage", + "Life" + ] + ], + "bound": [] + }, + "score": { + "wins": 8, + "losses": 8 + }, + "cryps": [ + { + "id": "13d638ba-d738-42eb-9080-e0b9c6bbccd2", + "account": "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1120, + "max": 1120, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 664, + "max": 664, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 255, + "max": 255, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Scatter", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Invert", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "BlueSpeedI", + "RBSpeedI", + "RedLifeI", + "BlueDamageI", + "BlueDamageI" + ], + "colours": { + "red": 6, + "green": 0, + "blue": 10 + }, + "name": "rfylG077" + }, + { + "id": "06c2487b-3992-4288-a76d-c2bf999a4f3e", + "account": "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 281, + "max": 281, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3744, + "max": 3744, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Banish", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Invert", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GBSpeedI", + "GBSpeedI", + "GRLI", + "GBLI", + "RBDI" + ], + "colours": { + "red": 5, + "green": 5, + "blue": 6 + }, + "name": "DU15mUP3" + }, + { + "id": "137b86ac-e253-466b-b88b-c83d3783ed64", + "account": "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 3840, + "max": 3840, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3744, + "max": 3744, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Slay", + "self_targeting": false, + "cd": null + }, + { + "skill": "Siphon", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "GBSpeedI", + "RedLifeI", + "GRLI", + "GRLI", + "RBDI", + "RBDI" + ], + "colours": { + "red": 7, + "green": 5, + "blue": 4 + }, + "name": "ejcLm4ng" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "name": "nocturnal poseidon", + "vbox": { + "bits": 11, + "free": [ + [ + "Blue", + "Red" + ], + [ + "Block", + "Debuff", + "Stun", + "Stun", + "Debuff", + "Buff" + ], + [ + "Speed", + "Life", + "Speed", + "Damage" + ] + ], + "bound": [] + }, + "score": { + "wins": 11, + "losses": 5 + }, + "cryps": [ + { + "id": "363f3902-8410-4984-bde8-cb7f77dc621f", + "account": "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 664, + "max": 664, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Throw", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Sleep", + "self_targeting": false, + "cd": 3 + } + ], + "effects": [], + "specs": [ + "RBSpeedI", + "GRLI", + "BlueDamageI", + "GRDI", + "GBDI", + "RBDI" + ], + "colours": { + "red": 5, + "green": 6, + "blue": 5 + }, + "name": "htlOc4JU" + }, + { + "id": "24a8c9b3-34fb-4dfb-a04a-436871274e52", + "account": "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "red_damage": { + "base": 256, + "value": 460, + "max": 460, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1120, + "max": 1120, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1120, + "max": 1120, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Recharge", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Clutch", + "self_targeting": true, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "RBSpeedI", + "RedLifeI", + "BlueLifeI", + "RedDamageI", + "RedDamageI", + "GBDI" + ], + "colours": { + "red": 9, + "green": 2, + "blue": 5 + }, + "name": "BQpVXEaZ" + }, + { + "id": "1b28674d-b2ac-402c-8a1f-65bbc31d355e", + "account": "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2480, + "max": 2480, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 511, + "max": 511, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Invert", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Siphon", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GBSpeedI", + "RedLifeI", + "RBLI", + "BlueDamageI", + "GBDI" + ], + "colours": { + "red": 5, + "green": 4, + "blue": 7 + }, + "name": "cUObsICQ" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "name": "nocturnal mechanism", + "vbox": { + "bits": 15, + "free": [ + [ + "Green", + "Red" + ], + [ + "Buff", + "Debuff", + "Stun", + "Debuff", + "Block", + "Stun" + ], + [ + "Life", + "Speed", + "Life", + "Life" + ] + ], + "bound": [] + }, + "score": { + "wins": 9, + "losses": 7 + }, + "cryps": [ + { + "id": "9c490d3e-5509-439b-b197-f6fa80b8bee5", + "account": "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 4560, + "max": 4560, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Slay", + "self_targeting": false, + "cd": null + }, + { + "skill": "Haste", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GBSpeedI", + "RedLifeI", + "RBLI", + "RBLI", + "GRDI" + ], + "colours": { + "red": 8, + "green": 5, + "blue": 3 + }, + "name": "bepCMBn7" + }, + { + "id": "5ab33aed-6e72-4061-9cf0-4a7f564256c4", + "account": "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "red_damage": { + "base": 256, + "value": 664, + "max": 664, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 281, + "max": 281, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Hex", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Slay", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GRSpeedI", + "GBSpeedI", + "GBLI", + "RedDamageI", + "RedDamageI" + ], + "colours": { + "red": 7, + "green": 6, + "blue": 3 + }, + "name": "ChMGqSRB" + }, + { + "id": "f82a088f-5e6b-4944-b5ee-5f4760241eca", + "account": "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 3200, + "max": 3200, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 358, + "max": 358, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 255, + "max": 255, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Invert", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Amplify", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "RedSpeedI", + "BlueSpeedI", + "RedLifeI", + "RBLI", + "BlueDamageI" + ], + "colours": { + "red": 9, + "green": 0, + "blue": 7 + }, + "name": "RnYhAd6Q" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "name": "subterranean replicant", + "vbox": { + "bits": 10, + "free": [ + [ + "Green", + "Green" + ], + [ + "Attack", + "Attack", + "Debuff", + "Block", + "Debuff", + "Attack" + ], + [ + "Life", + "Speed", + "Speed", + "Damage" + ] + ], + "bound": [] + }, + "score": { + "wins": 9, + "losses": 7 + }, + "cryps": [ + { + "id": "104f82e0-a053-4b77-b01b-7598998d5014", + "account": "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "red_damage": { + "base": 256, + "value": 715, + "max": 715, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1840, + "max": 1840, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Haste", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Slay", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "BlueSpeedI", + "BlueSpeedI", + "BlueLifeI", + "GRDI", + "RBDI", + "RBDI" + ], + "colours": { + "red": 5, + "green": 3, + "blue": 8 + }, + "name": "CCsDtLTR" + }, + { + "id": "2dab9c6d-fdf0-4dc4-89d6-9788ac4979e4", + "account": "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 4080, + "max": 4080, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 817, + "max": 817, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 128, + "max": 128, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3744, + "max": 3744, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Banish", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Siphon", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "GBLI", + "GBLI", + "RBLI", + "BlueDamageI", + "BlueDamageI", + "GBDI" + ], + "colours": { + "red": 2, + "green": 4, + "blue": 10 + }, + "name": "ud9Xcpcn" + }, + { + "id": "6eff520f-5e0f-468b-9dc4-ed41dcbdb4d7", + "account": "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 5104, + "max": 5104, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Strike", + "self_targeting": false, + "cd": null + }, + { + "skill": "Slay", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GRSpeedI", + "GRLI", + "GBLI", + "GBLI", + "RBDI" + ], + "colours": { + "red": 7, + "green": 6, + "blue": 3 + }, + "name": "nnfTFI73" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "name": "mighty warning", + "vbox": { + "bits": 14, + "free": [ + [ + "Red", + "Blue" + ], + [ + "Buff", + "Buff", + "Buff", + "Block", + "Debuff", + "Stun" + ], + [ + "Damage", + "Damage", + "Speed", + "Damage" + ] + ], + "bound": [] + }, + "score": { + "wins": 12, + "losses": 4 + }, + "cryps": [ + { + "id": "6f1b51bd-b9ff-4269-b92e-b9d6629650f7", + "account": "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 4080, + "max": 4080, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 204, + "max": 204, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3504, + "max": 3504, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Curse", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Snare", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GreenSpeedI", + "GRSpeedI", + "GreenLifeI", + "GBLI", + "RBLI", + "RBLI" + ], + "colours": { + "red": 6, + "green": 7, + "blue": 3 + }, + "name": "As44Tx3m" + }, + { + "id": "50c8563e-6e33-47ac-a17e-f6756290196c", + "account": "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 204, + "max": 204, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3744, + "max": 3744, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Siphon", + "self_targeting": false, + "cd": null + }, + { + "skill": "Amplify", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "BlueSpeedI", + "GBSpeedI", + "GRLI", + "GBLI", + "RBLI", + "GRDI" + ], + "colours": { + "red": 4, + "green": 5, + "blue": 7 + }, + "name": "jb7mYQ4s" + }, + { + "id": "61ff9218-52ac-4e54-b430-2f8902afc263", + "account": "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "red_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 664, + "max": 664, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 128, + "max": 128, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3744, + "max": 3744, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Banish", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Amplify", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "GRLI", + "GRLI", + "BlueDamageI", + "GRDI", + "GBDI", + "RBDI" + ], + "colours": { + "red": 6, + "green": 4, + "blue": 6 + }, + "name": "XvuA3GeN" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "1dc41566-262e-4a95-b5f8-b347b532acec", + "name": "recalcitrant form", + "vbox": { + "bits": 11, + "free": [ + [ + "Red", + "Green" + ], + [ + "Stun", + "Stun", + "Stun", + "Buff", + "Debuff", + "Stun" + ], + [ + "Damage", + "Speed", + "Damage", + "Damage" + ] + ], + "bound": [] + }, + "score": { + "wins": 6, + "losses": 10 + }, + "cryps": [ + { + "id": "55116a6e-c872-464a-a470-e021cc7e80b6", + "account": "1dc41566-262e-4a95-b5f8-b347b532acec", + "red_damage": { + "base": 256, + "value": 715, + "max": 715, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 562, + "max": 562, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Decay", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Chaos", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "RBSpeedI", + "RBSpeedI", + "GBLI", + "GRDI", + "GRDI", + "RBDI" + ], + "colours": { + "red": 6, + "green": 4, + "blue": 6 + }, + "name": "PLwjFwwV" + }, + { + "id": "085f39f4-401c-4ad1-bac1-07763f6c4561", + "account": "1dc41566-262e-4a95-b5f8-b347b532acec", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1120, + "max": 1120, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 358, + "max": 358, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 229, + "max": 229, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Corrupt", + "self_targeting": true, + "cd": 1 + }, + { + "skill": "Recharge", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "GreenSpeedI", + "GRSpeedI", + "BlueLifeI", + "BlueDamageI", + "GRDI" + ], + "colours": { + "red": 5, + "green": 4, + "blue": 7 + }, + "name": "O051JpIF" + }, + { + "id": "e77ea8e9-f82c-4cc5-aab9-d122f60b4a74", + "account": "1dc41566-262e-4a95-b5f8-b347b532acec", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 4080, + "max": 4080, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 281, + "max": 281, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Snare", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Clutch", + "self_targeting": true, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GBSpeedI", + "GBSpeedI", + "GBSpeedI", + "GRLI", + "RBLI", + "RBLI" + ], + "colours": { + "red": 6, + "green": 5, + "blue": 5 + }, + "name": "rWAJ5Jxo" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "43e54b00-627d-459c-9d89-931e5c163602", + "name": "convex mechanism", + "vbox": { + "bits": 15, + "free": [ + [ + "Blue", + "Red" + ], + [ + "Block", + "Stun", + "Attack", + "Buff", + "Attack", + "Buff" + ], + [ + "Damage", + "Speed", + "Damage", + "Life" + ] + ], + "bound": [] + }, + "score": { + "wins": 14, + "losses": 2 + }, + "cryps": [ + { + "id": "8a34f320-ddc0-4d4b-99da-479da18fdb3a", + "account": "43e54b00-627d-459c-9d89-931e5c163602", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 4080, + "max": 4080, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 3840, + "max": 3840, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Decay", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Ruin", + "self_targeting": false, + "cd": 3 + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "BlueLifeI", + "GRLI", + "RBLI", + "RBLI", + "RBDI" + ], + "colours": { + "red": 6, + "green": 2, + "blue": 8 + }, + "name": "4K1zDkPu" + }, + { + "id": "10e4eacd-9e2c-4353-8d02-a3b8f60a29e1", + "account": "43e54b00-627d-459c-9d89-931e5c163602", + "red_damage": { + "base": 256, + "value": 460, + "max": 460, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2480, + "max": 2480, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 179, + "max": 179, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 5104, + "max": 5104, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Chaos", + "self_targeting": false, + "cd": null + }, + { + "skill": "Snare", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "BlueLifeI", + "GRLI", + "GRLI", + "GBLI", + "RedDamageI" + ], + "colours": { + "red": 8, + "green": 4, + "blue": 4 + }, + "name": "4R4kJgI0" + }, + { + "id": "c4c786db-cb1b-4c3b-a28a-dc8e2f2efcd6", + "account": "43e54b00-627d-459c-9d89-931e5c163602", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 3200, + "max": 3200, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 3840, + "max": 3840, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Strike", + "self_targeting": false, + "cd": null + }, + { + "skill": "Haste", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GBSpeedI", + "RedLifeI", + "BlueLifeI", + "GBLI", + "RBLI" + ], + "colours": { + "red": 7, + "green": 4, + "blue": 5 + }, + "name": "nt4VVkgO" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "name": "subterranean river", + "vbox": { + "bits": 13, + "free": [ + [], + [ + "Stun", + "Stun", + "Attack", + "Buff", + "Buff", + "Attack" + ], + [ + "Life", + "Speed", + "Life" + ] + ], + "bound": [] + }, + "score": { + "wins": 15, + "losses": 1 + }, + "cryps": [ + { + "id": "0f93d522-3dce-429d-b373-9d3c0f97c4c1", + "account": "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "red_damage": { + "base": 256, + "value": 613, + "max": 613, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 178, + "max": 178, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 3744, + "max": 3744, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Chaos", + "self_targeting": false, + "cd": null + }, + { + "skill": "Curse", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "GreenSpeedI", + "GBSpeedI", + "GRLI", + "GBLI", + "RedDamageI", + "GRDI" + ], + "colours": { + "red": 6, + "green": 7, + "blue": 3 + }, + "name": "ak7MtRN2" + }, + { + "id": "adb0217c-e6f1-4540-9965-9940a27b652d", + "account": "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "red_damage": { + "base": 256, + "value": 613, + "max": 613, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 255, + "max": 255, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Strangle", + "self_targeting": false, + "cd": 2 + }, + { + "skill": "Curse", + "self_targeting": false, + "cd": 1 + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "GreenSpeedI", + "GRSpeedI", + "GRLI", + "RedDamageI", + "GRDI" + ], + "colours": { + "red": 10, + "green": 6, + "blue": 0 + }, + "name": "2zr3LaYF" + }, + { + "id": "fda95aab-5826-4253-9910-96b133ece867", + "account": "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "red_damage": { + "base": 256, + "value": 408, + "max": 408, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2080, + "max": 2080, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 720, + "max": 720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 408, + "max": 408, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 178, + "max": 178, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Parry", + "self_targeting": true, + "cd": 2 + }, + { + "skill": "Invert", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "RBSpeedI", + "RBSpeedI", + "GRLI", + "RBLI", + "RBDI", + "RBDI" + ], + "colours": { + "red": 9, + "green": 1, + "blue": 6 + }, + "name": "eqXxOc5r" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "name": "borean mechanism", + "vbox": { + "bits": 9, + "free": [ + [], + [ + "Buff", + "Block", + "Debuff", + "Debuff", + "Attack", + "Block" + ], + [ + "Speed", + "Speed", + "Life" + ] + ], + "bound": [] + }, + "score": { + "wins": 2, + "losses": 14 + }, + "cryps": [ + { + "id": "ad0ba069-c20a-403e-b90e-024af247e5d6", + "account": "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "red_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1120, + "max": 1120, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2480, + "max": 2480, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 230, + "max": 230, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Purify", + "self_targeting": false, + "cd": null + }, + { + "skill": "Clutch", + "self_targeting": true, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "GRSpeedI", + "RedLifeI", + "BlueLifeI", + "GBLI", + "GRDI" + ], + "colours": { + "red": 6, + "green": 7, + "blue": 3 + }, + "name": "cMw0iNUc" + }, + { + "id": "2617504d-cb5a-4b59-8244-ede1ddfb95cd", + "account": "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 2720, + "max": 2720, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 203, + "max": 203, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Banish", + "self_targeting": false, + "cd": 1 + }, + { + "skill": "Siphon", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [ + "RedSpeedI", + "BlueSpeedI", + "BlueSpeedI", + "RBLI", + "RBLI", + "GBDI" + ], + "colours": { + "red": 5, + "green": 2, + "blue": 9 + }, + "name": "cksOSZci" + }, + { + "id": "3642c399-74bd-49df-8b0b-f470184b84c4", + "account": "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 1360, + "max": 1360, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 409, + "max": 409, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 332, + "max": 332, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 2384, + "max": 2384, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Heal", + "self_targeting": false, + "cd": null + }, + { + "skill": "Scatter", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [ + "GRSpeedI", + "RBSpeedI", + "RBSpeedI", + "RBSpeedI", + "GRLI", + "GBDI" + ], + "colours": { + "red": 5, + "green": 5, + "blue": 6 + }, + "name": "DZrpSZPr" + } + ], + "bot": true, + "ready": true, + "warnings": 0 + }, + { + "id": uuid, + "name": "ntr", + "vbox": { + "bits": 109, + "free": [ + [ + "Green", + "Green", + "Green", + "Blue" + ], + [ + "Debuff", + "Block", + "Buff", + "Stun", + "Attack" + ], + [ + "Life", + "Speed", + "Damage", + "Speed", + "Damage", + "Life" + ] + ], + "bound": [ + "Stun", + "Speed", + "GBLI", + "RedDamageI", + "Heal", + "Invert" + ] + }, + "score": { + "wins": 0, + "losses": 16 + }, + "cryps": [ + { + "id": "3aa0f284-1e1b-4054-b38a-b2d50db471bd", + "account": uuid, + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 128, + "max": 128, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Siphon", + "self_targeting": false, + "cd": null + }, + { + "skill": "Stun", + "self_targeting": false, + "cd": 2 + } + ], + "effects": [], + "specs": [], + "colours": { + "red": 0, + "green": 1, + "blue": 1 + }, + "name": "zzz" + }, + { + "id": "50e5d94e-8ebe-495c-a916-3eb509ff4683", + "account": uuid, + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 128, + "max": 128, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Heal", + "self_targeting": false, + "cd": null + }, + { + "skill": "Block", + "self_targeting": true, + "cd": null + } + ], + "effects": [], + "specs": [], + "colours": { + "red": 0, + "green": 2, + "blue": 0 + }, + "name": "kaast" + }, + { + "id": "5d49fe65-27f0-4372-90a3-334ef906a0f5", + "account": uuid, + "red_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "RedDamage" + }, + "red_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "RedLife" + }, + "blue_life": { + "base": 0, + "value": 0, + "max": 0, + "stat": "BlueLife" + }, + "blue_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "BlueDamage" + }, + "green_damage": { + "base": 256, + "value": 256, + "max": 256, + "stat": "GreenDamage" + }, + "speed": { + "base": 128, + "value": 128, + "max": 128, + "stat": "Speed" + }, + "green_life": { + "base": 1024, + "value": 1024, + "max": 1024, + "stat": "GreenLife" + }, + "evasion": { + "base": 0, + "value": 0, + "max": 0, + "stat": "Evasion" + }, + "skills": [ + { + "skill": "Attack", + "self_targeting": false, + "cd": null + }, + { + "skill": "Purify", + "self_targeting": false, + "cd": null + }, + { + "skill": "Chaos", + "self_targeting": false, + "cd": null + } + ], + "effects": [], + "specs": [], + "colours": { + "red": 1, + "green": 2, + "blue": 1 + }, + "name": "muji" + } + ], + "bot": false, + "ready": true, + "warnings": 0 + } + ], + "phase": "Finished", + "rounds": [ + [ + { + "player_ids": [ + "681626d4-1c39-4968-a159-0921cf0fe497", + uuid + ], + "game_id": "c1262471-8c41-48f0-b478-70dac0324e97", + "finished": true + }, + { + "player_ids": [ + "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e" + ], + "game_id": "ff58f036-0706-4929-aacc-7ec8af8b324c", + "finished": true + }, + { + "player_ids": [ + "cbb7a327-1cec-464d-972c-96e4298d3941", + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23" + ], + "game_id": "8b21cbdd-f61f-4c92-88d5-2eaa22b85a40", + "finished": true + }, + { + "player_ids": [ + "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "43e54b00-627d-459c-9d89-931e5c163602" + ], + "game_id": "fe343fa5-d0ee-472d-abc8-c6013646794f", + "finished": true + }, + { + "player_ids": [ + "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "1dc41566-262e-4a95-b5f8-b347b532acec" + ], + "game_id": "8e9feebc-4243-4561-8c53-ae0f4f151568", + "finished": true + }, + { + "player_ids": [ + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2" + ], + "game_id": "5fd0c2c5-9e4b-48b1-8258-be6b323d06b3", + "finished": true + }, + { + "player_ids": [ + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "78531f40-7e44-4ac9-90ae-23f51c3dea5a" + ], + "game_id": "80bbfe79-5a85-464b-b4e8-ed461530145b", + "finished": true + }, + { + "player_ids": [ + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "eba6a766-7a95-4dc7-95a1-00a5a203921d" + ], + "game_id": "a9fc9978-56bc-4203-9a2f-a39e50e97305", + "finished": true + } + ], + [ + { + "player_ids": [ + "681626d4-1c39-4968-a159-0921cf0fe497", + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e" + ], + "game_id": "de6f779c-f553-43ea-a471-53e4f2677b3d", + "finished": true + }, + { + "player_ids": [ + uuid, + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23" + ], + "game_id": "c5386536-c7f6-418b-9d7a-1a856a6b408d", + "finished": true + }, + { + "player_ids": [ + "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "43e54b00-627d-459c-9d89-931e5c163602" + ], + "game_id": "6bde9840-6e7f-4d0e-bcca-f6f0abe0b326", + "finished": true + }, + { + "player_ids": [ + "cbb7a327-1cec-464d-972c-96e4298d3941", + "1dc41566-262e-4a95-b5f8-b347b532acec" + ], + "game_id": "e7f1433b-928f-440a-984c-5bf2824d5231", + "finished": true + }, + { + "player_ids": [ + "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2" + ], + "game_id": "2200c5fc-af47-41fa-bb1f-55ad247a5e30", + "finished": true + }, + { + "player_ids": [ + "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "78531f40-7e44-4ac9-90ae-23f51c3dea5a" + ], + "game_id": "0bc8fc9e-ba4c-4c03-82f6-85b61706edf8", + "finished": true + }, + { + "player_ids": [ + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "eba6a766-7a95-4dc7-95a1-00a5a203921d" + ], + "game_id": "520d0e04-bc4d-4d4d-a9ac-300ec73849f3", + "finished": true + }, + { + "player_ids": [ + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb" + ], + "game_id": "9d5aa0a8-9318-4e5f-9897-9a8f140136a7", + "finished": true + } + ], + [ + { + "player_ids": [ + uuid, + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23" + ], + "game_id": "8af41354-bd0f-42d7-9651-a41c5641c81e", + "finished": true + }, + { + "player_ids": [ + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "43e54b00-627d-459c-9d89-931e5c163602" + ], + "game_id": "f7ba9ea4-e41f-4691-90a4-01a844a940f4", + "finished": true + }, + { + "player_ids": [ + "681626d4-1c39-4968-a159-0921cf0fe497", + "1dc41566-262e-4a95-b5f8-b347b532acec" + ], + "game_id": "448a1103-2a61-43d6-ae79-881c4cd24c08", + "finished": true + }, + { + "player_ids": [ + "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2" + ], + "game_id": "4ce06b12-a411-4b7b-aec6-189c8fd8da54", + "finished": true + }, + { + "player_ids": [ + "cbb7a327-1cec-464d-972c-96e4298d3941", + "78531f40-7e44-4ac9-90ae-23f51c3dea5a" + ], + "game_id": "cb53cbc7-4716-4afd-a1ab-0e63e0a68d70", + "finished": true + }, + { + "player_ids": [ + "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "eba6a766-7a95-4dc7-95a1-00a5a203921d" + ], + "game_id": "4ba324e2-63b7-4cd5-b95c-1fa70881efa2", + "finished": true + }, + { + "player_ids": [ + "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb" + ], + "game_id": "69bb31b0-7821-41cb-b735-33764fd19004", + "finished": true + }, + { + "player_ids": [ + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1" + ], + "game_id": "f0e2c426-7a7e-429a-a76a-0871a8b4dc57", + "finished": true + } + ], + [ + { + "player_ids": [ + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "43e54b00-627d-459c-9d89-931e5c163602" + ], + "game_id": "ef98abbf-7d7a-4d8e-afee-ff173de54d77", + "finished": true + }, + { + "player_ids": [ + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "1dc41566-262e-4a95-b5f8-b347b532acec" + ], + "game_id": "cecc9535-db55-4766-9a2d-4645aad488a5", + "finished": true + }, + { + "player_ids": [ + uuid, + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2" + ], + "game_id": "a39dbeb9-17ce-4633-8a91-b76186bbb1b8", + "finished": true + }, + { + "player_ids": [ + "681626d4-1c39-4968-a159-0921cf0fe497", + "78531f40-7e44-4ac9-90ae-23f51c3dea5a" + ], + "game_id": "4cbcbbf9-8f50-4df6-9dfd-35bbab013e0d", + "finished": true + }, + { + "player_ids": [ + "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "eba6a766-7a95-4dc7-95a1-00a5a203921d" + ], + "game_id": "b26cb8a6-378a-4e37-8cf1-1d3aca26a93a", + "finished": true + }, + { + "player_ids": [ + "cbb7a327-1cec-464d-972c-96e4298d3941", + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb" + ], + "game_id": "ebdb3b90-a6ce-4729-9c23-b262e83cbd9d", + "finished": true + }, + { + "player_ids": [ + "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1" + ], + "game_id": "74811d66-cd0f-4542-90ee-8a625f36bc3e", + "finished": true + }, + { + "player_ids": [ + "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761" + ], + "game_id": "4838304d-e089-49ec-978b-a88a6f0e107f", + "finished": true + } + ], + [ + { + "player_ids": [ + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "1dc41566-262e-4a95-b5f8-b347b532acec" + ], + "game_id": "b4ae6928-553c-46bb-b860-e565009a81a8", + "finished": true + }, + { + "player_ids": [ + "43e54b00-627d-459c-9d89-931e5c163602", + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2" + ], + "game_id": "f902608d-eb70-4b78-beeb-711ea5a9fa2c", + "finished": true + }, + { + "player_ids": [ + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "78531f40-7e44-4ac9-90ae-23f51c3dea5a" + ], + "game_id": "2d924d9d-01b3-44a1-bb93-ab95b0fd4f3d", + "finished": true + }, + { + "player_ids": [ + uuid, + "eba6a766-7a95-4dc7-95a1-00a5a203921d" + ], + "game_id": "45cdf0b0-3ec5-45e4-852a-77c22417de48", + "finished": true + }, + { + "player_ids": [ + "681626d4-1c39-4968-a159-0921cf0fe497", + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb" + ], + "game_id": "049e7678-9323-4f1b-9157-a04f2d8f2109", + "finished": true + }, + { + "player_ids": [ + "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1" + ], + "game_id": "8be8da5f-6854-44a9-8836-54aeb6ed89a6", + "finished": true + }, + { + "player_ids": [ + "cbb7a327-1cec-464d-972c-96e4298d3941", + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761" + ], + "game_id": "c5c36147-51f8-4650-8562-cff2d904c3a4", + "finished": true + }, + { + "player_ids": [ + "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "d59b2bd4-01b3-4802-9e4d-d716b9f63114" + ], + "game_id": "77193a78-2076-4a54-beef-b9e9d336a9b0", + "finished": true + } + ], + [ + { + "player_ids": [ + "43e54b00-627d-459c-9d89-931e5c163602", + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2" + ], + "game_id": "f15e4208-7255-403b-b03d-2040150dcc8f", + "finished": true + }, + { + "player_ids": [ + "1dc41566-262e-4a95-b5f8-b347b532acec", + "78531f40-7e44-4ac9-90ae-23f51c3dea5a" + ], + "game_id": "4e03190c-5040-4a97-9eb9-72a3cc410e8b", + "finished": true + }, + { + "player_ids": [ + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "eba6a766-7a95-4dc7-95a1-00a5a203921d" + ], + "game_id": "2ece8b73-cfcf-4701-b1fd-b121c4a7f460", + "finished": true + }, + { + "player_ids": [ + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb" + ], + "game_id": "ec50f7c0-01ff-49a4-9ba0-c00a51959890", + "finished": true + }, + { + "player_ids": [ + uuid, + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1" + ], + "game_id": "7eb61712-f793-4230-9259-f0a4850f2bf0", + "finished": true + }, + { + "player_ids": [ + "681626d4-1c39-4968-a159-0921cf0fe497", + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761" + ], + "game_id": "2eb308cd-9871-4e74-8ab3-759cf1d8154e", + "finished": true + }, + { + "player_ids": [ + "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "d59b2bd4-01b3-4802-9e4d-d716b9f63114" + ], + "game_id": "a3dcddb6-d9f3-48ac-877b-a1235579c933", + "finished": true + }, + { + "player_ids": [ + "cbb7a327-1cec-464d-972c-96e4298d3941", + "04a13f79-145f-4cd4-bb4c-9108637f4c04" + ], + "game_id": "f6cc5ed9-b913-4b3f-a886-73ab39c286f2", + "finished": true + } + ], + [ + { + "player_ids": [ + "1dc41566-262e-4a95-b5f8-b347b532acec", + "78531f40-7e44-4ac9-90ae-23f51c3dea5a" + ], + "game_id": "48bbcfca-04ed-4746-a0ed-168fa47c6132", + "finished": true + }, + { + "player_ids": [ + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "eba6a766-7a95-4dc7-95a1-00a5a203921d" + ], + "game_id": "127521f4-173e-4c43-a478-0b6aa09c923f", + "finished": true + }, + { + "player_ids": [ + "43e54b00-627d-459c-9d89-931e5c163602", + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb" + ], + "game_id": "3dc33302-8896-4793-96af-7e44dc2cb9c7", + "finished": true + }, + { + "player_ids": [ + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1" + ], + "game_id": "cc473cc9-07dc-4a38-9fc3-4fc7c2b9be09", + "finished": true + }, + { + "player_ids": [ + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761" + ], + "game_id": "4596865f-ace0-4b1d-87d6-f24d0c6693a3", + "finished": true + }, + { + "player_ids": [ + uuid, + "d59b2bd4-01b3-4802-9e4d-d716b9f63114" + ], + "game_id": "9fb0c306-54d4-477d-91a4-a33a709e4db3", + "finished": true + }, + { + "player_ids": [ + "681626d4-1c39-4968-a159-0921cf0fe497", + "04a13f79-145f-4cd4-bb4c-9108637f4c04" + ], + "game_id": "ea03943c-83c7-4c71-8451-e5bd898c6825", + "finished": true + }, + { + "player_ids": [ + "04e4bdbb-54d6-4d3a-9987-366520c05a04", + "cbb7a327-1cec-464d-972c-96e4298d3941" + ], + "game_id": "84d78036-a214-4fc1-add5-e1798fb8b6e8", + "finished": true + } + ], + [ + { + "player_ids": [ + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "eba6a766-7a95-4dc7-95a1-00a5a203921d" + ], + "game_id": "76dcf243-4582-445b-b5fc-424a203461be", + "finished": true + }, + { + "player_ids": [ + "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb" + ], + "game_id": "9f83ad84-85eb-4881-8101-4a30fb178487", + "finished": true + }, + { + "player_ids": [ + "1dc41566-262e-4a95-b5f8-b347b532acec", + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1" + ], + "game_id": "7667a28e-0f5f-4069-8b8b-d55a41b64415", + "finished": true + }, + { + "player_ids": [ + "43e54b00-627d-459c-9d89-931e5c163602", + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761" + ], + "game_id": "9cc0ef33-442e-4a4e-947e-125abaf5d8b8", + "finished": true + }, + { + "player_ids": [ + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "d59b2bd4-01b3-4802-9e4d-d716b9f63114" + ], + "game_id": "d87775e0-c696-466e-8a24-8c9084bef0e0", + "finished": true + }, + { + "player_ids": [ + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "04a13f79-145f-4cd4-bb4c-9108637f4c04" + ], + "game_id": "b33d42eb-3bf5-4242-9826-bb9edfe40972", + "finished": true + }, + { + "player_ids": [ + uuid, + "cbb7a327-1cec-464d-972c-96e4298d3941" + ], + "game_id": "22fc6a27-5ef7-4432-8fb3-d4b1d4aa389f", + "finished": true + }, + { + "player_ids": [ + "681626d4-1c39-4968-a159-0921cf0fe497", + "04e4bdbb-54d6-4d3a-9987-366520c05a04" + ], + "game_id": "c95082b9-d2c4-4fa4-bd31-b0fa12073e4b", + "finished": true + } + ], + [ + { + "player_ids": [ + "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb" + ], + "game_id": "72872632-f98f-4a66-8805-28adc8e872e7", + "finished": true + }, + { + "player_ids": [ + "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1" + ], + "game_id": "c317ca70-1e92-41e2-af10-fbc49fb12e22", + "finished": true + }, + { + "player_ids": [ + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761" + ], + "game_id": "a79ec657-f75e-4c6e-bca4-31c043098259", + "finished": true + }, + { + "player_ids": [ + "1dc41566-262e-4a95-b5f8-b347b532acec", + "d59b2bd4-01b3-4802-9e4d-d716b9f63114" + ], + "game_id": "23e1fbc8-ff87-4ccc-bdfc-1fc8309348b7", + "finished": true + }, + { + "player_ids": [ + "43e54b00-627d-459c-9d89-931e5c163602", + "04a13f79-145f-4cd4-bb4c-9108637f4c04" + ], + "game_id": "9fe15046-631f-49f9-a639-99c0a71a0184", + "finished": true + }, + { + "player_ids": [ + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "cbb7a327-1cec-464d-972c-96e4298d3941" + ], + "game_id": "48bdba06-1ef7-46ea-a178-bd375ec95f6e", + "finished": true + }, + { + "player_ids": [ + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + "04e4bdbb-54d6-4d3a-9987-366520c05a04" + ], + "game_id": "3a05a56f-a473-445e-b460-9361b707a94e", + "finished": true + }, + { + "player_ids": [ + uuid, + "681626d4-1c39-4968-a159-0921cf0fe497" + ], + "game_id": "2ac20d09-6754-42dc-aa5a-ac1c5aab8935", + "finished": true + } + ], + [ + { + "player_ids": [ + "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1" + ], + "game_id": "ce805052-add7-4fdb-a75c-d18cdbb95ec0", + "finished": true + }, + { + "player_ids": [ + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761" + ], + "game_id": "52e169ee-c316-4a8f-8990-ae78c48d40c4", + "finished": true + }, + { + "player_ids": [ + "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "d59b2bd4-01b3-4802-9e4d-d716b9f63114" + ], + "game_id": "4218202a-006f-4f26-b507-f49245dd69d4", + "finished": true + }, + { + "player_ids": [ + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "04a13f79-145f-4cd4-bb4c-9108637f4c04" + ], + "game_id": "bdf75692-4df7-4be3-b270-3dca1fdc5ab5", + "finished": true + }, + { + "player_ids": [ + "1dc41566-262e-4a95-b5f8-b347b532acec", + "cbb7a327-1cec-464d-972c-96e4298d3941" + ], + "game_id": "a2ae3f9d-0453-4066-8a9d-dc93aae070c6", + "finished": true + }, + { + "player_ids": [ + "43e54b00-627d-459c-9d89-931e5c163602", + "04e4bdbb-54d6-4d3a-9987-366520c05a04" + ], + "game_id": "9a2379e5-1d62-4659-8e4c-58a3110761e3", + "finished": true + }, + { + "player_ids": [ + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "681626d4-1c39-4968-a159-0921cf0fe497" + ], + "game_id": "c9c6fe76-ab1a-4ccd-b94a-18de1621c91d", + "finished": true + }, + { + "player_ids": [ + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e", + uuid + ], + "game_id": "27ff075e-245b-41cd-a225-1458f1dd3c2c", + "finished": true + } + ], + [ + { + "player_ids": [ + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761" + ], + "game_id": "047f3908-bcb3-4fcc-99ca-e898ece72598", + "finished": true + }, + { + "player_ids": [ + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "d59b2bd4-01b3-4802-9e4d-d716b9f63114" + ], + "game_id": "568f8f0d-4345-4ecd-b509-1374f74d68cd", + "finished": true + }, + { + "player_ids": [ + "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "04a13f79-145f-4cd4-bb4c-9108637f4c04" + ], + "game_id": "60560f20-0fea-4c99-829b-ab4d51eebebd", + "finished": true + }, + { + "player_ids": [ + "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "cbb7a327-1cec-464d-972c-96e4298d3941" + ], + "game_id": "3a2b0ae8-fde9-440e-993a-85f2a1d359f1", + "finished": true + }, + { + "player_ids": [ + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "04e4bdbb-54d6-4d3a-9987-366520c05a04" + ], + "game_id": "c497a277-f922-4ce2-b178-6a361c94a8d3", + "finished": true + }, + { + "player_ids": [ + "1dc41566-262e-4a95-b5f8-b347b532acec", + "681626d4-1c39-4968-a159-0921cf0fe497" + ], + "game_id": "7c5b9ada-f88f-41ee-81d9-b7f684d36559", + "finished": true + }, + { + "player_ids": [ + "43e54b00-627d-459c-9d89-931e5c163602", + uuid + ], + "game_id": "882a1793-17ab-42ce-8887-02d81ce1cc6b", + "finished": true + }, + { + "player_ids": [ + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23", + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e" + ], + "game_id": "c6cac404-0e57-4d06-b31e-26365290cc28", + "finished": true + } + ], + [ + { + "player_ids": [ + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "d59b2bd4-01b3-4802-9e4d-d716b9f63114" + ], + "game_id": "0108e180-83b4-4f52-8bef-6fa7dbd69a45", + "finished": true + }, + { + "player_ids": [ + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "04a13f79-145f-4cd4-bb4c-9108637f4c04" + ], + "game_id": "0c623ee7-58a8-4021-bd99-79558e394793", + "finished": true + }, + { + "player_ids": [ + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "cbb7a327-1cec-464d-972c-96e4298d3941" + ], + "game_id": "6b9a445a-ec19-4e06-abf4-7e85f3cc5b1b", + "finished": true + }, + { + "player_ids": [ + "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "04e4bdbb-54d6-4d3a-9987-366520c05a04" + ], + "game_id": "3a82c1a2-8263-4f34-bed1-9620a51562c8", + "finished": true + }, + { + "player_ids": [ + "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "681626d4-1c39-4968-a159-0921cf0fe497" + ], + "game_id": "78f56606-861d-41f5-a7d4-ebcad6756a64", + "finished": true + }, + { + "player_ids": [ + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + uuid + ], + "game_id": "cfeb3971-5fcf-47c3-a2b7-adbb5ff027c4", + "finished": true + }, + { + "player_ids": [ + "1dc41566-262e-4a95-b5f8-b347b532acec", + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e" + ], + "game_id": "bab0e5d6-7157-4538-8743-eeebf03df057", + "finished": true + }, + { + "player_ids": [ + "43e54b00-627d-459c-9d89-931e5c163602", + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23" + ], + "game_id": "be15df65-2c7b-4809-bb65-06d3820c70dd", + "finished": true + } + ], + [ + { + "player_ids": [ + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "04a13f79-145f-4cd4-bb4c-9108637f4c04" + ], + "game_id": "e866d9b8-332b-43ef-ad5d-7043539510f7", + "finished": true + }, + { + "player_ids": [ + "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "cbb7a327-1cec-464d-972c-96e4298d3941" + ], + "game_id": "4b26378b-946c-4b67-8a9a-094798fa7552", + "finished": true + }, + { + "player_ids": [ + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "04e4bdbb-54d6-4d3a-9987-366520c05a04" + ], + "game_id": "aed00112-11ba-447e-aa21-800fd15daa53", + "finished": true + }, + { + "player_ids": [ + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "681626d4-1c39-4968-a159-0921cf0fe497" + ], + "game_id": "e3c7382a-1057-441f-a2ae-3de8f742f38c", + "finished": true + }, + { + "player_ids": [ + "eba6a766-7a95-4dc7-95a1-00a5a203921d", + uuid + ], + "game_id": "542878cc-7dbb-4371-9556-294e636c7478", + "finished": true + }, + { + "player_ids": [ + "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e" + ], + "game_id": "427f2c2e-8ace-49bb-8c57-a0cc3f1d3046", + "finished": true + }, + { + "player_ids": [ + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23" + ], + "game_id": "7b877dd6-cf9f-4c3e-8647-fabc02424d9a", + "finished": true + }, + { + "player_ids": [ + "1dc41566-262e-4a95-b5f8-b347b532acec", + "43e54b00-627d-459c-9d89-931e5c163602" + ], + "game_id": "6deca07d-12bb-488c-ac68-df11e68afd87", + "finished": true + } + ], + [ + { + "player_ids": [ + "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "cbb7a327-1cec-464d-972c-96e4298d3941" + ], + "game_id": "9996cb94-d5e5-4a77-bd33-ef4a5f52ef2e", + "finished": true + }, + { + "player_ids": [ + "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "04e4bdbb-54d6-4d3a-9987-366520c05a04" + ], + "game_id": "b720f02f-df54-46ee-b4a3-d57b3c728bc1", + "finished": true + }, + { + "player_ids": [ + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "681626d4-1c39-4968-a159-0921cf0fe497" + ], + "game_id": "22510143-820d-4171-9c1c-747079fa5ddc", + "finished": true + }, + { + "player_ids": [ + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + uuid + ], + "game_id": "ddfa44b0-215e-4342-b363-86873240e156", + "finished": true + }, + { + "player_ids": [ + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e" + ], + "game_id": "718d1936-a48a-4f35-bd93-07aea4a126dc", + "finished": true + }, + { + "player_ids": [ + "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23" + ], + "game_id": "c3563ecb-380d-45e0-be93-c009561a6b95", + "finished": true + }, + { + "player_ids": [ + "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "43e54b00-627d-459c-9d89-931e5c163602" + ], + "game_id": "69ef1de6-8374-479b-81ee-565394aca740", + "finished": true + }, + { + "player_ids": [ + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2", + "1dc41566-262e-4a95-b5f8-b347b532acec" + ], + "game_id": "301032b0-ffe4-477d-b182-7110fbfb7d58", + "finished": true + } + ], + [ + { + "player_ids": [ + "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "04e4bdbb-54d6-4d3a-9987-366520c05a04" + ], + "game_id": "78526a0c-d1f7-4a2c-9883-ed22956e6c8e", + "finished": true + }, + { + "player_ids": [ + "cbb7a327-1cec-464d-972c-96e4298d3941", + "681626d4-1c39-4968-a159-0921cf0fe497" + ], + "game_id": "0348388b-fd59-458e-b6ed-98c4cd98a95e", + "finished": true + }, + { + "player_ids": [ + "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + uuid + ], + "game_id": "5b6341ee-ff49-4226-8fcf-bfc6aeabb2b1", + "finished": true + }, + { + "player_ids": [ + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e" + ], + "game_id": "40913333-2d78-48ad-b27f-17b0506e89b8", + "finished": true + }, + { + "player_ids": [ + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23" + ], + "game_id": "3238e64a-1e6c-4a87-8fa5-0695b661db5f", + "finished": true + }, + { + "player_ids": [ + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "43e54b00-627d-459c-9d89-931e5c163602" + ], + "game_id": "5d90b588-2705-4679-988b-61fb4997486f", + "finished": true + }, + { + "player_ids": [ + "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "1dc41566-262e-4a95-b5f8-b347b532acec" + ], + "game_id": "58c10e11-b106-48ba-815c-29b54d058ab2", + "finished": true + }, + { + "player_ids": [ + "78531f40-7e44-4ac9-90ae-23f51c3dea5a", + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2" + ], + "game_id": "6da76832-d491-4ac6-a9e8-2338d328494f", + "finished": true + } + ], + [ + { + "player_ids": [ + "cbb7a327-1cec-464d-972c-96e4298d3941", + "681626d4-1c39-4968-a159-0921cf0fe497" + ], + "game_id": "804f1113-acce-4e76-a4cf-c061572fa9bf", + "finished": true + }, + { + "player_ids": [ + "04e4bdbb-54d6-4d3a-9987-366520c05a04", + uuid + ], + "game_id": "771862ca-5d3a-4d87-8e1a-76babd4fc87d", + "finished": true + }, + { + "player_ids": [ + "04a13f79-145f-4cd4-bb4c-9108637f4c04", + "a5867e13-b591-47c7-b9e8-3bd7fe56e17e" + ], + "game_id": "cd178b4f-ff71-445f-bd42-02f4cb4e5a36", + "finished": true + }, + { + "player_ids": [ + "d59b2bd4-01b3-4802-9e4d-d716b9f63114", + "06e8a7b5-ca97-45cb-a8db-9aa1bfec5d23" + ], + "game_id": "45b6f3a5-c962-40a3-8983-552eaed54cbf", + "finished": true + }, + { + "player_ids": [ + "64ddef5a-0af4-480d-8ed3-24e7fc3c0761", + "43e54b00-627d-459c-9d89-931e5c163602" + ], + "game_id": "0e3b99f7-1a64-43ba-8ba3-b442b69f8209", + "finished": true + }, + { + "player_ids": [ + "fcdfcb93-da2e-4027-a360-7bc5a6328cd1", + "1dc41566-262e-4a95-b5f8-b347b532acec" + ], + "game_id": "1440a77b-bce1-4508-bfef-5cc36dec6596", + "finished": true + }, + { + "player_ids": [ + "1f1145ad-def5-4e0e-b4f9-97310c1a58fb", + "74980fc0-c0ad-4a1d-a28e-e1f6ddc6bdc2" + ], + "game_id": "210263a2-498a-48b5-ab2a-4e1ab3c6ed70", + "finished": true + }, + { + "player_ids": [ + "eba6a766-7a95-4dc7-95a1-00a5a203921d", + "78531f40-7e44-4ac9-90ae-23f51c3dea5a" + ], + "game_id": "e239bc58-487c-4d84-95b3-a9e770f157a8", + "finished": true + } + ] + ], + "open": false, + "max_players": 16, + "max_rounds": 16, + "password": null, + "name": "vbbbb", + "phase_end": "2019-05-08T05:55:30.509181840Z" +} +} +module.exports = testInstance; \ No newline at end of file diff --git a/client/styles.css b/client/styles.css index e7a6a567..35be648f 100644 --- a/client/styles.css +++ b/client/styles.css @@ -26,6 +26,12 @@ html, body, main { /*overflow: hidden;*/ } +@media (max-width: 1500px) { + .cryps { + font-size: 75%; + } +} + html { box-sizing: border-box; margin: 0; @@ -51,6 +57,11 @@ h3 { margin: 0; } +h4 { + font-size: 1.1em; + margin: 0; +} + figure { margin: 0; } @@ -72,8 +83,17 @@ nav { white-space: nowrap; } +nav h2:first-child { + margin: 0; +} + +nav h2 { + margin-top: 2em; +} + nav hr { - margin: 2em 0; + margin: 1em 0; + border-color: whitesmoke; } nav button { @@ -179,14 +199,23 @@ table { margin-bottom: 0; } +thead { + text-transform: uppercase; +} + table td { border: 1px solid #222; + border-color: #222; padding: 0.2em; text-align: center; height: 40px; text-transform: uppercase; } +table tr { + border-color: #222; +} + table td svg { stroke-width: 2px; height: 96%; @@ -194,7 +223,7 @@ table td svg { } table .highlight { - background: #333; + background: #222; color: whitesmoke; font-weight: bold; } @@ -393,7 +422,7 @@ header { } .refresh-btn { - border: 1px solid whitesmoke; + border: 1px solid #222; float: right; font-size: 1.5em; } @@ -403,7 +432,7 @@ header { display: flex; flex-flow: row wrap; - border: 1px solid whitesmoke; + border: 2px solid #333; padding: 1em; margin-bottom: 1.5em; } @@ -414,117 +443,15 @@ header { } .create-form.disabled { - border: 1px solid #333; - color: #333; + border: 2px solid #222; + color: #222; } -/*.create-form select, .create-form input, .create-form label { - margin: 0; -} -*/ .create-form button { flex: 0 1 25%; font-size: 1.5em; } -.menu-btn, .nav-btn { - flex: 1 0 25%; -} - -/* nav hidden on desktop */ -.nav-btn { - display: none; -} - -/* - INFO -*/ -.thresholds .spec-goals { - display: flex; - justify-content: space-around; -} - -.info-spec { - margin-top: 2em; -} - -.spec-goals figure { - margin: 1em 0; -} - -.spec-goals figure svg { - height: 1em; -} - -.spec-goals .unmet { - opacity: 0.5; -} - -.info-cryp .skills { - display: flex; -} - -.info-cryp .skills button { - border: 1px solid whitesmoke; -} - -.info-cryp .stats, .info-cryp .specs { - display: flex; - flex-flow: row wrap; - justify-content: space-around; -} - -.info-cryp .stats .speed { - flex: 1 0 100%; -} - -.info-cryp .stats figure { - flex: 0 0 30%; - border: 0; - margin: 1em 0; - text-align: center; -} - -.info-cryp .specs figure { - border: 0; - margin: 1em 0; - text-align: center; -} - - -.stats figure { - width: 100%; - border: 0; - padding: 0.5em 0 0 0; - text-align: center; -} - -.stats figcaption { - font-size: 75%; - white-space: nowrap; -} - -.resolving .skills button { - display: none; -} - -.instance-cryp button, .info-cryp button { - flex: 1 1 100%; - color: whitesmoke; - font-size: 16pt; - padding: 0; - margin: 0; - border-width: 0px; - border-bottom-width: 0px; - border-left-width: 1px; - border-right-width: 0px; - border-top-width: 1px; -} - -.instance-cryp button:first-child { - border-top-width: 0; -} - figure.gray { color: #333; stroke-color: #333; @@ -542,12 +469,6 @@ section .top { flex: 1; } -@media (max-width: 1500px) { - .cryps { - font-size: 75%; - } -} - .ready:hover { transition-property: all; transition-duration: 0.5s; @@ -580,11 +501,8 @@ section .top { transition-duration: 0.5s; transition-delay: 0; transition-timing-function: ease; - } -.instance-ui-btn { - font-size: 100%; - padding: 0; - margin: 0; -} +.menu-instance-list table { + margin-bottom: 2em; +} \ No newline at end of file