chore(release): 0.3.3
[risinglegends.git] / src / shared / constants.ts
1 export const FIGHT_ATTACK_DELAY = 1500;
2 export const STEP_DELAY = 2000;
3 export const ALERT_DISPLAY_LENGTH = 3000;
4 // this is displayed as a percentage out of 100
5 export const CHANCE_TO_FIGHT_SPECIAL = 100;