From 0bf31450423275495cb3294063336451efdc2e7e Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 5 Aug 2023 09:01:54 +0000 Subject: [PATCH] =?UTF-8?q?game:=20=ED=8C=8C=EC=A3=BD=EC=A7=80=EC=84=B8=20?= =?UTF-8?q?=EB=AA=A8=EB=93=9C,=20=EC=A0=91=EA=B2=BD=EA=B7=80=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scenario/scenario_2703.json | 5 ++- hwe/scenario/scenario_906.json | 56 +++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 hwe/scenario/scenario_906.json diff --git a/hwe/scenario/scenario_2703.json b/hwe/scenario/scenario_2703.json index 62010e69..7f4d2e51 100644 --- a/hwe/scenario/scenario_2703.json +++ b/hwe/scenario/scenario_2703.json @@ -15,7 +15,10 @@ "nation":[], "diplomacy":[], "const": { - "scenarioEffect": "event_StrongAttacker" + "scenarioEffect": "event_StrongAttacker", + "availableInstantAction": { + "instantRetreat": true + } }, "general":[ [0, "아회남", null, 0, null, 65, 74, 26, 0, 160, 300, null, null], diff --git a/hwe/scenario/scenario_906.json b/hwe/scenario/scenario_906.json new file mode 100644 index 00000000..69f6ed92 --- /dev/null +++ b/hwe/scenario/scenario_906.json @@ -0,0 +1,56 @@ +{ + "title":"【공백지】 파죽지세", + "startYear":180, + "map":{ + "mapName":"miniche" + }, + "history":[ + ], + "const": { + "joinRuinedNPCProp":0, + "npcBanMessageProb":1, + "scenarioEffect": "event_StrongAttacker", + "availableInstantAction": { + "instantRetreat": true + } + }, + "events":[ + [ + "month", 1000, + ["or", ["Date", "==", null, 12], ["Date", "==", null, 6]], + ["CreateManyNPC", 10, 10], + ["DeleteEvent"] + ], + [ + "month", 1000, + ["Date", "==", 181, 1], + ["RaiseNPCNation"], + ["DeleteEvent"] + ], + [ + "month", 999, + ["Date", "==", 181, 1], + ["OpenNationBetting", 4, 5000], + ["OpenNationBetting", 1, 2000], + ["DeleteEvent"] + ], + [ + "month", 999, + ["and", + ["Date", ">=", 183, 1], + ["RemainNation", "<=", 8] + ], + ["OpenNationBetting", 1, 1000], + ["DeleteEvent"] + ], + [ + "destroy_nation", 1000, + ["and", + ["Date", ">=", 183, 1], + ["RemainNation", "==", 1] + ], + ["BlockScoutAction"], + ["DeleteEvent"] + ] + ] +} \ No newline at end of file