Files
story-edit-web/ir_dictionary.json

13 lines
544 B
JSON

{
"_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 }
}
}