-
Notifications
You must be signed in to change notification settings - Fork 221
Export base items #1235
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
Export base items #1235
Conversation
| itemBases["Energy Blade Two Handed"] = { | ||
| type = "Two Handed Sword", | ||
| quality = 20, | ||
| hidden = true, |
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.
This is actually instance one of two in this file, so the second one (with hidden = true) overrides this one
| itemBases["Energy Blade One Handed"] = { | ||
| type = "One Handed Sword", | ||
| quality = 20, | ||
| hidden = true, |
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.
This is actually instance one of two in this file, so the second one (with hidden = true) overrides this one
* Export base items * Fixup hidden items * Remove Launch.lua debug lines * Fix tests * Bad at math
* Export base items * Fixup hidden items * Remove Launch.lua debug lines * Fix tests * Bad at math
No description provided.