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

Depreciating Rewards #158

Open Zarius opened 11 years ago

Zarius commented 11 years ago

Submitted via BukkitDev tickets by kside.

Just a small suggestion.

Implementation of Depreciating Rewards: Configurable Timer Configurable Repetition of Killed Mobs Configurable list of Mobs that are affected

Method 1: Kill Any mob (Full drop chance) 2nd mob (50% drop chance) - Within 2 seconds of Last Kill 3rd mob (0% drop chance) - Within 2 seconds of Last Kill

Method 2: Kill Sheep (Full Drop Chance) 2nd Sheep (75%) - Within 5 seconds of Last Kill 3rd Sheep (50%) - Within 5 seconds of Last Kill 4th Sheep (25%) - Within 5 seconds of Last Kill 5th Sheep (0%) - Within 5 seconds of Last Kill

Method 3: Kill Any Mob (Full Drop Chance) Kill same mob (25% Drop Chance) - Within 10 seconds of Last Kill

Zarius commented 11 years ago

It's a good idea but hard to implement without making the config for it very complex, will keep it in mind.