-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for spells in the current beta #44
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/app/calc/evaluate_lua/__generated__ | ||
|
||
src/app/calc/__generated__/*.ts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this since it will keep the formatting of these consistent with the output of the script, meaning clearer diffs.
This needs updating before it's worth merging (doesn't cover the latest beta changes, the *plicate spells need work). Also needs a way to turn the beta changes on/off since they affect existing spells as well as adding new ones. |
Add spells/icons for:
One of the spells, null shot, has added a unique
damage_null_all
flag/value - not sure what exactly this does since it isn't in the lua side of things. May have to refine behaviour in future.