From 03c6e521da5458631e2d7d55a34de65d32294436 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 4 Feb 2020 09:37:47 +0800 Subject: [PATCH] update items --- data/obj_item.json | 126 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 122 insertions(+), 4 deletions(-) diff --git a/data/obj_item.json b/data/obj_item.json index 950e0ee..f81c784 100644 --- a/data/obj_item.json +++ b/data/obj_item.json @@ -2941,18 +2941,94 @@ "craftable": true, "names": [ "Assault Cape" - ] + ], + "craft": { + "cmd": "/craft_a100", + "mana": 800, + "items": [ + { + "code": "r100", + "quantity": 1 + }, + { + "code": "k100", + "quantity": 4 + }, + { + "code": "36", + "quantity": 13 + }, + { + "code": "23", + "quantity": 1 + }, + { + "code": "16", + "quantity": 4 + }, + { + "code": "31", + "quantity": 3 + }, + { + "code": "15", + "quantity": 1 + }, + { + "code": "37", + "quantity": 1 + } + ] + } }, { "item_type": "item_other", "code": "a101", - "weight": -1, + "weight": 50, "exchange": "", "auction": true, "craftable": true, "names": [ "Craftsman Apron" - ] + ], + "craft": { + "cmd": "/craft_a101", + "mana": 800, + "items": [ + { + "code": "r101", + "quantity": 1 + }, + { + "code": "k101", + "quantity": 4 + }, + { + "code": "35", + "quantity": 17 + }, + { + "code": "23", + "quantity": 11 + }, + { + "code": "36", + "quantity": 3 + }, + { + "code": "31", + "quantity": 2 + }, + { + "code": "38", + "quantity": 1 + }, + { + "code": "16", + "quantity": 1 + } + ] + } }, { "item_type": "item_other", @@ -2963,7 +3039,49 @@ "craftable": true, "names": [ "Stoneskin Cloak" - ] + ], + "craft": { + "cmd": "/craft_a102", + "mana": 800, + "items": [ + { + "code": "r102", + "quantity": 1 + }, + { + "code": "k102", + "quantity": 4 + }, + { + "code": "23", + "quantity": 17 + }, + { + "code": "36", + "quantity": 7 + }, + { + "code": "35", + "quantity": 5 + }, + { + "code": "16", + "quantity": 4 + }, + { + "code": "31", + "quantity": 3 + }, + { + "code": "37", + "quantity": 2 + }, + { + "code": "25" + ,"quantity": 2 + } + ] + } }, { "item_type": "item_other",