<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
<bulletml
xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
<action label="top">
<fire>
<direction type="absolute">180</direction>
<speed>18</speed>
<bulletRef label="seed"/>
</fire>
<wait>1000</wait>
</action>
<bullet label="seed">
<action>
<wait>1</wait>
<fire>
<direction type="relative">0</direction>
<bulletRef label="seed2"/>
</fire>
<fire>
<direction type="relative">180</direction>
<bulletRef label="seed2"/>
</fire>
<vanish/>
</action>
</bullet>
<bullet label="seed2">
<speed>18</speed>
<action>
<wait>1</wait>
<fire>
<direction type="relative">90</direction>
<bulletRef label="seed3"/>
</fire>
<vanish/>
</action>
</bullet>
<bullet label="seed3">
<speed>0.8</speed>
<action>
<changeDirection>
<direction type="sequence">1.2</direction>
<term>9999</term>
</changeDirection>
<repeat> <times>200</times>
<action>
<fire>
<direction type="sequence">180-12</direction>
<bullet/>
</fire>
<fire>
<direction type="sequence">180</direction>
<bullet/>
</fire>
<wait>4</wait>
</action>
</repeat>
</action>
<action>
<repeat> <times>12</times>
<action>
<fire>
<bullet>
<direction>-8</direction>
</bullet>
</fire>
<repeat> <times>4</times>
<action>
<fire>
<bullet>
<direction type="sequence">4</direction>
</bullet>
</fire>
</action>
</repeat>
<wait>80</wait>
</action>
</repeat>
</action>
</bullet>
</bulletml>