daiou_r1_boss_4.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>
  <bulletRef label="round_seed"/>
 </fire>
 <fire>
  <bulletRef label="sht">
   <param>0.8</param>
  </bulletRef>
 </fire>
 <wait>120</wait>
 <fire>
  <bulletRef label="round_seed"/>
 </fire>
 <fire>
  <bulletRef label="sht">
   <param>1.0</param>
  </bulletRef>
 </fire>
 <wait>120</wait>
 <fire>
  <bulletRef label="round_seed"/>
 </fire>
 <fire>
  <bulletRef label="sht">
   <param>1.2</param>
  </bulletRef>
 </fire>
 <wait>25</wait>
</action>

<bullet label="sht">
<action>
 <repeat> <times>16</times>
 <action>
  <fire>
   <direction>$rand*16-8</direction>
   <speed>$1+$rand*$1</speed>
   <bullet/>
  </fire>
 </action>
 </repeat>
 <vanish/>
</action>
</bullet>

<bullet label="round_seed">
<speed>0</speed>
<action>
 <fire>
  <direction>0</direction>
  <bulletRef label="two"/>
 </fire>
 <repeat> <times>15</times>
 <action>
  <fire>
   <direction type="sequence">22.5</direction>
   <bulletRef label="two"/>
  </fire>
 </action>
 </repeat>
 <vanish/>
</action>
</bullet>

<bullet label="two">
<action>
 <fire>
  <direction type="relative">-4</direction>
  <speed>0.8</speed>
  <bullet/>
 </fire>
 <fire>
  <direction type="relative">4</direction>
  <speed>0.8</speed>
  <bullet/>
 </fire>
 <vanish/>
</action>
</bullet>

</bulletml>
-