init: 剧情事件协作 Web 编辑器独立仓(从 SGame/tools/event_authoring 拆出)
This commit is contained in:
12
ir_dictionary.json
Normal file
12
ir_dictionary.json
Normal 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 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user