From: xangelo Date: Wed, 6 Sep 2023 17:32:45 +0000 (-0400) Subject: fix: reduce specials to 10% X-Git-Tag: v0.3.5~1 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=5beba7992d0bf03e354669d9e6cb8df821103187;p=risinglegends.git fix: reduce specials to 10% --- diff --git a/src/shared/constants.ts b/src/shared/constants.ts index c95c80d..4cda940 100644 --- a/src/shared/constants.ts +++ b/src/shared/constants.ts @@ -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;