添加主线关卡和每日关卡
This commit is contained in:
20
shared/resource/dic_goods.json
Normal file
20
shared/resource/dic_goods.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"good_id": 1,
|
||||
"name": "青铜短剑",
|
||||
"lv": 1,
|
||||
"good_type": 1
|
||||
},
|
||||
{
|
||||
"good_id": 2,
|
||||
"name": "黑铁剑",
|
||||
"lv": 2,
|
||||
"good_type": 1
|
||||
},
|
||||
{
|
||||
"good_id": 3,
|
||||
"name": "饿狼长剑",
|
||||
"lv": 3,
|
||||
"good_type": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user