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

<barrage>
<barrageInfo>
 <filename>tsx_awtt</filename>
 <group>KotuAnzenX</group>
 <title>尼魏主様・東方風味</title>
 <description>ぐわんげラスボス、尼魏主の攻撃を東方テイストにしてみました。ちなみにぐわんげは携帯でしかやったことはありません。</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">
 <repeat><times>10</times>
  <action>
   <actionRef label="shot"><param>1</param></actionRef>
   <wait>120</wait>
   <actionRef label="shot"><param>-1</param></actionRef>
   <wait>120</wait>
  </action>
 </repeat>
</action>

<bullet label="turn">
 <action>
  <repeat><times>20</times>
  <action>
  <repeat><times>4</times>
   <action>
    <changeDirection>
     <direction type="relative">$1*2</direction>
     <term>1</term>
    </changeDirection>
    <wait>1</wait>
   </action>
  </repeat>
  <changeDirection>
   <direction type="relative">$1*2</direction>
   <term>1</term>
  </changeDirection>
  <fire>
   <speed type="absolute">0.1</speed>
   <direction type="relative">$1*45</direction>
   <bulletRef label="turbo"/>
  </fire>
  <repeat><times>3</times>
   <action>
    <fire>
     <speed type="absolute">0.1</speed>
     <direction type="sequence">$1*90</direction>
     <bulletRef label="turbo"/>
    </fire>
   </action>
  </repeat>
  <wait>1</wait>
 </action>
 </repeat>
 </action>
</bullet>

<bullet label="turbo">
 <action>
  <wait>30</wait>
  <changeSpeed>
   <speed>0.5+$rank*2</speed>
   <term>30</term>
  </changeSpeed>
 </action>
</bullet>

<action label="shot">
 <fire>
  <speed type="absolute">3</speed>
  <direction type="sequence">52</direction>
  <bulletRef label="turn"><param>$1</param></bulletRef>
 </fire>
 <repeat><times>7</times>
  <action>
   <fire>
    <speed type="sequence">0</speed>
    <direction type="sequence">45</direction>
    <bulletRef label="turn"><param>$1</param></bulletRef>
   </fire>
  </action>
 </repeat>
</action>

</bulletml>
</barrage>