challenge-editor/json/item.json

63 lines
656 B
JSON
Raw Normal View History

2024-09-27 17:51:20 +08:00
{
"item_01":{
2024-09-28 12:04:15 +08:00
"type":0,
"price":100,
"quality":0,
"name":"测试饰品",
"material":{
}
2024-09-27 17:51:20 +08:00
2024-09-28 12:04:15 +08:00
},
"item_02":{
"type":1,
"price":100,
"quality":0,
"name":"测试手部装备",
"material":{
}
},
"item_03":{
"type":2,
"price":100,
"quality":0,
"name":"测试身体",
"material":{
}
},
"item_04":{
"type":3,
"price":100,
"quality":0,
"name":"测试头部",
"material":{
}
},
"item_05":{
"type":4,
"price":100,
"quality":0,
"name":"小刀",
"material":{
}
},
"item_06":{
"type":5,
"price":100,
"quality":0,
"name":"绷带",
"material":{
}
2024-09-27 17:51:20 +08:00
}
2024-09-28 12:04:15 +08:00
2024-09-27 17:51:20 +08:00
}