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

« back to all changes in this revision

Viewing changes to rr_share/morph/[ketsui]_r4_boss_change_aim.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
        <changeSpeed>
 
9
                <speed>0.2</speed>
 
10
                <term>10+$rank*25</term>
 
11
        </changeSpeed>
 
12
        <wait>10+$rank*25</wait>
 
13
        <fire>
 
14
                <speed>0.2</speed>
 
15
                <bulletRef label="accel"/>
 
16
        </fire>
 
17
        <vanish/>
 
18
</action>
 
19
 
 
20
<bullet label="accel">
 
21
        <action>
 
22
                <changeDirection>
 
23
                        <direction>0</direction>
 
24
                        <term>10</term>
 
25
                </changeDirection>
 
26
                <wait>6</wait>
 
27
                <changeSpeed>
 
28
                        <speed>1+$rank*0.3</speed>
 
29
                        <term>20</term>
 
30
                </changeSpeed>
 
31
        </action>
 
32
</bullet>
 
33
 
 
34
</bulletml>