diff --git a/shared/resource/jsons/dic_zyz_gateActivityDifficulty.json b/shared/resource/jsons/dic_zyz_gateActivityDifficulty.json new file mode 100644 index 000000000..8b716da07 --- /dev/null +++ b/shared/resource/jsons/dic_zyz_gateActivityDifficulty.json @@ -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 + } +] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_gateActivityPoint.json b/shared/resource/jsons/dic_zyz_gateActivityPoint.json index 341ac981f..3c727d2fe 100644 --- a/shared/resource/jsons/dic_zyz_gateActivityPoint.json +++ b/shared/resource/jsons/dic_zyz_gateActivityPoint.json @@ -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 } ] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_gk_guildActivity.json b/shared/resource/jsons/dic_zyz_gk_guildActivity.json new file mode 100644 index 000000000..cf574cc41 --- /dev/null +++ b/shared/resource/jsons/dic_zyz_gk_guildActivity.json @@ -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": "我方全部阵亡" + } +] \ No newline at end of file