From 97464ef1d24a59574c239ae3f1d356af245e1710 Mon Sep 17 00:00:00 2001 From: DeadlyGenga <19836947-matthewhurleychch@users.noreply.gitlab.com> Date: Fri, 23 Aug 2024 01:29:44 +0000 Subject: [PATCH] Corrected All Fired Up item requirements --- Server/data/configs/item_configs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index a365397e3..852a6fc39 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -119738,6 +119738,7 @@ "equipment_slot": "0" }, { + "requirements": "{11,62}", "shop_price": "100", "examine": "It burns, burns, burns...", "durability": null, @@ -119753,6 +119754,7 @@ "point_price": "50" }, { + "requirements": "{11,79}", "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", "shop_price": "200", "examine": "The hottest gloves in town.", @@ -119767,6 +119769,7 @@ "equipment_slot": "9" }, { + "requirements": "{11,92}", "shop_price": "300", "examine": "Danger: risk of fire.", "durability": null,