From 66109610256b089f5184da0af314aaa9a853c602 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 24 Sep 2024 10:54:55 +0100 Subject: [PATCH] Reduced `bossBully` to 35% spawn chance --- project/assets/database/locations/bigmap/base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/database/locations/bigmap/base.json b/project/assets/database/locations/bigmap/base.json index 52134ece..cc2bf916 100644 --- a/project/assets/database/locations/bigmap/base.json +++ b/project/assets/database/locations/bigmap/base.json @@ -178,7 +178,7 @@ "TriggerName": "" }, { - "BossChance": 100, + "BossChance": 35, "BossDifficult": "normal", "BossEscortAmount": "4", "BossEscortDifficult": "normal",