mung3r / ecoCreature

PvM/E Rewards
http://forums.bukkit.org/threads/29538
GNU Lesser General Public License v3.0
7 stars 12 forks source link

Multipliers #66

Closed t00thpick1 closed 12 years ago

t00thpick1 commented 12 years ago

The way you set up the multipliers allows for negative numbers being given to players on kills, for example, if you had the End enviroment multiplier at 0.1, and the daytime multiplier at 0.7, and didnt use the group multiplier at all, say the award was 1 credit. ( 1_0.1)-1= -0.9 (1_0.7)-1= -0.3 1+-0.9 +-0.3= -0.2 Multipliers are usually meant to multiply, so unless a multiplier is negative there shouldn't be any possible negative values.