@@ -42,6 +42,10 @@
{
"name":"特殊消",
"id":"stampBeat"
+ },
+ {
+ "name":"收集到",
+ "id":"collect"
}
],
"action_template":[
@@ -59,6 +63,14 @@
"生成类型":{"id":"type","type":"input"},
"生成数量":{"id":"num","type":"input"}
+ "name":"收集到特定类型元素",
+ "id":"collect",
+ "fields":{
+ "元素类型":{"id":"target","type":"input"},
+ "到达之后的特效":{"id":"efx","type":"list", "src":"animations"}
+ }
]