-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]: Include stratagem data #43
Comments
https://github.com/hellhub-collective/api/blob/main/src/static/json/stratagems.json I'd be happy to contribute to upkeep if something like this was implemented |
I have a manually-compiled excel sheet that I converted to JSON, which is out of date, but contains more info (handy short names, Defensive/Offensive/Supply, how it's deployed and it's in-game listed attributes (e.g. explosive)). If I cleaned that up, updated it and put it into a format similar to weapons (but as a JSON array, rather than an object, since I don't know the in-game IDs) would that be sufficient? |
Here's the format I have it in currently, before cleanup: [
{
"name":"Ballistic Shield Backpack",
"short_name":"Ballistic Shield",
"designation":"SH-20",
"purpose":"Supply",
"category":"Backpack",
"traits":null,
"code":"DLDDUL",
"cooldown":300,
"uses":null,
"activation_time":5,
"deployment":"Hellpod"
} ... |
definitely sounds like something we could add, @chatterchats thoughts? |
Something we could do, and something we've talked about before, however I believe the last time it was something along the lines of - It's not something that's reflected in the API. I'm not against adding it, however |
if we can find a maintainable way of keeping the information up to date I don't mind too much |
What problem is solved?
Being unable to access stratagem data
What is the solution?
Including a
stratagems.json
file with stratagem data, possibly under itemsWhat value does this add?
Stratagem information is generally static between updates; so a static source of stratagem data, rather than an API such as https://github.com/hellhub-collective/api, would be perfect
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: