From 9f8fbd181f76462c1cd39319f4aa888d122c08e3 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 14 Nov 2024 15:05:25 +0000 Subject: [PATCH] Updated Knight spawn chance to match live (30%) --- project/assets/database/locations/bigmap/base.json | 2 +- project/assets/database/locations/lighthouse/base.json | 2 +- project/assets/database/locations/shoreline/base.json | 2 +- project/assets/database/locations/woods/base.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/assets/database/locations/bigmap/base.json b/project/assets/database/locations/bigmap/base.json index 4193d9b5..aa34b4ab 100644 --- a/project/assets/database/locations/bigmap/base.json +++ b/project/assets/database/locations/bigmap/base.json @@ -133,7 +133,7 @@ "TriggerName": "" }, { - "BossChance": 100, + "BossChance": 30, "BossDifficult": "normal", "BossEscortAmount": "2", "BossEscortDifficult": "normal", diff --git a/project/assets/database/locations/lighthouse/base.json b/project/assets/database/locations/lighthouse/base.json index 37709a0b..d72e802c 100644 --- a/project/assets/database/locations/lighthouse/base.json +++ b/project/assets/database/locations/lighthouse/base.json @@ -91,7 +91,7 @@ "TriggerName": "botEvent" }, { - "BossChance": 25, + "BossChance": 30, "BossDifficult": "normal", "BossEscortAmount": "2", "BossEscortDifficult": "normal", diff --git a/project/assets/database/locations/shoreline/base.json b/project/assets/database/locations/shoreline/base.json index 8a7725f4..c339ab21 100644 --- a/project/assets/database/locations/shoreline/base.json +++ b/project/assets/database/locations/shoreline/base.json @@ -89,7 +89,7 @@ "TriggerName": "botEvent" }, { - "BossChance": 25, + "BossChance": 30, "BossDifficult": "normal", "BossEscortAmount": "0", "BossEscortDifficult": "normal", diff --git a/project/assets/database/locations/woods/base.json b/project/assets/database/locations/woods/base.json index ab4ec94a..9a30dbbc 100644 --- a/project/assets/database/locations/woods/base.json +++ b/project/assets/database/locations/woods/base.json @@ -67,7 +67,7 @@ "TriggerName": "botEvent" }, { - "BossChance": 25, + "BossChance": 30, "BossDifficult": "normal", "BossEscortAmount": "2", "BossEscortDifficult": "normal",