Add standard examples.
[python-bulletml.git] / examples / boss / [Progear]_round_5_boss_last_round_wave.xml
1 <?xml version="1.0" ?>
2 <!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
3
4 <bulletml type="horizontal"
5 xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
6
7 <action label="top">
8 <repeat><times>2+$rank*1.5</times>
9 <action>
10 <fire>
11 <bulletRef label="rfRkt"/>
12 </fire>
13 <wait>45</wait>
14 </action>
15 </repeat>
16 <wait>60</wait>
17 </action>
18
19 <bullet label="rfRkt">
20 <action>
21 <repeat><times>9999</times>
22 <action>
23 <wait>1</wait>
24 <fire>
25 <direction type="sequence">13</direction>
26 <bullet/>
27 </fire>
28 </action>
29 </repeat>
30 </action>
31 </bullet>
32
33 </bulletml>