chore(release): 0.4.0
[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 = 10;
6
7 export const DUNGEON_TRAVEL_BLOCK = 3000;
8
9 export const EVENT_FLUSH_INTERVAL = 10000;
10 export const EVENT_SECOND_BUCKET = 3;