From c8b56eaf0a044c95cd7846e64738b713c798b7b7 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:17:39 +0200 Subject: make Plhlegblast rare --- constants/SeaCreatures.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/SeaCreatures.json b/constants/SeaCreatures.json index 0a504e9..0e1079e 100644 --- a/constants/SeaCreatures.json +++ b/constants/SeaCreatures.json @@ -323,7 +323,8 @@ "Phlhlegblast": { "chat_message": "§aWOAH! A Plhlegblast appeared.", "fishing_experience": 0, - "rarity": "RARE" + "rarity": "RARE", + "rare": true } } } -- cgit