添加主线关卡和每日关卡
This commit is contained in:
7
shared/resource/dic_daily.json
Normal file
7
shared/resource/dic_daily.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"type": 1,
|
||||
"name": "资源本",
|
||||
"sum": 3
|
||||
}
|
||||
]
|
||||
24
shared/resource/dic_daily_war.json
Normal file
24
shared/resource/dic_daily_war.json
Normal file
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"war_id": 1000,
|
||||
"war_type": 2,
|
||||
"daily_type": 1,
|
||||
"difficulty": 1,
|
||||
"gk_name": "每日资源本A",
|
||||
"cost": 1,
|
||||
"fixReward": "1&1",
|
||||
"conditionReward": "2&1&1|1&1&0",
|
||||
"randomReward": "3&1&2"
|
||||
},
|
||||
{
|
||||
"war_id": 1001,
|
||||
"war_type": 2,
|
||||
"daily_type": 1,
|
||||
"difficulty": 2,
|
||||
"gk_name": "每日资源本B",
|
||||
"cost": 1,
|
||||
"fixReward": "1&50",
|
||||
"conditionReward": "2&1&1|1&1&0",
|
||||
"randomReward": "3&1&2"
|
||||
}
|
||||
]
|
||||
8
shared/resource/dic_event.json
Normal file
8
shared/resource/dic_event.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"event_id": 1,
|
||||
"type": 1,
|
||||
"quality": 1,
|
||||
"war_id": 2000
|
||||
}
|
||||
]
|
||||
10
shared/resource/dic_event_war.json
Normal file
10
shared/resource/dic_event_war.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"war_id": 2000,
|
||||
"war_type": 3,
|
||||
"gk_name": "奇遇",
|
||||
"fixReward": "1&50",
|
||||
"conditionReward": "2&10&1|1&10&0",
|
||||
"randomReward": "3&10&2"
|
||||
}
|
||||
]
|
||||
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
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user