daiou_r1_boss_2.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="bl_seed"/>
 </fire>
 <fire>
  <direction type="absolute">270</direction>
  <bulletRef label="bl_seed"/>
 </fire>
 <wait>25</wait>
</action>

<bullet label="bl_seed">
<speed>24</speed>
<action>
 <wait>1</wait>
 <fire>
  <bullet>
   <speed>0</speed>
   <actionRef label="bl"/>
  </bullet>
 </fire>
 <vanish/>
</action>
</bullet>

<action label="bl">
 <fire>
  <direction type="aim">-30</direction>
  <speed type="absolute">1</speed>
  <bullet/>
 </fire>
 <repeat> <times>2</times>
 <action>
  <fire>
   <direction type="sequence">30</direction>
   <speed type="relative">0</speed>
   <bullet/>
  </fire>
 </action>
 </repeat>
 <wait>4</wait>
 <repeat> <times>3+$rank*6</times>
  <action>
  <fire>
   <direction type="aim">-30</direction>
   <speed type="relative">0.4</speed>
   <bullet/>
  </fire>
  <repeat> <times>2</times>
  <action>
   <fire>
    <direction type="sequence">30</direction>
    <speed type="relative">0</speed>
    <bullet/>
   </fire>
  </action>
  </repeat>
  <wait>4</wait>
 </action>
 </repeat>
 <vanish/>
</action>

</bulletml>
-