v2.1.0: increased whip base damage to 15, from 12
This commit is contained in:
@@ -48,7 +48,7 @@ public class Whip extends MeleeWeapon {
|
||||
|
||||
@Override
|
||||
public int max(int lvl) {
|
||||
return 3*(tier+1) + //12 base, down from 20
|
||||
return 5*(tier) + //15 base, down from 20
|
||||
lvl*(tier); //+3 per level, down from +4
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user