军团活动:更新json
This commit is contained in:
77
shared/resource/jsons/dic_zyz_gateActivityDifficulty.json
Normal file
77
shared/resource/jsons/dic_zyz_gateActivityDifficulty.json
Normal file
@@ -0,0 +1,77 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"round": 1,
|
||||
"Ratio": 0.4
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"round": 2,
|
||||
"Ratio": 0.5
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"round": 3,
|
||||
"Ratio": 0.6
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"round": 4,
|
||||
"Ratio": 0.7
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"round": 5,
|
||||
"Ratio": 0.8
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"round": 6,
|
||||
"Ratio": 0.9
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"round": 7,
|
||||
"Ratio": 1
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"round": 8,
|
||||
"Ratio": 1.3
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"round": 9,
|
||||
"Ratio": 1.5
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"round": 10,
|
||||
"Ratio": 1.7
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"round": 11,
|
||||
"Ratio": 1.9
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"round": 12,
|
||||
"Ratio": 2
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"round": 13,
|
||||
"Ratio": 2.2
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"round": 14,
|
||||
"Ratio": 2.4
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"round": 15,
|
||||
"Ratio": 2.5
|
||||
}
|
||||
]
|
||||
@@ -2,26 +2,31 @@
|
||||
{
|
||||
"id": 1,
|
||||
"getPointWays": "每回合开始时获得",
|
||||
"point": 10
|
||||
"point": 5
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"getPointWays": "击杀小兵",
|
||||
"point": 3
|
||||
"point": 10
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"getPointWays": "击杀小boss",
|
||||
"point": 30
|
||||
"point": 60
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"getPointWays": "击杀大boss",
|
||||
"point": 90
|
||||
"point": 120
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"getPointWays": "防守成功",
|
||||
"point": 100
|
||||
"point": 30
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"getPointWays": "击杀精英怪",
|
||||
"point": 30
|
||||
}
|
||||
]
|
||||
26
shared/resource/jsons/dic_zyz_gk_guildActivity.json
Normal file
26
shared/resource/jsons/dic_zyz_gk_guildActivity.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"war_id": 7001,
|
||||
"dispatchJsonId": 7001,
|
||||
"script_id": "S_7001",
|
||||
"warType": 10,
|
||||
"gk_name": "蛮夷入侵",
|
||||
"bg_img_id": 7001,
|
||||
"lvLimted": 25,
|
||||
"turnLimted": 15,
|
||||
"victoryInfoInUI": "防守城池,不被攻破",
|
||||
"loseInfoInUI": "我方全部阵亡"
|
||||
},
|
||||
{
|
||||
"war_id": 7002,
|
||||
"dispatchJsonId": 7002,
|
||||
"script_id": "S_7002",
|
||||
"warType": 10,
|
||||
"gk_name": "诸侯混战",
|
||||
"bg_img_id": 7002,
|
||||
"lvLimted": 25,
|
||||
"turnLimted": 10,
|
||||
"victoryInfoInUI": "攻破城门",
|
||||
"loseInfoInUI": "我方全部阵亡"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user