12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "pool_template":[
- {
- "name":"随机",
- "id":"1"
- },
- {
- "name":"按颜色",
- "id":"2"
- }
- ],
- "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":"adj"
- },
- {
- "name":"特殊消",
- "id":"stamp"
- }
- ],
- "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"}
- }
- }
- ]
- }
|