#概要
bulletml.jsの研究です。
技を調査。
#回転砲台
<bulletml>
<action label="top">
<repeat>
<times>22</times>
<action>
<fire>
<direction type="sequence">23</direction>
<bullet>
<action>
<changeDirection>
<direction type="sequence">0</direction>
<term>0</term>
</changeDirection>
</action>
</bullet>
</fire>
<repeat>
<times>100</times>
<action>
<fire>
<direction type="sequence">23</direction>
<bullet>
<action>
<changeDirection>
<direction type="sequence">0</direction>
<term>0</term>
</changeDirection>
</action>
</bullet>
</fire>
<wait>5</wait>
</action>
</repeat>
<wait>200</wait>
</action>
</repeat>
</action>
</bulletml>
発射方向を変化させながら連続で撃つ攻撃です。
弾が螺旋状になることから、渦巻き弾とも呼ばれます。
#成果物
以上。