challenge-editor/json/item.json
2024-10-10 18:09:32 +08:00

204 lines
2.8 KiB
JSON

{
"item_01":{
"type":0,
"allow_merge":false,
"price":100,
"attribute":{
"AGI":100
},
"level_add_attribute":{
},
"level_up_need_material":{
"4":{
"item_06":5
},
"5":{
"item_06":10
}
},
"quality_lib":[
{
"value":4,
"weight":10
},
{
"value":5,
"weight":1
}
],
"word_lib":[
{
"value":"test_word1",
"weight":10
},
{
"value":"test_word2",
"weight":2
},
],
"texture":"issuing",
"name":"发卡",
"introduction":"用于测试的饰品装备,并没有什么用(现测试用于钓鱼)",
"identification":{
"AGI":100
},
},
"item_02":{
"type":1,
"allow_merge":false,
"price":100,
"attribute":{
"AGI":100
},
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"texture":"bag",
"name":"测试手部装备背包",
"introduction":"用于测试的手部装备,并没有什么用",
},
"item_03":{
"type":2,
"allow_merge":false,
"price":100,
"attribute":{
"AGI":100
},
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"texture":"clothes",
"name":"测试身体",
"introduction":"用于测试的身体装备,并没有什么用",
},
"item_04":{
"type":3,
"allow_merge":false,
"price":100,
"attribute":{
"AGI":100
},
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"texture":"hat",
"name":"测试头部",
"introduction":"用于测试的头部装备,并没有什么用",
"material":{
}
},
"item_05":{
"type":4,
"allow_merge":false,
"price":100,
"attribute":{
"AGI":100
},
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"texture":"knife",
"name":"小刀",
"introduction":"用于测试的武器,并没有什么用",
},
"item_06":{
"type":5,
"allow_merge":true,
"price":100,
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"name":"绷带",
"introduction":"用于测试的道具,并没有什么用",
"texture":"bandage",
"make_need":{
"item_08":5
}
},
"item_07":{
"type":6,
"allow_merge":false,
"price":100,
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"name":"测试技能",
"texture":"knife",
"introduction":"用于测试的技能,并没有什么用",
"material":{
}
},
"item_08":{
"type":7,
"allow_merge":true,
"price":10,
"quality_lib":[
{
"value":0,
"weight":10
}
],
"name":"纱布(测试材料)",
"texture":"bandage",
"introduction":"用于测试的材料,制作绷带",
"material":{
}
}
}