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

[Enhancement] Vanilla Attributes #208

Open
xMystik opened this issue Feb 9, 2024 · 2 comments
Open

[Enhancement] Vanilla Attributes #208

xMystik opened this issue Feb 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@xMystik
Copy link

xMystik commented Feb 9, 2024

Is your feature request related to a problem? Please describe.
Currently the Vanilla Attributes have no way of being changes on an item generator file besides the base attack speed.

Describe the solution you'd like
A new section inside the generator file looking like this.

vanilla-attributes:
    minimum: 0
    maximum: 2
    list:
      ATTACK_SPEED:
        chance: 100.0
        amount: 2.0
@xMystik xMystik added the enhancement New feature or request label Feb 9, 2024
@goflishMC
Copy link
Contributor

goflishMC commented Feb 9, 2024

Is your feature request related to a problem? Please describe. Currently the Vanilla Attributes have no way of being changes on an item generator file besides the base attack speed.

Describe the solution you'd like A new section inside the generator file looking like this.

vanilla-attributes:
    minimum: 0
    maximum: 2
    list:
      ATTACK_SPEED:
        chance: 100.0
        amount: 2.0

you can already change attack speed in the item gen, but I get what you mean. It's on our radar though and is something I want to add. Just not sure about ETA

@goflishMC
Copy link
Contributor

Is your feature request related to a problem? Please describe. Currently the Vanilla Attributes have no way of being changes on an item generator file besides the base attack speed.

Describe the solution you'd like A new section inside the generator file looking like this.

vanilla-attributes:
    minimum: 0
    maximum: 2
    list:
      ATTACK_SPEED:
        chance: 100.0
        amount: 2.0

can you list which attributes are missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants