-
Notifications
You must be signed in to change notification settings - Fork 102
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
NPC Drops #8
Comments
I'd suggest making a DSL for this which would allow for all sorts of possibilities which are not possible to represent in JSON, such as dropping an item with a given rarity if a particular quest is at a certain stage while wielding a specific item. That being said since kotlinscript is heavily used already perhaps drops could be done using kts plugins instead. |
@notmeta Been thinking of the best way to approach it. A global npc drop system may not be worth it, but still thinking it over. It's either
|
@Tomm0017 Personally I'd keep them all in one place and go for the former choice. |
@notmeta I was also leaning towards that option, so will probably move forward with that. Thanks for the feedback! |
Add a drop system for npcs
The text was updated successfully, but these errors were encountered: