challenge-editor/json/item.json

193 lines
2.6 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,
2024-10-05 20:51:00 +08:00
"attribute":{
"AGI":100
},
2024-10-09 20:34:18 +08:00
"level_add_attribute":{
},
"level_up_need_material":{
"4":{
"item_06":5
},
"5":{
"item_06":10
}
},
2024-10-04 18:08:33 +08:00
"quality_lib":[
{
"value":4,
"weight":10
},
{
"value":5,
"weight":1
}
],
"word_lib":[
{
"value":"test_word1",
"weight":10
},
{
"value":"test_word2",
"weight":2
},
],
2024-09-28 18:46:15 +08:00
"texture":"issuing",
2024-10-09 20:34:18 +08:00
"name":"发卡",
2024-10-05 20:51:00 +08:00
"introduction":"用于测试的饰品装备,并没有什么用(现测试用于钓鱼)",
"identification":{
"AGI":100
},
2024-10-09 20:34:18 +08:00
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,
2024-10-05 20:51:00 +08:00
"attribute":{
"AGI":100
},
2024-10-04 18:08:33 +08:00
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
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,
2024-10-05 20:51:00 +08:00
"attribute":{
"AGI":100
},
2024-10-04 18:08:33 +08:00
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
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-10-05 20:51:00 +08:00
"attribute":{
"AGI":100
},
2024-10-04 18:08:33 +08:00
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
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,
2024-10-05 20:51:00 +08:00
"attribute":{
"AGI":100
},
2024-10-04 18:08:33 +08:00
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
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,
2024-10-04 18:08:33 +08:00
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
2024-09-28 12:04:15 +08:00
"name":"绷带",
2024-09-30 18:06:45 +08:00
"introduction":"用于测试的道具,并没有什么用",
2024-10-09 20:34:18 +08:00
"texture":"bandage",
2024-09-30 18:06:45 +08:00
"material":{
}
},
"item_07":{
"type":6,
"allow_merge":false,
"price":100,
2024-10-04 18:08:33 +08:00
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
2024-09-30 18:06:45 +08:00
"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
}