home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
TumikiFighters
/
tf0_2.exe
/
tf
/
barrage
/
basic
/
fan.xml
< prev
next >
Wrap
Extensible Markup Language
|
2004-05-15
|
740b
|
35 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="top">
<fire>
<direction type="relative">0</direction>
<bullet/>
</fire>
<repeat> <times>$rank*9.9+1</times>
<action>
<fire>
<direction type="sequence">2</direction>
<bullet/>
</fire>
</action>
</repeat>
<fire>
<direction type="relative">-2</direction>
<bullet/>
</fire>
<repeat> <times>$rank*9.9</times>
<action>
<fire>
<direction type="sequence">-2</direction>
<bullet/>
</fire>
</action>
</repeat>
</action>
</bulletml>