split items definition
This commit is contained in:
parent
2fd9aeb61e
commit
16753afcc6
233
bindata.go
233
bindata.go
File diff suppressed because one or more lines are too long
@ -111,17 +111,6 @@
|
||||
"Silver ore"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "100",
|
||||
"weight": 0,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Pouch of Gold"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "11",
|
||||
@ -132,5 +121,61 @@
|
||||
"names": [
|
||||
"Bauxite"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "13",
|
||||
"weight": 1,
|
||||
"exchange": "/t_13",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Magic Stone",
|
||||
"Magic stone"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "15",
|
||||
"weight": 2,
|
||||
"exchange": "/t_15",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Sapphire"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "16",
|
||||
"weight": 2,
|
||||
"exchange": "/t_16",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Solvent"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "17",
|
||||
"weight": 2,
|
||||
"exchange": "/t_17",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Ruby"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "18",
|
||||
"weight": 2,
|
||||
"exchange": "/t_18",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Hardener"
|
||||
]
|
||||
}
|
||||
]
|
592
data/obj_item/01.craft.json
Normal file
592
data/obj_item/01.craft.json
Normal file
@ -0,0 +1,592 @@
|
||||
[
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "100",
|
||||
"weight": 0,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Pouch of Gold"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "12",
|
||||
"weight": 2,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Cord"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_12",
|
||||
"mana": 15,
|
||||
"items": [
|
||||
{
|
||||
"code": "01",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "19",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "14",
|
||||
"weight": 2,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Wooden Shaft",
|
||||
"Wooden shaft"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_14",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "02",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "07",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "19",
|
||||
"weight": 2,
|
||||
"exchange": "/t_19",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Steel"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_19",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "07",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "08",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "20",
|
||||
"weight": 1,
|
||||
"exchange": "/t_20",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Leather"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_20",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "03",
|
||||
"quantity": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "21",
|
||||
"weight": 1,
|
||||
"exchange": "/t_21",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Bone Powder",
|
||||
"Bone powder"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_21",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "04",
|
||||
"quantity": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "22",
|
||||
"weight": 1,
|
||||
"exchange": "/t_22",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"String"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_22",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "02",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "23",
|
||||
"weight": 1,
|
||||
"exchange": "/t_23",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Coke"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_23",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "06",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "05",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "24",
|
||||
"weight": 1,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Purified Powder",
|
||||
"Purified powder"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_24",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "21",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "07",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "13",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "25",
|
||||
"weight": 3,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Silver Alloy",
|
||||
"Silver alloy"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_25",
|
||||
"mana": 15,
|
||||
"items": [
|
||||
{
|
||||
"code": "24",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "10",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "19",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "27",
|
||||
"weight": 2,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Steel Mold",
|
||||
"Steel mold"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_27",
|
||||
"mana": 15,
|
||||
"items": [
|
||||
{
|
||||
"code": "22",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "08",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "07",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "28",
|
||||
"weight": 2,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Silver Mold",
|
||||
"Silver mold"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_28",
|
||||
"mana": 15,
|
||||
"items": [
|
||||
{
|
||||
"code": "22",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "10",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "29",
|
||||
"weight": 3,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Blacksmith Frame",
|
||||
"Blacksmith frame"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_29",
|
||||
"mana": 50,
|
||||
"items": [
|
||||
{
|
||||
"code": "11",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "24",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "30",
|
||||
"weight": 3,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Artisan Frame",
|
||||
"Artisan frame"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_30",
|
||||
"mana": 50,
|
||||
"items": [
|
||||
{
|
||||
"code": "11",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "24",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "27",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "31",
|
||||
"weight": 1,
|
||||
"exchange": "/t_31",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Rope"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_31",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "01",
|
||||
"quantity": 4
|
||||
},
|
||||
{
|
||||
"code": "22",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "32",
|
||||
"weight": 2,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Silver Frame",
|
||||
"Silver frame"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_32",
|
||||
"mana": 30,
|
||||
"items": [
|
||||
{
|
||||
"code": "07",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "10",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "25",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "33",
|
||||
"weight": 2,
|
||||
"exchange": "/t_33",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Metal Plate",
|
||||
"Metal plate"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_33",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "08",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "02",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "07",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "34",
|
||||
"weight": 2,
|
||||
"exchange": "/t_34",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Metallic Fiber",
|
||||
"Metallic fiber"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_34",
|
||||
"mana": 30,
|
||||
"items": [
|
||||
{
|
||||
"code": "10",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "12",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "35",
|
||||
"weight": 1,
|
||||
"exchange": "/t_35",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Crafted Leather",
|
||||
"Crafted leather"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_35",
|
||||
"mana": 30,
|
||||
"items": [
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 4
|
||||
},
|
||||
{
|
||||
"code": "05",
|
||||
"quantity": 4
|
||||
},
|
||||
{
|
||||
"code": "12",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "36",
|
||||
"weight": 2,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Quality Cloth"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_36",
|
||||
"mana": 300,
|
||||
"items": [
|
||||
{
|
||||
"code": "09",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "07",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "37",
|
||||
"weight": 3,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Blacksmith Mold"
|
||||
,"Blacksmith mold"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_37",
|
||||
"mana": 300,
|
||||
"items": [
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "25",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "29",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_res",
|
||||
"code": "38",
|
||||
"weight": 3,
|
||||
"exchange": "",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Artisan Mold"
|
||||
,"Artisan mold"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_38",
|
||||
"mana": 300,
|
||||
"items": [
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "25",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "30",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "13",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
266
data/obj_item/02.alch.base.json
Normal file
266
data/obj_item/02.alch.base.json
Normal file
@ -0,0 +1,266 @@
|
||||
[
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "39",
|
||||
"weight": 1,
|
||||
"exchange": "/t_39",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Stinky Sumac"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "40",
|
||||
"weight": 1,
|
||||
"exchange": "/t_40",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Mercy Sassafras"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "41",
|
||||
"weight": 1,
|
||||
"exchange": "/t_41",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Cliff Rue"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "42",
|
||||
"weight": 1,
|
||||
"exchange": "/t_42",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Love Creeper"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "43",
|
||||
"weight": 1,
|
||||
"exchange": "/t_43",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Wolf Root"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "44",
|
||||
"weight": 1,
|
||||
"exchange": "/t_44",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Swamp Lavender"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "45",
|
||||
"weight": 1,
|
||||
"exchange": "/t_45",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"White Blossom"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "46",
|
||||
"weight": 1,
|
||||
"exchange": "/t_46",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Ilaves"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "47",
|
||||
"weight": 1,
|
||||
"exchange": "/t_47",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Ephijora"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "48",
|
||||
"weight": 1,
|
||||
"exchange": "/t_48",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Storm Hyssop"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "49",
|
||||
"weight": 1,
|
||||
"exchange": "/t_49",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Cave Garlic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "50",
|
||||
"weight": 1,
|
||||
"exchange": "/t_50",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Yellow Seed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "51",
|
||||
"weight": 1,
|
||||
"exchange": "/t_51",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Tecceagrass"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "52",
|
||||
"weight": 1,
|
||||
"exchange": "/t_52",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Spring Bay Leaf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "53",
|
||||
"weight": 1,
|
||||
"exchange": "/t_53",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Ash Rosemary"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "54",
|
||||
"weight": 1,
|
||||
"exchange": "/t_54",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Sanguine Parsley"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "55",
|
||||
"weight": 1,
|
||||
"exchange": "/t_55",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Sun Tarragon"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "56",
|
||||
"weight": 1,
|
||||
"exchange": "/t_56",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Maccunut"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "57",
|
||||
"weight": 1,
|
||||
"exchange": "/t_57",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Dragon Seed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "58",
|
||||
"weight": 1,
|
||||
"exchange": "/t_58",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Queen's Pepper"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "65",
|
||||
"weight": 1,
|
||||
"exchange": "/t_65",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Astrulic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "66",
|
||||
"weight": 1,
|
||||
"exchange": "/t_66",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Flammia Nut"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "67",
|
||||
"weight": 1,
|
||||
"exchange": "/t_67",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Plexisop"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "68",
|
||||
"weight": 1,
|
||||
"exchange": "/t_68",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Mammoth Dill"
|
||||
]
|
||||
}
|
||||
]
|
201
data/obj_item/02.alch.craft.json
Normal file
201
data/obj_item/02.alch.craft.json
Normal file
@ -0,0 +1,201 @@
|
||||
[
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "59",
|
||||
"weight": 1,
|
||||
"exchange": "/t_59",
|
||||
"auction": false,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Plasma of Abyss"
|
||||
,"Plasma of abyss"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/brew_59",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "41",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "55",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "49",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "60",
|
||||
"weight": 1,
|
||||
"exchange": "/t_60",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Ultramarine Dust"
|
||||
,"Ultramarine dust"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/brew_60",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "51",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "39",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "48",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "61",
|
||||
"weight": 1,
|
||||
"exchange": "/t_61",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Ethereal Bone",
|
||||
"Ethereal bone"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/brew_61",
|
||||
"mana": 10,
|
||||
"items": [
|
||||
{
|
||||
"code": "50",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "47",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "46",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "56",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "62",
|
||||
"weight": 1,
|
||||
"exchange": "/t_62",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Itacory"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/brew_62",
|
||||
"mana": 15,
|
||||
"items": [
|
||||
{
|
||||
"code": "44",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "53",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "63",
|
||||
"weight": 1,
|
||||
"exchange": "/t_63",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Assassin Vine"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/brew_63",
|
||||
"mana": 15,
|
||||
"items": [
|
||||
{
|
||||
"code": "45",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "54",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "64",
|
||||
"weight": 1,
|
||||
"exchange": "/t_64",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Kloliarway"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/brew_64",
|
||||
"mana": 15,
|
||||
"items": [
|
||||
{
|
||||
"code": "40",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "58",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_alch",
|
||||
"code": "69",
|
||||
"weight": 1,
|
||||
"exchange": "/t_69",
|
||||
"auction": false,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Silver Dust",
|
||||
"Silver dust"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/brew_69",
|
||||
"mana": 30,
|
||||
"items": [
|
||||
{
|
||||
"code": "10",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "07",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "51",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
185
data/obj_item/04.t0.armor.json
Normal file
185
data/obj_item/04.t0.armor.json
Normal file
@ -0,0 +1,185 @@
|
||||
[
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a01",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Cloth Jacket",
|
||||
"Cloth jacket"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a02",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Leather Shirt"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a03",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Chain Mail",
|
||||
"Chain mail"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a06",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Hat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a07",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Leather Hood"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a08",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Steel Helmet",
|
||||
"Steel helmet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a11",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Sandals"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a12",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Leather Shoes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a13",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Steel Boots",
|
||||
"Steel boots"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a16",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Gloves"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a17",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Leather Gloves",
|
||||
"Leather gloves"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a18",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Steel Gauntlets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a21",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Wooden Shield",
|
||||
"Wooden shield"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a22",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Skeleton Buckler"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a23",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Bronze Shield",
|
||||
"Bronze shield"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a26",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Royal Guard Cape"
|
||||
]
|
||||
}
|
||||
]
|
122
data/obj_item/04.t1.armor.json
Normal file
122
data/obj_item/04.t1.armor.json
Normal file
@ -0,0 +1,122 @@
|
||||
[
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a04",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Silver Cuirass",
|
||||
"Silver cuirass"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a05",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Mithril Armor",
|
||||
"Mithril armor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a09",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Silver Helmet",
|
||||
"Silver helmet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a10",
|
||||
"weight": 190,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Mithril Helmet",
|
||||
"Mithril helmet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a14",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Silver Boots",
|
||||
"Silver boots"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a15",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Mithril Boots",
|
||||
"Mithril boots"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a19",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Silver Gauntlets",
|
||||
"Silver gauntlets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a20",
|
||||
"weight": 125,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Mithril Gauntlets",
|
||||
"Mithril gauntlets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a24",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Silver Shield",
|
||||
"Silver shield"
|
||||
]
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a25",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": false,
|
||||
"names": [
|
||||
"Mithril Shield",
|
||||
"Mithril shield"
|
||||
]
|
||||
}
|
||||
]
|
615
data/obj_item/04.t2.armor.json
Normal file
615
data/obj_item/04.t2.armor.json
Normal file
@ -0,0 +1,615 @@
|
||||
[
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a27",
|
||||
"weight": 450,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Order Armor"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a27",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r06",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k06",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "33",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 12
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a28",
|
||||
"weight": 190,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Order Helmet"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a28",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r07",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k07",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "33",
|
||||
"quantity": 12
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a29",
|
||||
"weight": 125,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Order Boots"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a29",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r08",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k08",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "33",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a30",
|
||||
"weight": 125,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Order Gauntlets"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a30",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r09",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k09",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "33",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a31",
|
||||
"weight": 180,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Order Shield"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a31",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r10",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k10",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "25",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "33",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a32",
|
||||
"weight": 450,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Hunter Armor"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a32",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r11",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k11",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 24
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 12
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a33",
|
||||
"weight": 190,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Hunter Helmet"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a33",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r12",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k12",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 18
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a34",
|
||||
"weight": 125,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Hunter Boots"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a34",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r13",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k13",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 12
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a35",
|
||||
"weight": 125,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Hunter Gloves"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a35",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r14",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k14",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 12
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a36",
|
||||
"weight": 450,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Clarity Robe"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a36",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r15",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k15",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 12
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a37",
|
||||
"weight": 190,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Clarity Circlet"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a37",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r16",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a38",
|
||||
"weight": 125,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Clarity Shoes"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a38",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r17",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k17",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a39",
|
||||
"weight": 125,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Clarity Bracers"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a39",
|
||||
"mana": 150,
|
||||
"items": [
|
||||
{
|
||||
"code": "r18",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k18",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "20",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "28",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
1423
data/obj_item/04.t3.armor.json
Normal file
1423
data/obj_item/04.t3.armor.json
Normal file
File diff suppressed because it is too large
Load Diff
870
data/obj_item/04.t4.armor.json
Normal file
870
data/obj_item/04.t4.armor.json
Normal file
@ -0,0 +1,870 @@
|
||||
[
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a78",
|
||||
"weight": 510,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Council Armor"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a78",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r78",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k78",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "34",
|
||||
"quantity": 30
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 25
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 23
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 18
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a79",
|
||||
"weight": 210,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Council Helmet"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a79",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r79",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k79",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "34",
|
||||
"quantity": 29
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 17
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 13
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a80",
|
||||
"weight": 155,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Council Boots"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a80",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r80",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k80",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "34",
|
||||
"quantity": 21
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a81",
|
||||
"weight": 155,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Council Gauntlets"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a81",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r81",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k81",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "34",
|
||||
"quantity": 21
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a82",
|
||||
"weight": 220,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Council Shield"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a82",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r82",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k82",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "25",
|
||||
"quantity": 29
|
||||
},
|
||||
{
|
||||
"code": "33",
|
||||
"quantity": 17
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a83",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Griffin Armor"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a83",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r83",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k83",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 19
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 17
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 14
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "17",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a84",
|
||||
"weight": 210,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Griffin Helmet"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a84",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r84",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k84",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 14
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 8
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "17",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a85",
|
||||
"weight": 155,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Griffin Boots"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a85",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r85",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k85",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 14
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "17",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a86",
|
||||
"weight": 155,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Griffin Gloves"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a86",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r86",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k86",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 13
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 5
|
||||
},
|
||||
{
|
||||
"code": "17",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a87",
|
||||
"weight": 510,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Celestial Armor"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a87",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r87",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k87",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 21
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 18
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 17
|
||||
},
|
||||
{
|
||||
"code": "13",
|
||||
"quantity": 15
|
||||
},
|
||||
{
|
||||
"code": "17",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a88",
|
||||
"weight": 210,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Celestial Helmet"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a88",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r88",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k88",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 14
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "13",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "17",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a89",
|
||||
"weight": 155,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Celestial Boots"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a89",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r89",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k89",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 13
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "13",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "17",
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a90",
|
||||
"weight": 155,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"craftable": true,
|
||||
"names": [
|
||||
"Celestial Bracers"
|
||||
],
|
||||
"craft": {
|
||||
"cmd": "/craft_a90",
|
||||
"mana": 800,
|
||||
"items": [
|
||||
{
|
||||
"code": "r90",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "k90",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"code": "35",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "36",
|
||||
"quantity": 11
|
||||
},
|
||||
{
|
||||
"code": "23",
|
||||
"quantity": 9
|
||||
},
|
||||
{
|
||||
"code": "31",
|
||||
"quantity": 7
|
||||
},
|
||||
{
|
||||
"code": "13",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "16",
|
||||
"quantity": 3
|
||||
},
|
||||
{
|
||||
"code": "17",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "37",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"code": "15",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_type": "item_other",
|
||||
"code": "a100",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"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": 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",
|
||||
"code": "a102",
|
||||
"weight": -1,
|
||||
"exchange": "",
|
||||
"auction": true,
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user