daiou_r1_boss_5.xml (c) Kenta Cho(ABA."Saba") ABA Games
<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">

<bulletml type="vertical"
          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">

<action label="top">
 <fire>
  <direction type="absolute">90</direction>
  <bulletRef label="seed2"/>
 </fire>
 <fire>
  <direction type="absolute">270</direction>
  <bulletRef label="seed2"/>
 </fire>
 <wait>10</wait>
</action>

<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</speed>
<action>
 <wait>90</wait>
 <changeSpeed>
  <speed>0.8</speed>
  <term>10</term>
 </changeSpeed>
 <wait>5</wait>
 <changeDirection>
  <direction type="sequence">1.2</direction>
  <term>9999</term>
 </changeDirection>
</action>
<action>
 <repeat> <times>112</times>
 <action>
  <fire>
   <direction type="sequence">180-10</direction>
   <bullet/>
  </fire>
  <fire>
   <direction type="sequence">180</direction>
   <bullet/>
  </fire>
  <wait>5</wait>
 </action>
 </repeat>
</action>
<action>
 <repeat> <times>5</times>
 <action>
  <fire>
   <bulletRef label="tw"/>
  </fire>
  <wait>138</wait>
 </action>
 </repeat>
 <vanish/>
</action>
</bullet>

<bullet label="tw">
 <action>
  <fire>
   <bullet>
    <direction>-5</direction>
   </bullet>
  </fire>
  <repeat> <times>2</times>
  <action>
   <fire>
    <bullet>
     <direction type="sequence">5</direction>
    </bullet>
   </fire>
  </action>
  </repeat>
 <vanish/>
 </action>
</bullet>

</bulletml>
-