Skip to content

Commit

Permalink
feat: update stratagem data (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Nettis <nettisfabio@gmail.com>
fabio-nettis authored Mar 31, 2024
1 parent 78b849a commit f5f4273
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/static/json/stratagems.json
Original file line number Diff line number Diff line change
@@ -150,6 +150,15 @@
"cooldown": 480,
"activation": 5,
"imageUrl": "/2/9.svg"
},
{
"codename": "LAS-99",
"name": "Quasar Cannon",
"keys": ["down", "down", "up", "left", "right"],
"uses": "Unlimited",
"cooldown": 480,
"activation": 3,
"imageUrl": "/2/10.svg"
}
]
},
@@ -467,6 +476,15 @@
"cooldown": 480,
"activation": 3,
"imageUrl": "/6/9.svg"
},
{
"codename": "MG-206",
"name": "Heavy Machine Gun",
"keys": ["down", "left", "up", "down", "down"],
"uses": "Unlimited",
"cooldown": 480,
"activation": 3,
"imageUrl": "/6/10.svg"
}
]
},

0 comments on commit f5f4273

Please sign in to comment.