From c2e5e9aba7997fa651984348c161b287d493a43a Mon Sep 17 00:00:00 2001 From: Quapsel Date: Fri, 26 Jan 2024 17:12:16 +0100 Subject: [PATCH] Bear Boss Wisp spawn delay increased. phase 2: 1.6 -> 2.0 phasephase 4: 1.51 -> 1.9 git push --- Adventures in Lestoria/assets/config/MonsterStrategies.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Adventures in Lestoria/assets/config/MonsterStrategies.txt b/Adventures in Lestoria/assets/config/MonsterStrategies.txt index 399fb69e..5eb0b097 100644 --- a/Adventures in Lestoria/assets/config/MonsterStrategies.txt +++ b/Adventures in Lestoria/assets/config/MonsterStrategies.txt @@ -377,7 +377,7 @@ MonsterStrategy # How much time (in seconds) to wait between each pattern spawn. # 100% speed means it takes 6 seconds for all the wisps to move entirely down. # "Wisp Pattern Spawn Y" / Speed determines time between spawns. - Wisp Pattern Spawn Wait Time = 1.6s + Wisp Pattern Spawn Wait Time = 2.0s # This value is either Bag or Random. Bag means every pattern gets selected once before re-cycling. Random is truly random with potential repeats. Wisp Pattern Random Selection = Bag @@ -462,7 +462,7 @@ MonsterStrategy # How much time (in seconds) to wait between each pattern spawn. # 100 speed means it takes 1.44 seconds for 6 rows of wisps to move down # "Wisp Pattern Spawn Y" / Speed determines time between spawns. - Wisp Pattern Spawn Wait Time = 1.51s + Wisp Pattern Spawn Wait Time = 1.9s # This value is either Bag or Random. Bag means every pattern gets selected once before re-cycling. Random is truly random with potential repeats. Wisp Pattern Random Selection = Random