Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

More types of item that can be enhanced. #112

Open
weihao opened this issue Apr 15, 2019 · 0 comments
Open

More types of item that can be enhanced. #112

weihao opened this issue Apr 15, 2019 · 0 comments
Assignees
Labels
enhancement A suggestion. help wanted The maintainer is needing some help!

Comments

@weihao
Copy link
Owner

weihao commented Apr 15, 2019

In the current implement of the plugin, we have gear which includes swords and armors, and tools. Unfortunately, the design of the plugin is poorly planned and thus everything in the system is hard coded.

We want to add another type, which is accessory. This requires reconstruction of the config, enhancing logic, and dynamically program the types of the item.

Instead of making all the enhancement configuration in one config.yml, we break it all into multiple files separated by item type, and possibly each enhancement level.

For example,

{dir}/type/sword/1.yml
{dir}/type/sword/2.yml
{dir}/type/sword/3.yml

This indicates that we have an enhancement type of sword, with 3 different levels (1...n)

This is planned, and we are looking for more suggestions to make the experience better.

@weihao weihao added enhancement A suggestion. help wanted The maintainer is needing some help! labels Apr 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement A suggestion. help wanted The maintainer is needing some help!
Projects
None yet
Development

No branches or pull requests

2 participants