From edcd3b9087ad4720650368880620be1887bcd58c Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 27 Jul 2021 12:25:18 +0200 Subject: [PATCH] update t5 --- data/obj_item/01.parts.json | 36 ++++++++ data/obj_item/01.recipes.json | 36 ++++++++ data/obj_item/03.t5.armor.json | 159 +++++++++++++++++++++++++++++++++ 3 files changed, 231 insertions(+) diff --git a/data/obj_item/01.parts.json b/data/obj_item/01.parts.json index 98f4f89..c87a1bf 100644 --- a/data/obj_item/01.parts.json +++ b/data/obj_item/01.parts.json @@ -1354,5 +1354,41 @@ "Discarnate Bracers part", "🧩Discarnate Bracers part" ] + }, + { + "item_type": "item_part", + "code": "k125", + "weight": 10, + "exchange": "", + "auction": true, + "craftable": false, + "names": [ + "Onslaught Cape part", + "🧩Onslaught Cape part" + ] + }, + { + "item_type": "item_part", + "code": "k126", + "weight": 10, + "exchange": "", + "auction": true, + "craftable": false, + "names": [ + "Indissoluble Cloak part", + "🧩Indissoluble Cloak part" + ] + }, + { + "item_type": "item_part", + "code": "k127", + "weight": 10, + "exchange": "", + "auction": true, + "craftable": false, + "names": [ + "Artificer Apron part", + "🧩Artificer Apron part" + ] } ] \ No newline at end of file diff --git a/data/obj_item/01.recipes.json b/data/obj_item/01.recipes.json index 8022e15..6e011b1 100644 --- a/data/obj_item/01.recipes.json +++ b/data/obj_item/01.recipes.json @@ -1302,5 +1302,41 @@ "Discarnate Bracers recipe", "📃Discarnate Bracers recipe" ] + }, + { + "item_type": "item_recipe", + "code": "r125", + "weight": 10, + "exchange": "", + "auction": true, + "craftable": false, + "names": [ + "Onslaught Cape recipe", + "📃Onslaught Cape recipe" + ] + }, + { + "item_type": "item_recipe", + "code": "r126", + "weight": 10, + "exchange": "", + "auction": true, + "craftable": false, + "names": [ + "Indissoluble Cloak recipe", + "📃Indissoluble Cloak recipe" + ] + }, + { + "item_type": "item_recipe", + "code": "r127", + "weight": 10, + "exchange": "", + "auction": true, + "craftable": false, + "names": [ + "Artificer Apron recipe", + "📃Artificer Apron recipe" + ] } ] \ No newline at end of file diff --git a/data/obj_item/03.t5.armor.json b/data/obj_item/03.t5.armor.json index 7923532..96d461e 100644 --- a/data/obj_item/03.t5.armor.json +++ b/data/obj_item/03.t5.armor.json @@ -739,5 +739,164 @@ } ] } + }, + { + "item_type": "item_other", + "code": "a117", + "weight": -1, + "exchange": "", + "auction": true, + "craftable": true, + "names": [ + "Onslaught Cape" + ], + "craft": { + "cmd": "/craft_a117", + "mana": 800, + "items": [ + { + "code": "r125", + "quantity": 1 + }, + { + "code": "k125", + "quantity": 4 + }, + { + "code": "23", + "quantity": 48 + }, + { + "code": "34", + "quantity": 13 + }, + { + "code": "16", + "quantity": 12 + }, + { + "code": "36", + "quantity": 7 + }, + { + "code": "15", + "quantity": 1 + }, + { + "code": "37", + "quantity": 1 + } + ] + } + }, + { + "item_type": "item_other", + "code": "a118", + "weight": -1, + "exchange": "", + "auction": true, + "craftable": true, + "names": [ + "Indissoluble Cloak" + ], + "craft": { + "cmd": "/craft_a118", + "mana": 800, + "items": [ + { + "code": "r126", + "quantity": 1 + }, + { + "code": "k126", + "quantity": 4 + }, + { + "code": "23", + "quantity": 43 + }, + { + "code": "34", + "quantity": 9 + }, + { + "code": "35", + "quantity": 7 + }, + { + "code": "36", + "quantity": 3 + }, + { + "code": "31", + "quantity": 3 + }, + { + "code": "38", + "quantity": 2 + }, + { + "code": "16", + "quantity": 2 + } + ] + } + }, + { + "item_type": "item_other", + "code": "a119", + "weight": -1, + "exchange": "", + "auction": true, + "craftable": true, + "names": [ + "Artificer Apron" + ], + "craft": { + "cmd": "/craft_a119", + "mana": 800, + "items": [ + { + "code": "r127", + "quantity": 1 + }, + { + "code": "k127", + "quantity": 4 + }, + { + "code": "23", + "quantity": 73 + }, + { + "code": "36", + "quantity": 10 + }, + { + "code": "16", + "quantity": 8 + }, + { + "code": "34", + "quantity": 7 + }, + { + "code": "25", + "quantity": 5 + }, + { + "code": "35", + "quantity": 3 + }, + { + "code": "37", + "quantity": 2 + }, + { + "code": "31", + "quantity": 2 + } + ] + } } ] \ No newline at end of file