From c79e65b6b792da4589a67c6ba7f92a948415f8a3 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 8 Aug 2022 21:38:02 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EC=95=84=EC=8B=9C=EC=95=84=20=EB=AA=85?= =?UTF-8?q?=EC=9E=A5=EC=A0=84=20=EC=9C=A0=EC=A0=80=EC=9E=A5=20=EC=8A=A4?= =?UTF-8?q?=ED=83=AF=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scenario/scenario_2700.json | 8 +- hwe/scenario/scenario_2701.json | 166 +++++++++++++++++++++++++++++++- 2 files changed, 166 insertions(+), 8 deletions(-) diff --git a/hwe/scenario/scenario_2700.json b/hwe/scenario/scenario_2700.json index 29956178..ba5900d4 100644 --- a/hwe/scenario/scenario_2700.json +++ b/hwe/scenario/scenario_2700.json @@ -6,9 +6,9 @@ "●180년 1월:【이벤트】삼국지를 기반으로 아시아의 고대 명장들이 추가된 시나리오" ], "stat": { - "total": 285, - "min": 55, - "max": 120 + "total": 310, + "min": 40, + "max": 140 }, "iconPath": ".", "fiction": 1, @@ -774,7 +774,7 @@ [0, "제베", null, 0, null, 93, 97, 68, 0, 160, 300, null, null] ], "general_ex":[ - + ], "initialEvents": [ [ diff --git a/hwe/scenario/scenario_2701.json b/hwe/scenario/scenario_2701.json index f2d07547..30798f59 100644 --- a/hwe/scenario/scenario_2701.json +++ b/hwe/scenario/scenario_2701.json @@ -6,9 +6,9 @@ "●180년 1월:【이벤트】삼국지를 기반으로 아시아의 고대 명장들이 추가된 시나리오" ], "stat": { - "total": 285, - "min": 55, - "max": 120 + "total": 310, + "min": 40, + "max": 140 }, "iconPath": ".", "fiction": 1, @@ -915,6 +915,164 @@ [0, "제베", null, 0, null, 93, 97, 68, 0, 160, 300, null, null] ], "general_ex":[ - + + ], + "initialEvents": [ + [ + true, + [ + "ChangeCity", + "all", + { + "trade": 100 + } + ] + ] + ], + "events": [ + [ + "month", + 1000, + [ + "Date", + "==", + 180, + 1 + ], + [ + "ChangeCity", + "all", + { + "trade": 100 + } + ], + [ + "DeleteEvent" + ] + ], + [ + "month", + 1000, + [ + "Date", + "==", + 180, + 7 + ], + [ + "ChangeCity", + "all", + { + "trade": 100 + } + ], + [ + "DeleteEvent" + ] + ], + [ + "month", + 1000, + [ + "Date", + "==", + 181, + 1 + ], + [ + "ChangeCity", + "all", + { + "trade": 100 + } + ], + [ + "DeleteEvent" + ] + ], + [ + "month", + 1000, + [ + "Date", + "==", + 181, + 7 + ], + [ + "ChangeCity", + "all", + { + "trade": 100 + } + ], + [ + "DeleteEvent" + ] + ], + [ + "month", + 1000, + [ + "Date", + "==", + 182, + 1 + ], + [ + "ChangeCity", + "all", + { + "trade": 100 + } + ], + [ + "DeleteEvent" + ] + ], + [ + "month", + 1000, + [ + "Date", + "==", + 182, + 7 + ], + [ + "ChangeCity", + "all", + { + "trade": 100 + } + ], + [ + "DeleteEvent" + ] + ], + [ + "destroy_nation", + 1000, + [ + "and", + [ + "Date", + ">=", + 183, + 1 + ], + [ + "RemainNation", + "==", + 1 + ] + ], + [ + "BlockScoutAction" + ], + [ + "DeleteEvent" + ] + ] ] } \ No newline at end of file