{ "pool_template":[ { "name":"随机", "id":"random" }, { "name":"按颜色", "id":"byColor" } ], "coll_template":[ { "name":"贝塞尔飞行收集", "id":"bezier", "fields":{ "动画":{"id":"anim","type":"list", "src":"animations"}, "曲度":{"id":"p1","type":"input","default":"1.2"}, "下探幅度":{"id":"p2","type":"input","default":"1.0"}, "节点":{"id":"node","type":"input"}, "阴影":{"id":"shade","type":"input"} } }, { "name":"直线飞行收集", "id":"line", "fields":{ "动画":{"id":"anim","type":"list", "src":"animations"}, "节点":{"id":"node","type":"input"}, "阴影":{"id":"shade","type":"input"} } } ], "event_template": [ { "name":"旁消", "id":"adjBeat" }, { "name":"特殊消", "id":"stampBeat" } ], "action_template":[ { "name":"目标达成", "id":"goalFinished", "fields":{ "执行动作":{"id":"action","type":"list","src":"animations","default":""} } }, { "name":"消除后生成其他", "id":"spawn", "fields":{ "生成类型":{"id":"type","type":"input"}, "生成数量":{"id":"num","type":"input"} } } ] }