From b29c4742a0607dbe08c99f3703b54dbdd4695ea6 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 27 Dec 2023 14:03:26 +0000 Subject: [PATCH] =?UTF-8?q?misc:=20dummy=20=EA=B0=9C=EC=9D=B8=EC=A0=84?= =?UTF-8?q?=EB=9E=B5=20=EC=8B=9C=EB=82=98=EB=A6=AC=EC=98=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scenario/scenario_907.json | 67 ++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 hwe/scenario/scenario_907.json diff --git a/hwe/scenario/scenario_907.json b/hwe/scenario/scenario_907.json new file mode 100644 index 00000000..e330f63a --- /dev/null +++ b/hwe/scenario/scenario_907.json @@ -0,0 +1,67 @@ +{ + "title":"【공백지】 개인전략", + "startYear":180, + "map":{ + "mapName":"miniche" + }, + "history":[ + "●180년 1월:【공백지】별도의 전략을 사용할 수 있는 이벤트 깃수" + ], + "const": { + "joinRuinedNPCProp":0, + "npcBanMessageProb":1, + "availableUserActionCommand":{ + "개인 전략": [ + "휴식", + "g65_의원소환", + "g65_철야내정", + "g65_군량급매", + "g65_접경귀환", + "g65_필중계략", + "g65_병장기지원", + "g65_입대독려", + "g65_병사연회", + "g65_약점간파" + ] + } + }, + "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