<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "../barrage.dtd">

<barrage>
<barrageInfo>
 <filename>bb08-las1+</filename>
 <group>KotuAnzenX</group>
 <title>ラスボスっぽい弾幕1+</title>
 <description>1が五方向弾を撃たなくなった代わりに、後方にも弾を発射するようになります。</description>
 <capture>下で待っていれば道が出来るので、そこを突破。</capture>
</barrageInfo>
<barrageStyle>
 <bulletLanguage name="bulletml" />
</barrageStyle>

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

<action label="top">
 <fireRef label="seed"><param>0</param><param>0</param></fireRef>
 <fireRef label="seed"><param>90</param><param>0</param></fireRef>
 <fireRef label="seed"><param>180</param><param>0</param></fireRef>
 <fireRef label="seed"><param>270</param><param>0</param></fireRef>
 <fireRef label="seed"><param>0</param><param>120</param></fireRef>
 <fireRef label="seed"><param>90</param><param>120</param></fireRef>
 <fireRef label="seed"><param>180</param><param>120</param></fireRef>
 <fireRef label="seed"><param>270</param><param>120</param></fireRef>
 <fireRef label="seed"><param>0</param><param>240</param></fireRef>
 <fireRef label="seed"><param>90</param><param>240</param></fireRef>
 <fireRef label="seed"><param>180</param><param>240</param></fireRef>
 <fireRef label="seed"><param>270</param><param>240</param></fireRef>
 <wait>600</wait>
</action>

<fire label="seed">
 <speed>4</speed>
 <direction type="absolute">$1+45</direction>
 <bulletRef label="stop"><param>$1</param><param>$2</param></bulletRef>
</fire>

<bullet label="stop">
 <action>
  <changeSpeed>
   <speed>0</speed>
   <term>10</term>
  </changeSpeed>
  <actionRef label="web"><param>$1</param><param>$2</param></actionRef>
 </action>
</bullet>

<action label="web">
 <fire>
  <speed>1+$rank</speed>
  <direction type="absolute">$1+$2</direction>
  <bullet/>
 </fire>
 <wait>2</wait>
 <repeat><times>99+$rank*200</times>
  <action>
   <fire>
    <speed>0.5+$rank</speed>
    <direction type="sequence">4.1</direction>
    <bullet/>
   </fire>
   <wait>2</wait>
  </action>
 </repeat>
 <vanish/>
</action>

</bulletml>
</barrage>