From 893688459c7a1c7d54d69ba74d6df98b66c90d5b Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 24 Feb 2022 00:15:36 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=ED=91=9C=EC=A4=80=20=EA=B3=B5=EB=B0=B1?= =?UTF-8?q?=EC=A7=80=20=EC=8B=9C=EB=82=98=EB=A6=AC=EC=98=A4=EC=97=90=20?= =?UTF-8?q?=EC=B2=9C=ED=86=B5=20=EB=B2=A0=ED=8C=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scenario/scenario_0.json | 16 ++++++++++++++++ hwe/scenario/scenario_1.json | 16 ++++++++++++++++ hwe/scenario/scenario_2.json | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/hwe/scenario/scenario_0.json b/hwe/scenario/scenario_0.json index b32f4dc2..659285b2 100644 --- a/hwe/scenario/scenario_0.json +++ b/hwe/scenario/scenario_0.json @@ -18,6 +18,22 @@ ["Date", "==", 181, 1], ["RaiseNPCNation"], ["DeleteEvent"] + ], + [ + "month", 999, + ["Date", "==", 181, 1], + ["OpenNationBetting", 4, 1000], + ["OpenNationBetting", 1, 1000], + ["DeleteEvent"] + ], + [ + "month", 999, + ["and", + ["Date", ">=", 183, 1], + ["RemainNation", "<=", 8] + ], + ["OpenNationBetting", 1, 1000], + ["DeleteEvent"] ] ] } \ No newline at end of file diff --git a/hwe/scenario/scenario_1.json b/hwe/scenario/scenario_1.json index b54183d7..2df34f7c 100644 --- a/hwe/scenario/scenario_1.json +++ b/hwe/scenario/scenario_1.json @@ -21,6 +21,22 @@ ["Date", "==", 181, 1], ["RaiseNPCNation"], ["DeleteEvent"] + ], + [ + "month", 999, + ["Date", "==", 181, 1], + ["OpenNationBetting", 4, 1000], + ["OpenNationBetting", 1, 1000], + ["DeleteEvent"] + ], + [ + "month", 999, + ["and", + ["Date", ">=", 183, 1], + ["RemainNation", "<=", 8] + ], + ["OpenNationBetting", 1, 1000], + ["DeleteEvent"] ] ] } \ No newline at end of file diff --git a/hwe/scenario/scenario_2.json b/hwe/scenario/scenario_2.json index 0b577eb9..46064e58 100644 --- a/hwe/scenario/scenario_2.json +++ b/hwe/scenario/scenario_2.json @@ -25,6 +25,22 @@ ["Date", "==", 181, 1], ["RaiseNPCNation"], ["DeleteEvent"] + ], + [ + "month", 999, + ["Date", "==", 181, 1], + ["OpenNationBetting", 4, 1000], + ["OpenNationBetting", 1, 1000], + ["DeleteEvent"] + ], + [ + "month", 999, + ["and", + ["Date", ">=", 183, 1], + ["RemainNation", "<=", 8] + ], + ["OpenNationBetting", 1, 1000], + ["DeleteEvent"] ] ] } \ No newline at end of file