Nerfs to axes

This commit is contained in:
nossr50
2012-09-03 13:26:48 -07:00
parent c1d6e79a41
commit 80dabad10e
3 changed files with 7 additions and 4 deletions

View File

@ -23,7 +23,7 @@ public class AxesCommand extends SkillCommand {
@Override
protected void dataCalculations() {
impactDamage = String.valueOf(5 + ((int) skillValue / 30));
impactDamage = String.valueOf(1 + ((int) skillValue / 50));
skullSplitterLength = String.valueOf(2 + ((int) skillValue / 50));
greaterImpactDamage = "2";