From 1cd636b8f46c8528e98d7e1b6ccd25c1e19ecfaa Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 17 Feb 2025 15:23:35 -0500 Subject: [PATCH] Adjusted vulnerability time for the ghost boss. Trying to hit that thing in 1 second time while dodging it's attacks is ... hard. --- levels/Wicked Quest/8.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/Wicked Quest/8.json b/levels/Wicked Quest/8.json index d6e2498..a4dd23f 100644 --- a/levels/Wicked Quest/8.json +++ b/levels/Wicked Quest/8.json @@ -329,7 +329,7 @@ "attack_range": 1, "has_vulnerability": true, "is_vulnerable": false, - "vulnerability_duration": 1000, + "vulnerability_duration": 3000, "invulnerability_duration": 5000, "speed_multiplier": 0.8, "attack_cooldown": 1200,