init: 剧情事件协作 Web 编辑器独立仓(从 SGame/tools/event_authoring 拆出)

This commit is contained in:
bia
2026-06-08 16:50:27 +08:00
commit f5669dc01d
32 changed files with 3497 additions and 0 deletions

12
ir_dictionary.json Normal file
View File

@ -0,0 +1,12 @@
{
"_note": "语义词典(条件/奖励 kind -> 真实 ID/形态)。编译器与 Web 前端共读。新增查表类 kind 只改本文件;需引擎特例的标 engine:true 并在报告提示。",
"conditions": {
"银两": { "id": "V19", "ops": { ">=": "2" } }
},
"grants": {
"银两": { "form": "money", "id": "V19" },
"道具": { "form": "item" },
"友好度": { "form": "friend", "id": "V15", "needs_target": true },
"入门": { "form": "join", "code": "JoinToPlayerSch", "needs_target": true }
}
}