magemonkeystudio / divinity

GNU General Public License v3.0
9 stars 6 forks source link

[Enhancement] Vanilla Attributes #208

Open xMystik opened 4 months ago

xMystik commented 4 months ago

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
goflishMC commented 4 months ago

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 commented 1 month ago

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?