From e6ab51dc78e4b8bb646fe7103aaf99b94bdab30b Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 24 Sep 2024 10:53:54 +0100 Subject: [PATCH] Reduced `bossKnight` to 25% 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 fc40c2dd..52134ece 100644 --- a/project/assets/database/locations/bigmap/base.json +++ b/project/assets/database/locations/bigmap/base.json @@ -132,7 +132,7 @@ "TriggerName": "" }, { - "BossChance": 100, + "BossChance": 25, "BossDifficult": "normal", "BossEscortAmount": "2", "BossEscortDifficult": "normal",