Add standard examples.
[python-bulletml.git] / examples / boss / [Psyvariar]_X-A_boss_winder.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="vertical"
5 xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
6
7 <bullet label="winderBullet">
8 <speed>3</speed>
9 </bullet>
10
11 <fire label="fireWinder">
12 <direction type="sequence">$1</direction>
13 <bulletRef label="winderBullet"/>
14 </fire>
15
16 <action label="roundWinder">
17 <fireRef label="fireWinder">
18 <param>$1</param>
19 </fireRef>
20 <repeat> <times>11</times>
21 <action>
22 <fireRef label="fireWinder">
23 <param>30</param>
24 </fireRef>
25 </action>
26 </repeat>
27 <wait>5</wait>
28 </action>
29
30 <action label="winderSequence">
31 <repeat> <times>12</times>
32 <actionRef label="roundWinder">
33 <param>30</param>
34 </actionRef>
35 </repeat>
36 <repeat> <times>12</times>
37 <actionRef label="roundWinder">
38 <param>$1</param>
39 </actionRef>
40 </repeat>
41 <repeat> <times>12</times>
42 <actionRef label="roundWinder">
43 <param>30</param>
44 </actionRef>
45 </repeat>
46 </action>
47
48 <action label="top1">
49 <fire>
50 <direction type="absolute">2</direction>
51 <bulletRef label="winderBullet"/>
52 </fire>
53 <actionRef label="winderSequence">
54 <param>31</param>
55 </actionRef>
56 </action>
57
58
59 <action label="top2">
60 <fire>
61 <direction type="absolute">-2</direction>
62 <bulletRef label="winderBullet"/>
63 </fire>
64 <actionRef label="winderSequence">
65 <param>29</param>
66 </actionRef>
67 </action>
68
69 </bulletml>