Skip to content
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

Item rarity sets #26

Merged
merged 7 commits into from
Dec 8, 2021
Merged

Item rarity sets #26

merged 7 commits into from
Dec 8, 2021

Commits on Oct 18, 2021

  1. The Base Idea for #25

    MHIGists committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    1cf554f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. More work on the tier system

    Examples on how the system should work added. Next step is building the BaseTierItems class and coming up with more ideas for item sets.
    MHIGists committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    876aadc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. BaseTieredItem will be a trait used by the different items. In order …

    …to extend an Item class and have all the reused code.
    MHIGists committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    968aaaa View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Don't like this whole thing

    ...This will be reworked. I don't like every bit of it. Saving to work on the code at home
    MHIGists committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a3fcc8e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Something more humane

    Finally an idea for these custom items. Needs to be finished though
    MHIGists committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    d2624b4 View commit details
    Browse the repository at this point in the history
  2. That's the solution for now

    Maybe we can join BaseCustomArmor and BaseTieritem into one Trait... Needs more tests
    MHIGists committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    8e41f87 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. api 4.0 refactor

    MHIGists committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ed1c94a View commit details
    Browse the repository at this point in the history