skills
This commit is contained in:
+2
-2
@@ -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" >
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user