Rebalanced soft fall upgrade poings

This commit is contained in:
WayofTime 2016-04-03 12:19:52 -04:00
parent 96ecd73286
commit 0afc150cc3

View file

@ -8,7 +8,7 @@ import net.minecraft.util.DamageSource;
public class LivingArmourUpgradeFallProtect extends LivingArmourUpgrade
{
public static final int[] costs = new int[] { 5, 10, 18, 35, 65, 100, 160, 220, 280, 350 };
public static final int[] costs = new int[] { 2, 5, 9, 15, 25 };
public static final double[] protectionLevel = new double[] { 0.2, 0.4, 0.6, 0.8, 1 };
public LivingArmourUpgradeFallProtect(int level)