시나리오 문제점 수정

This commit is contained in:
2026-07-28 16:07:21 +00:00
parent 3c35539c16
commit 9a2ac82373
+25 -8
View File
@@ -10,7 +10,8 @@
"<C>●</>180년 1월:<L><b>【100기 이벤트】</b></> 역대 장수들이 평범한 능력으로 다시 모여, 지난 전성기의 힘과 서서히 동조하기 시작했다!" "<C>●</>180년 1월:<L><b>【100기 이벤트】</b></> 역대 장수들이 평범한 능력으로 다시 모여, 지난 전성기의 힘과 서서히 동조하기 시작했다!"
], ],
"const": { "const": {
"npcBanMessageProb": 1 "npcBanMessageProb":0.005,
"defaultMaxGeneral": 800
}, },
"events": [ "events": [
[ [
@@ -31,13 +32,29 @@
["DeleteEvent"] ["DeleteEvent"]
], ],
[ [
"month", 1000, "destroy_nation", 1000,
["Date", "==", 181, 12], ["and",
["ChangeCity", "occupied", { ["Date", ">=", 183, 1],
"pop": "+60000", ["RemainNation", "==", 1]
"agri": "+1200", ],
"comm": "+1200" ["BlockScoutAction"],
}] ["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, "destroy_nation", 1000,