daiou_r1_boss_l.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="top1">
 <repeat> <times>128</times>
 <action>
  <wait>4</wait>
  <actionRef label="four">
   <param>$rand*90+135</param>
  </actionRef>
 </action>
 </repeat>
</action>

<action label="four">
 <fire>
  <direction type="absolute">90</direction>
  <speed>6</speed>
  <bulletRef label="rb">
   <param>$1</param>
  </bulletRef>
 </fire>
 <repeat> <times>3</times>
 <action>
  <fire>
   <direction type="sequence">60</direction>
   <speed>6</speed>
   <bulletRef label="rb">
    <param>$1</param>
   </bulletRef>
  </fire>
 </action>
 </repeat>
</action>

<bullet label="rb">
 <actionRef label="red">
  <param>$1+$rand*20-10</param>
 </actionRef>
</bullet>

<action label="red">
 <wait>1</wait>
 <fire>
  <direction type="absolute">$1</direction>
  <speed>1.2+$rank</speed>
  <bullet/>
 </fire>
 <vanish/>
</action>

<action label="top2">
 <repeat> <times>4</times>
 <action>
  <wait>160</wait>
  <fire>
   <bulletRef label="sht">
    <param>1.2</param>
   </bulletRef>
  </fire>
  <wait>80</wait>
 </action>
 </repeat>
</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>

<action label="top3">
 <repeat> <times>4</times>
 <action>
  <fire>
   <direction type="absolute">90</direction>
   <bulletRef label="rd_seed">
    <param>-5</param>
    <param>-5</param>
   </bulletRef>
  </fire>
  <fire>
   <direction type="absolute">270</direction>
   <bulletRef label="rd_seed">
    <param>5</param>
    <param>5</param>
   </bulletRef>
  </fire>
  <wait>240</wait>
 </action>
 </repeat>
</action>

<bullet label="rd_seed">
<speed>3</speed>
<action>
 <wait>1</wait>
 <fire>
  <speed>0</speed>
  <bulletRef label="rd_seed2"/>
 </fire>
 <fire>
  <speed>0</speed>
  <bulletRef label="bd_seed">
   <param>0</param>
   <param>$2</param>
  </bulletRef>
 </fire>
 <fire>
  <speed>0</speed>
  <bulletRef label="bd_seed">
   <param>$1</param>
   <param>$2</param>
  </bulletRef>
 </fire>
 <vanish/>
</action>
</bullet>

<bullet label="rd_seed2">
<action>
 <repeat> <times>5</times>
 <action>
  <repeat> <times>3</times>
  <action>
   <fire>
    <direction type="absolute">180</direction>
    <speed>1.2</speed>
    <bullet/>
   </fire>
   <wait>4</wait>
  </action>
  </repeat>
 <wait>12</wait>
 </action>
 </repeat>
 <vanish/>
</action>
</bullet>

<bullet label="bd_seed">
<action>
 <fire>
  <direction>$2</direction>
  <speed>0.6</speed>
  <bullet/>
 </fire>
 <repeat> <times>11</times>
 <action>
  <fire>
   <direction type="sequence">$1</direction>
   <speed type="sequence">0.2</speed>
   <bullet/>
  </fire>
  <wait>4</wait>
 </action>
 </repeat>
 <vanish/>
</action>
</bullet>

</bulletml>
-