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": "【공백지】 충차전",
"extends": ["extensions/events/standard.json", "extensions/initial-events/research.json"],
"startYear": 180,
"map": {
"mapName": "che",
@@ -11,35 +12,5 @@
"history": ["<C>●</>180년 1월:<L><b>【이벤트】</b></>병기로 싸운다! 최고의 충차 지휘관을 가린다"],
"const": {
"npcBanMessageProb": 1
},
"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"]]]
}
}