feat: 시나리오 event 포맷에서 target, priority 추가

This commit is contained in:
2022-01-24 21:37:47 +09:00
parent ef0360f4ba
commit eb09ed9a6d
10 changed files with 73 additions and 46 deletions
+2
View File
@@ -15,11 +15,13 @@
},
"events":[
[
"month", 1000,
["or", ["Date", "==", null, 12], ["Date", "==", null, 6]],
["CreateManyNPC", 10, 10],
["DeleteEvent"]
],
[
"month", 1000,
["Date", "==", 181, 1],
["RaiseNPCNation"],
["DeleteEvent"]