This commit is contained in:
ntr
2019-05-15 13:53:41 +10:00
parent 1995cd7547
commit c331c92711
3 changed files with 33 additions and 5 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ document.fonts.load('16pt "Jura"').then(() => {
store.dispatch(actions.setWs(ws));
ws.connect();
// events.setGame(testGame);
// ws.clearGameStateTimeout();
events.setGame(testGame);
ws.clearGameStateTimeout();
const Cryps = () => (
<main className="cryps" >
+20
View File
@@ -346,6 +346,16 @@ const game = {
"skill": "Attack",
"self_targeting": false,
"cd": null
},
{
"skill": "Decay",
"self_targeting": false,
"cd": 2
},
{
"skill": "Sustain",
"self_targeting": false,
"cd": null
}
],
"effects": [],
@@ -413,6 +423,16 @@ const game = {
"skill": "Attack",
"self_targeting": false,
"cd": null
},
{
"skill": "RAAAAAAAR",
"self_targeting": false,
"cd": null
},
{
"skill": "GAAAAAAAAAR",
"self_targeting": false,
"cd": null
}
],
"effects": [],