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

This commit is contained in:
2022-02-05 07:43:27 +00:00
committed by Gitea
parent 4e359f5eb9
commit 3e4cf764c8
10 changed files with 73 additions and 46 deletions
+2
View File
@@ -8,11 +8,13 @@
},
"events":[
[
"month", 1000,
["or", ["Date", "==", null, 12], ["Date", "==", null, 6]],
["CreateManyNPC", 10, 10],
["DeleteEvent"]
],
[
"month", 1000,
["Date", "==", 181, 1],
["RaiseNPCNation"],
["DeleteEvent"]