From 8b6ca8ff2bf56325428aa26eed6d68dd3fb929c3 Mon Sep 17 00:00:00 2001 From: Woah Date: Sat, 20 Mar 2021 23:49:15 -0400 Subject: [PATCH] Added Zanik ring --- Server/data/configs/item_configs.json | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index fc01a5224..c6077f4b3 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -138667,6 +138667,34 @@ "ge_buy_limit": "0", "archery_ticket_price": "0", "durability": null + }, + { + "id": "14649", + "name": "Zanik ring", + "examine": "A ring for only the truest of cave goblins. And Logg too.", + "tradeable": "false", + "low_alchemy": "0", + "high_alchemy": "1", + "grand_exchange_price": "0", + "equipment_slot": "12", + "ge_buy_limit": "0", + "archery_ticket_price": "0", + "durability": null + }, + { + "id": "14650", + "name": "Wizard hat", + "examine": "A standard issue wizard hat.", + "tradeable": "false", + "low_alchemy": "0", + "high_alchemy": "1", + "grand_exchange_price": "0", + "equipment_slot": "0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "weight": "0.1", + "ge_buy_limit": "0", + "archery_ticket_price": "0", + "durability": null } ]