home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
Parsec47
/
Parsec47.exe
/
p47
/
middle
/
double_roll_seeds.xml
< prev
next >
Wrap
Extensible Markup Language
|
2003-12-05
|
1KB
|
48 lines
<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
<bulletml type="vertical"
xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
<action label="top1">
<actionRef label="seed">
<param>1</param>
</actionRef>
</action>
<action label="top2">
<actionRef label="seed">
<param>-1</param>
</actionRef>
</action>
<action label="seed">
<fire>
<direction type="absolute">0</direction>
<bulletRef label="aim90"/>
</fire>
<fire>
<direction type="absolute">180</direction>
<bulletRef label="aim90"/>
</fire>
<repeat><times>99</times>
<action>
<wait>32-16*$rank</wait>
<fire>
<direction type="sequence">(15-$rank*8)*$1</direction>
<bulletRef label="aim90"/>
</fire>
<fire>
<direction type="sequence">180</direction>
<bulletRef label="aim90"/>
</fire>
</action>
</repeat>
</action>
<bullet label="aim90">
<speed>1.2</speed>
</bullet>
</bulletml>