Revert "Fixes min damage not getting increased as advertised by skill point of skill "Hard Hit"."

This reverts commit 3615fed2e7.
This commit is contained in:
Michael Noack
2014-07-01 11:15:28 +02:00
parent 3615fed2e7
commit 0e4ad9e201

View File

@@ -56,7 +56,7 @@ public final class SkillCollection {
public static final int PER_SKILLPOINT_INCREASE_WEAPON_CHANCE = 12;
public static final int PER_SKILLPOINT_INCREASE_WEAPON_DAMAGE_MAX = 2;
public static final int PER_SKILLPOINT_INCREASE_WEAPON_DAMAGE_MIN = 2;
public static final int PER_SKILLPOINT_INCREASE_WEAPON_DAMAGE_MIN = 0;
public static final int PER_SKILLPOINT_INCREASE_DODGE = 9;
public static final int PER_SKILLPOINT_INCREASE_BARKSKIN = 1;
public static final int PER_SKILLPOINT_INCREASE_MORE_CRITICALS_PERCENT = 20;