Add soul sand sprinting cost, @leijurv should implement it im lazy

This commit is contained in:
Brady 2018-08-29 18:56:36 -05:00
parent 532024248f
commit 51593a95e4
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ public interface ActionCosts extends ActionCostsButOnlyTheOnesThatMakeMickeyDieI
double WALK_ONE_BLOCK_COST = 20 / 4.317; // 4.633
double WALK_ONE_IN_WATER_COST = 20 / 2.2;
double WALK_ONE_OVER_SOUL_SAND_COST = WALK_ONE_BLOCK_COST * 0.5; // 0.4 in BlockSoulSand but effectively about half
double SPRINT_ONE_OVER_SOUL_SAND_COST = WALK_ONE_OVER_SOUL_SAND_COST / 0.75;
double LADDER_UP_ONE_COST = 20 / 2.35;
double LADDER_DOWN_ONE_COST = 20 / 3.0;
double SNEAK_ONE_BLOCK_COST = 20 / 1.3;