Files
core/hwe/scenario/scenario_911.json
T

66 lines
1.8 KiB
JSON

{
"title":"【이벤트】 축지",
"startYear":180,
"map":{
"mapName":"miniche",
"unitSet":"che_except_siege"
},
"history":[
"<C>●</>180년 1월:<L><b>【이벤트】</b></>부대를 통해 빠르게 이동할 수 있습니다."
],
"const": {
"joinRuinedNPCProp":0,
"npcBanMessageProb":1,
"scenarioEffect": "event_UnlimitedDefenceThresholdChange",
"staticEventHandlers": {
"sammo\\API\\Troop\\JoinTroop": [
"event_부대탑승즉시이동"
],
"sammo\\Command\\Nation\\che_발령": [
"event_부대발령즉시집합"
]
},
"incDefSettingChange": 10,
"maxDefSettingChange": 30,
"refreshLimitCoef": 20
},
"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"]
]
]
}