refactor: compose shared scenario event and item packs

This commit is contained in:
2026-07-30 02:27:27 +00:00
parent b0b40b87aa
commit 971661338f
82 changed files with 756 additions and 2924 deletions
+2 -31
View File
@@ -1,5 +1,6 @@
{
"title": "【역사모드1】 황건적의 난",
"extends": ["extensions/events/standard.json", "extensions/initial-events/research.json"],
"startYear": 181,
"life": 1,
"fiction": 0,
@@ -694,35 +695,5 @@
[22, "희지재", "default.jpg", 0, null, 24, 5, 86, 0, 157, 194, null, null]
],
"cities": [],
"history": ["<C>●</>184년 1월:<L><b>【역사모드1】</b></>황건적의 난", "<C>●</>184년 1월:<Y><b>【황건적】</b></>전국 각지에서 황건적이 들고 일어서고 있습니다."],
"initialEvents": [
[
true,
[
"ChangeCity",
"free",
{
"pop": "70%",
"agri": "70%",
"comm": "70%",
"secu": "70%",
"trust": 80
}
],
[
"ChangeCity",
"occupied",
{
"pop": "70%",
"agri": "70%",
"comm": "70%",
"secu": "70%",
"trust": 80,
"def": "70%",
"wall": "70%"
}
]
]
],
"events": [["destroy_nation", 1000, ["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]], ["BlockScoutAction"], ["DeleteEvent"]]]
"history": ["<C>●</>184년 1월:<L><b>【역사모드1】</b></>황건적의 난", "<C>●</>184년 1월:<Y><b>【황건적】</b></>전국 각지에서 황건적이 들고 일어서고 있습니다."]
}