~ubuntu-branches/ubuntu/saucy/rrootage/saucy

« back to all changes in this revision

Viewing changes to rr_share/reversible/[ketsui]_r3_boss_fastspread.xml

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz
  • Date: 2005-04-07 02:21:00 UTC
  • Revision ID: james.westby@ubuntu.com-20050407022100-uokbm0q4wxf9iad3
Tags: upstream-0.23a
ImportĀ upstreamĀ versionĀ 0.23a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
<action label="top">
 
8
        <actionRef label="spr">
 
9
                <param>1</param>
 
10
        </actionRef>
 
11
        <wait>45</wait>
 
12
        <actionRef label="spr">
 
13
                <param>-1</param>
 
14
        </actionRef>
 
15
        <wait>45</wait>
 
16
</action>
 
17
 
 
18
<action label="spr">
 
19
        <fire>
 
20
                <direction>(-10)*$1</direction>
 
21
                <speed>1.0</speed>
 
22
                <bullet/>
 
23
        </fire>
 
24
        <repeat><times>3+$rank*12</times>
 
25
        <action>
 
26
                <fire>
 
27
                        <direction type="sequence">12*$1</direction>    
 
28
                        <speed type="sequence">-0.06</speed>
 
29
                        <bullet/>
 
30
                </fire>
 
31
        </action>
 
32
        </repeat>
 
33
</action>
 
34
 
 
35
</bulletml>