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

« back to all changes in this revision

Viewing changes to rr_share/normal/beewinder.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="topl">
 
8
 <actionRef label="seed">
 
9
  <param>1.6</param>
 
10
 </actionRef>
 
11
</action>
 
12
 
 
13
<action label="topr">
 
14
 <actionRef label="seed">
 
15
  <param>0-1.6</param>
 
16
 </actionRef>
 
17
</action>
 
18
 
 
19
<action label="seed">
 
20
 <fire>
 
21
  <direction>(19+$rank*19)*$1</direction>
 
22
  <bulletRef label="nrm"/>
 
23
 </fire>
 
24
 <repeat> <times>12</times>
 
25
 <action>
 
26
  <wait>8</wait>
 
27
  <fire>
 
28
   <direction type="sequence">(0-0.5-$rank*2.5)*$1</direction>
 
29
   <bulletRef label="nrm"/>
 
30
  </fire>
 
31
 </action>
 
32
 </repeat>
 
33
 <repeat> <times>12</times>
 
34
 <action>
 
35
  <wait>8</wait>
 
36
  <fire>
 
37
   <direction type="sequence">(0.5+$rank*2.5)*$1</direction>
 
38
   <bulletRef label="nrm"/>
 
39
  </fire>
 
40
 </action>
 
41
 </repeat>
 
42
</action>
 
43
 
 
44
<bullet label="nrm">
 
45
 <speed>1.5</speed>
 
46
</bullet>
 
47
 
 
48
</bulletml>