Add standard examples.
[python-bulletml.git] / examples / boss / [Progear]_round_4_boss_fast_rocket.xml
diff --git a/examples/boss/[Progear]_round_4_boss_fast_rocket.xml b/examples/boss/[Progear]_round_4_boss_fast_rocket.xml
new file mode 100644 (file)
index 0000000..ecef425
--- /dev/null
@@ -0,0 +1,75 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml type="horizontal"\r
+          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+\r
+<action label="fireRoot">\r
+<fire>\r
+ <direction type="absolute">$1</direction>\r
+ <speed>0.2</speed>\r
+ <bulletRef label="rootBl"/>\r
+</fire>\r
+<repeat> <times>3</times>\r
+<action>\r
+<fire>\r
+ <direction type="absolute">$1</direction>\r
+ <speed type="sequence">0.4</speed>\r
+ <bulletRef label="rootBl"/>\r
+</fire>\r
+</action>\r
+</repeat>\r
+</action>\r
+\r
+<action label="top">\r
+<actionRef label="fireRoot">\r
+ <param>$rand*16</param>\r
+</actionRef>\r
+<actionRef label="fireRoot">\r
+ <param>180+$rand*16</param>\r
+</actionRef>\r
+<wait>120</wait>\r
+</action>\r
+\r
+<bullet label="rootBl">\r
+<action>\r
+<wait>40</wait>\r
+<fire>\r
+ <direction type="absolute">274+$rand*4</direction>\r
+ <bulletRef label="rocket"/>\r
+</fire>\r
+<vanish/>\r
+</action>\r
+</bullet>\r
+\r
+<bullet label="rocket">\r
+<speed>5+$rand</speed>\r
+<action>\r
+<repeat> <times>9999</times>\r
+ <action>\r
+ <fire>\r
+  <direction type="absolute">0</direction>\r
+  <speed>1</speed>\r
+  <bulletRef label="downAccel"/>\r
+ </fire>\r
+ <fire>\r
+  <direction type="absolute">60</direction>\r
+  <speed>1.8</speed>\r
+  <bulletRef label="downAccel"/>\r
+ </fire>\r
+ <wait>3</wait>\r
+</action>\r
+</repeat>\r
+</action>\r
+</bullet>\r
+\r
+<bullet label="downAccel">\r
+<action>\r
+<accel>\r
+<vertical>2.7</vertical>\r
+<term>120</term>\r
+</accel>\r
+</action>\r
+</bullet>\r
+\r
+</bulletml>\r