Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

[Feature Request] Quick Fortune and Looting configuration #216

Open CultistO opened 11 years ago

CultistO commented 11 years ago

It is really frustrating to configure a new drop for every level of looting or fortune. But especially for mob drops, configuring a new drop and not doing so removes the mechanic of the enchantment, even for remaining vanilla-esque drops. Would it be possible to add a parameter like:

looting: DIAMOND_PICK

To allow looting to increase drops in this drop by the vanilla amount (that is increasing the max number of ranges by 1/level, or percentages by 0.5%/level) when using a listed tool?

Obviously the fortune would work the same way, but with fortune enchantments, but fortune is applied a little more complicatedly, (different adjustments depending on which category of block you are mining, and not a linear progression) so you might need something like "fortune.2:"

Alternatively you could have it adjust drops by a configurable amount ("looting.2%.4" would increase drops by 2%/level or the max by 4/level) This method could probably allow fortune and looting to be the same parameter.

CelticMinstrel commented 11 years ago

This sounds overly complicated... >_>

Zarius commented 11 years ago

Though the general idea of allowing fortune and looting enchantments to work without having to set up a config for each level of the enchantment is good. Still trying to think of the best way - perhaps setting up some values (in otherdrops-config) for multipliers that could automatically take effect.