challenge-editor/json/item.json
2024-10-04 18:08:33 +08:00

167 lines
2.2 KiB
JSON

{
"item_01":{
"type":0,
"allow_merge":false,
"price":100,
"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":"用于测试的饰品装备,并没有什么用",
"material":{
}
},
"item_02":{
"type":1,
"allow_merge":false,
"price":100,
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"texture":"bag",
"name":"测试手部装备背包",
"introduction":"用于测试的手部装备,并没有什么用",
"material":{
}
},
"item_03":{
"type":2,
"allow_merge":false,
"price":100,
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"texture":"clothes",
"name":"测试身体",
"introduction":"用于测试的身体装备,并没有什么用",
"material":{
}
},
"item_04":{
"type":3,
"allow_merge":false,
"price":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,
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"texture":"knife",
"name":"小刀",
"introduction":"用于测试的武器,并没有什么用",
"material":{
}
},
"item_06":{
"type":5,
"allow_merge":true,
"price":100,
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"name":"绷带",
"introduction":"用于测试的道具,并没有什么用",
"material":{
}
},
"item_07":{
"type":6,
"allow_merge":false,
"price":100,
"quality_lib":[
{
"value":0,
"weight":10
},
{
"value":1,
"weight":1
}
],
"name":"测试技能",
"texture":"knife",
"introduction":"用于测试的技能,并没有什么用",
"material":{
}
}
}