Add standard examples.
[python-bulletml.git] / examples / boss / [Psyvariar]_X-A_boss_winder.xml
diff --git a/examples/boss/[Psyvariar]_X-A_boss_winder.xml b/examples/boss/[Psyvariar]_X-A_boss_winder.xml
new file mode 100644 (file)
index 0000000..54a718d
--- /dev/null
@@ -0,0 +1,69 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml type="vertical"\r
+          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+\r
+<bullet label="winderBullet">\r
+ <speed>3</speed>\r
+</bullet>\r
+\r
+<fire label="fireWinder">\r
+ <direction type="sequence">$1</direction>\r
+ <bulletRef label="winderBullet"/>\r
+</fire>\r
+\r
+<action label="roundWinder">\r
+ <fireRef label="fireWinder">\r
+  <param>$1</param>\r
+ </fireRef>\r
+ <repeat> <times>11</times>\r
+ <action>\r
+  <fireRef label="fireWinder">\r
+   <param>30</param>\r
+  </fireRef>\r
+ </action>\r
+ </repeat>\r
+ <wait>5</wait>\r
+</action>\r
+\r
+<action label="winderSequence">\r
+<repeat> <times>12</times>\r
+<actionRef label="roundWinder">\r
+ <param>30</param>\r
+</actionRef>\r
+</repeat>\r
+<repeat> <times>12</times>\r
+<actionRef label="roundWinder">\r
+ <param>$1</param>\r
+</actionRef>\r
+</repeat>\r
+<repeat> <times>12</times>\r
+<actionRef label="roundWinder">\r
+ <param>30</param>\r
+</actionRef>\r
+</repeat>\r
+</action>\r
+\r
+<action label="top1">\r
+<fire>\r
+ <direction type="absolute">2</direction>\r
+ <bulletRef label="winderBullet"/>\r
+</fire>\r
+<actionRef label="winderSequence">\r
+ <param>31</param>\r
+</actionRef>\r
+</action>\r
+\r
+\r
+<action label="top2">\r
+<fire>\r
+ <direction type="absolute">-2</direction>\r
+ <bulletRef label="winderBullet"/>\r
+</fire>\r
+<actionRef label="winderSequence">\r
+ <param>29</param>\r
+</actionRef>\r
+</action>\r
+\r
+</bulletml>\r