Skip to content

Commit f5f4273

Browse files
authored
feat: update stratagem data (#31)
Signed-off-by: Fabio Nettis <nettisfabio@gmail.com>
1 parent 78b849a commit f5f4273

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/static/json/stratagems.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@
150150
"cooldown": 480,
151151
"activation": 5,
152152
"imageUrl": "/2/9.svg"
153+
},
154+
{
155+
"codename": "LAS-99",
156+
"name": "Quasar Cannon",
157+
"keys": ["down", "down", "up", "left", "right"],
158+
"uses": "Unlimited",
159+
"cooldown": 480,
160+
"activation": 3,
161+
"imageUrl": "/2/10.svg"
153162
}
154163
]
155164
},
@@ -467,6 +476,15 @@
467476
"cooldown": 480,
468477
"activation": 3,
469478
"imageUrl": "/6/9.svg"
479+
},
480+
{
481+
"codename": "MG-206",
482+
"name": "Heavy Machine Gun",
483+
"keys": ["down", "left", "up", "down", "down"],
484+
"uses": "Unlimited",
485+
"cooldown": 480,
486+
"activation": 3,
487+
"imageUrl": "/6/10.svg"
470488
}
471489
]
472490
},

0 commit comments

Comments
 (0)