Skip to content

Conversation

@NeilHarbin0
Copy link
Contributor

Rewrote how the calculator loads scripts so that we can use a .json file instead of having to dump all of it into a single line in hitboxDBJSON.js

I barely knew what I was doing with this. But I got it working at least with Live server extension in vs code. Hopefully it is a correct method of doing it.

Browser will complain about CORS if you just try to use the file system to load the website locally. So if that is a use case that needs to be supported, a different method that at least makes the JSON not all one line would be to use string template with `` characters to go across more lines. This would go back to not having a real .json file though.

The Link and Young Link clean rang hitboxes were removed as they don't seem to exist.

Added a fix for Zelda uthrow breaking and tossing an exception when used against Fox. I didn't really get exactly what was going on, but I just added another item to the throw data like the others but for the frame it was asking for and not finding.

Added some common charge levels for the Pikachu, Pichu, and Luigi sideb. Apparently they start at different charges based on if you activate in the first three frames of moving the stick or not (not exactly like other smash/tilt, but close enough to refer to it that way). They seem like they do continuous charging, I just didn't feel like putting every single percent in at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant