부대 이동 관련 초기 코드

This commit is contained in:
2024-09-17 00:48:54 +09:00
parent 86f1805160
commit 04a7a34fcc
7 changed files with 235 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
{
"title":"【이벤트】 축지",
"startYear":180,
"map":{
"mapName":"miniche"
},
"history":[
"<C>●</>180년 1월:<L><b>【이벤트】</b></>부대를 통해 빠르게 이동할 수 있습니다."
],
"const": {
"joinRuinedNPCProp":0,
"npcBanMessageProb":1,
"scenarioEffect": "event_UnlimitedDefenceThresholdChange",
"staticEventHandlers": {
"Command/General/che_부대탑승": [
"event_부대탑승즉시이동"
],
"Command/Nation/che_발령": [
"event_부대발령즉시집합"
]
}
},
"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"]
]
]
}