Add standard examples.
[python-bulletml.git] / examples / boss / [XEVIOUS]_garu_zakato.xml
diff --git a/examples/boss/[XEVIOUS]_garu_zakato.xml b/examples/boss/[XEVIOUS]_garu_zakato.xml
new file mode 100644 (file)
index 0000000..aa65939
--- /dev/null
@@ -0,0 +1,63 @@
+<?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
+<action label="top">\r
+<fire>\r
+ <direction type="absolute">180</direction>\r
+ <speed>3</speed>\r
+ <bulletRef label="gzc"/>\r
+</fire>\r
+</action>\r
+\r
+<bullet label="gzc">\r
+<action>\r
+<wait>10+$rand*10</wait>\r
+<repeat><times>16</times>\r
+<action>\r
+ <fire>\r
+  <direction type="sequence">360/16</direction>\r
+  <bulletRef label="spr"/>\r
+ </fire>\r
+</action>\r
+</repeat>\r
+<repeat><times>4</times>\r
+<action>\r
+ <fire>\r
+  <direction type="sequence">90</direction>\r
+  <bulletRef label="hrmSpr"/>\r
+ </fire>\r
+</action>\r
+</repeat>\r
+<vanish/>\r
+</action>\r
+</bullet>\r
+\r
+<bullet label="spr">\r
+<speed>2</speed>\r
+</bullet>\r
+\r
+<bullet label="hrmSpr">\r
+<speed>0</speed>\r
+<action>\r
+<changeSpeed>\r
+ <speed>2</speed>\r
+ <term>60</term>\r
+</changeSpeed>\r
+</action>\r
+<action>\r
+<repeat><times>9999</times>\r
+<action>\r
+ <changeDirection>\r
+  <direction type="aim">0</direction>\r
+  <term>40</term>\r
+ </changeDirection>\r
+ <wait>1</wait>\r
+</action>\r
+</repeat>\r
+</action>\r
+</bullet>\r
+\r
+</bulletml>\r