daiou_r1_boss_3.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">270</direction>
  <bulletRef label="bm_seed"/>
 </fire>
 <wait>20</wait>
 <fire>
  <direction type="absolute">90</direction>
  <bulletRef label="bm_seed"/>
 </fire>
 <wait>32</wait>
</action>

<bullet label="bm_seed">
<speed>24</speed>
<action>
 <wait>1</wait>
 <fire>
  <bullet>
   <direction type="absolute">180</direction>
   <speed>2</speed>
   <actionRef label="bm"/>
  </bullet>
 </fire>
 <vanish/>
</action>
</bullet>

<action label="bm">
 <changeSpeed>
  <speed>0</speed>
  <term>50</term>
 </changeSpeed>
 <wait>45</wait>
 <fire>
  <bulletRef label="round">
   <param>1.1</param>
   <param>0</param>
  </bulletRef>
 </fire>
 <fire>
  <bulletRef label="round">
   <param>0.9</param>
   <param>7</param>
  </bulletRef>
 </fire>
 <fire>
  <bulletRef label="round">
   <param>0.7</param>
   <param>14</param>
  </bulletRef>
 </fire>
 <vanish/>
</action>
 
<bullet label="round">
<speed>0</speed>
<action>
 <fire>
  <direction type="absolute">$2</direction>
  <speed>$1</speed>
  <bullet/>
 </fire>
 <repeat> <times>15</times>
 <action>
  <fire>
   <direction type="sequence">22.5</direction>
   <speed>$1</speed>
   <bullet/>
  </fire>
 </action>
 </repeat>
 <vanish/>
</action>
</bullet>

</bulletml>
-