Alch constant

This commit is contained in:
Scott Burns
2019-05-22 01:44:24 +02:00
parent c7ba38347f
commit 0c2cf31b0d
4 changed files with 13 additions and 14 deletions

View File

@@ -97,4 +97,9 @@ public class Constants
* All game-play actions operate within multiples of this duration.
*/
public static final int GAME_TICK_LENGTH = 600;
/**
* Used when getting High Alchemy value - multiplied by general store price.
*/
public static final float HIGH_ALCHEMY_CONSTANT = 0.6f;
}