challenge-editor/json/item.json

93 lines
1.5 KiB
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,
2024-09-28 18:46:15 +08:00
"allow_merge":false,
2024-09-28 12:04:15 +08:00
"price":100,
"quality":0,
2024-09-28 18:46:15 +08:00
"texture":"issuing",
"name":"发卡(测试饰品)",
"introduction":"用于测试的饰品装备,并没有什么用",
2024-09-28 12:04:15 +08:00
"material":{
}
2024-09-27 17:51:20 +08:00
2024-09-28 12:04:15 +08:00
},
"item_02":{
"type":1,
2024-09-28 18:46:15 +08:00
"allow_merge":false,
2024-09-28 12:04:15 +08:00
"price":100,
"quality":0,
2024-09-28 18:46:15 +08:00
"texture":"bag",
"name":"测试手部装备背包",
"introduction":"用于测试的手部装备,并没有什么用",
2024-09-28 12:04:15 +08:00
"material":{
}
},
"item_03":{
"type":2,
2024-09-28 18:46:15 +08:00
"allow_merge":false,
2024-09-28 12:04:15 +08:00
"price":100,
"quality":0,
2024-09-28 18:46:15 +08:00
"texture":"clothes",
2024-09-28 12:04:15 +08:00
"name":"测试身体",
2024-09-28 18:46:15 +08:00
"introduction":"用于测试的身体装备,并没有什么用",
2024-09-28 12:04:15 +08:00
"material":{
}
},
"item_04":{
"type":3,
2024-09-28 18:46:15 +08:00
"allow_merge":false,
2024-09-28 12:04:15 +08:00
"price":100,
2024-09-28 18:46:15 +08:00
2024-09-28 12:04:15 +08:00
"quality":0,
2024-09-28 18:46:15 +08:00
"texture":"hat",
2024-09-28 12:04:15 +08:00
"name":"测试头部",
2024-09-28 18:46:15 +08:00
"introduction":"用于测试的头部装备,并没有什么用",
2024-09-28 12:04:15 +08:00
"material":{
}
},
"item_05":{
"type":4,
2024-09-28 18:46:15 +08:00
"allow_merge":false,
2024-09-28 12:04:15 +08:00
"price":100,
"quality":0,
2024-09-28 18:46:15 +08:00
"texture":"knife",
2024-09-28 12:04:15 +08:00
"name":"小刀",
2024-09-28 18:46:15 +08:00
"introduction":"用于测试的武器,并没有什么用",
2024-09-28 12:04:15 +08:00
"material":{
}
},
"item_06":{
"type":5,
2024-09-28 18:46:15 +08:00
"allow_merge":true,
2024-09-28 12:04:15 +08:00
"price":100,
"quality":0,
"name":"绷带",
2024-09-30 18:06:45 +08:00
"introduction":"用于测试的道具,并没有什么用",
"material":{
}
},
"item_07":{
"type":6,
"allow_merge":false,
"price":100,
"quality":0,
"name":"测试技能",
"texture":"knife",
"introduction":"用于测试的技能,并没有什么用",
2024-09-28 12:04:15 +08:00
"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
}