Add TriggerV2

This commit is contained in:
Kwaroran
2025-02-15 21:29:37 +09:00
parent dffc5ee65e
commit d2fce340bb
14 changed files with 3087 additions and 38 deletions

View File

@@ -607,7 +607,21 @@ export function createBlankChar():character{
scenario:"",
firstMsgIndex: -1,
replaceGlobalNote: "",
triggerscript: [],
triggerscript: [{
comment: "",
type: "manual",
conditions: [],
effect: [{
type: "v2Header",
code: "",
indent: 0
}]
}, {
comment: "New Event",
type: 'manual',
conditions: [],
effect: []
}],
additionalText: ''
}
}