Iron Arm Rank 1 Nerf

This commit is contained in:
nossr50 2020-05-05 19:08:55 -07:00
parent ca3509e509
commit 74f8c2901d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Version 2.1.128
The first rank of Iron Arm for Unarmed now only gives 1.5 bonus damage instead of 4 (other ranks are the same as before)
Version 2.1.127
Child Skills now have XP bars, they are hidden by default
Updated hu_HU locale (thanks andris155)

View File

@ -159,7 +159,7 @@ public class UnarmedManager extends SkillManager {
if(rank == 1)
{
return 4;
return 1.5;
} else {
return 3 + (rank * 2);
}