From 795883c657b4c332f22ed78f4fc24729e71be3d1 Mon Sep 17 00:00:00 2001 From: Woah Date: Thu, 18 Mar 2021 21:38:26 -0400 Subject: [PATCH] Added Jangles the Monkey Backpack --- Server/data/configs/item_configs.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index ca9a3a5fb..fc01a5224 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -138650,5 +138650,23 @@ "ge_buy_limit": "100", "archery_ticket_price": "0", "durability": null + }, + { + "id": "14648", + "name": "Jangles the Monkey Backpack", + "examine": "A totally alive monkey friend for your back!", + "tradeable": "false", + "low_alchemy": "0", + "high_alchemy": "1", + "destroy": "true", + "shop_price": "0", + "grand_exchange_price": "0", + "equipment_slot": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "weight": "0.0", + "ge_buy_limit": "0", + "archery_ticket_price": "0", + "durability": null } + ]