fix: reduce specials to 10%
authorxangelo <me@xangelo.ca>
Wed, 6 Sep 2023 17:32:45 +0000 (13:32 -0400)
committerxangelo <me@xangelo.ca>
Wed, 6 Sep 2023 17:32:45 +0000 (13:32 -0400)
src/shared/constants.ts

index c95c80dd1f4a17e3b33d7bedd6a7926cf4f0a4d5..4cda940e25cf779c4762a11e10245d94f99cee56 100644 (file)
@@ -2,4 +2,4 @@ export const FIGHT_ATTACK_DELAY = 1500;
 export const STEP_DELAY = 2000;
 export const ALERT_DISPLAY_LENGTH = 3000;
 // this is displayed as a percentage out of 100
-export const CHANCE_TO_FIGHT_SPECIAL = 100;
+export const CHANCE_TO_FIGHT_SPECIAL = 10;