v2.1.0: reduced the ACC penalty on the sickle and war scythe
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ public class Sickle extends MeleeWeapon {
|
|||||||
hitSoundPitch = 1f;
|
hitSoundPitch = 1f;
|
||||||
|
|
||||||
tier = 2;
|
tier = 2;
|
||||||
ACC = 0.68f; //32% penalty to accuracy
|
ACC = 0.76f; //24% penalty to accuracy
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
+1
-1
@@ -34,7 +34,7 @@ public class WarScythe extends MeleeWeapon {
|
|||||||
hitSoundPitch = 0.9f;
|
hitSoundPitch = 0.9f;
|
||||||
|
|
||||||
tier = 5;
|
tier = 5;
|
||||||
ACC = 0.8f; //20% penalty to accuracy
|
ACC = 0.85f; //15% penalty to accuracy
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user