update obj item
This commit is contained in:
parent
f33aa2779c
commit
88e70a3203
@ -456,7 +456,7 @@
|
|||||||
"Silver mold"
|
"Silver mold"
|
||||||
],
|
],
|
||||||
"craft": {
|
"craft": {
|
||||||
"cmd": "/c_28",
|
"cmd": "/craft_28",
|
||||||
"mana": 15,
|
"mana": 15,
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -684,7 +684,21 @@
|
|||||||
"craftable": true,
|
"craftable": true,
|
||||||
"names": [
|
"names": [
|
||||||
"Quality Cloth"
|
"Quality Cloth"
|
||||||
|
],
|
||||||
|
"craft": {
|
||||||
|
"cmd": "/craft_36",
|
||||||
|
"mana": 300,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"code": "09",
|
||||||
|
"quantity": 11
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "07",
|
||||||
|
"quantity": 3
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item_type": "item_res",
|
"item_type": "item_res",
|
||||||
@ -695,7 +709,29 @@
|
|||||||
"craftable": true,
|
"craftable": true,
|
||||||
"names": [
|
"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",
|
"item_type": "item_res",
|
||||||
@ -736,6 +772,7 @@
|
|||||||
"weight": 1,
|
"weight": 1,
|
||||||
"exchange": "/t_39",
|
"exchange": "/t_39",
|
||||||
"auction": false,
|
"auction": false,
|
||||||
|
"craftable": false,
|
||||||
"names": [
|
"names": [
|
||||||
"Stinky Sumac"
|
"Stinky Sumac"
|
||||||
]
|
]
|
||||||
@ -746,7 +783,7 @@
|
|||||||
"weight": 1,
|
"weight": 1,
|
||||||
"exchange": "/t_40",
|
"exchange": "/t_40",
|
||||||
"auction": false,
|
"auction": false,
|
||||||
"craftable": true,
|
"craftable": false,
|
||||||
"names": [
|
"names": [
|
||||||
"Mercy Sassafras"
|
"Mercy Sassafras"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user