Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiste
noiz2sa
Commits
00282fa3
Commit
00282fa3
authored
Dec 12, 2017
by
Kiste
Browse files
Fix encoding and line endings
parent
159ca4fe
Changes
105
Hide whitespace changes
Inline
Side-by-side
boss/57way.xml
View file @
00282fa3
<?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=
"top5"
>
<repeat>
<times>
5+$rank*10
</times>
<action>
<fire>
<direction>
-20
</direction>
<bulletRef
label=
"nrm1"
/>
</fire>
<repeat>
<times>
4
</times>
<action>
<fire>
<direction
type=
"sequence"
>
10
</direction>
<bulletRef
label=
"nrm1"
/>
</fire>
</action>
</repeat>
<wait>
40-$rank*24
</wait>
</action>
</repeat>
<wait>
60
</wait>
<vanish/>
</action>
<action
label=
"top7"
>
<wait>
16-$rank*8
</wait>
<repeat>
<times>
5+$rank*10
</times>
<action>
<fire>
<direction>
-24
</direction>
<bulletRef
label=
"nrm2"
/>
</fire>
<repeat>
<times>
6
</times>
<action>
<fire>
<direction
type=
"sequence"
>
8
</direction>
<bulletRef
label=
"nrm2"
/>
</fire>
</action>
</repeat>
<wait>
40-$rank*24
</wait>
</action>
</repeat>
</action>
<bullet
label=
"nrm1"
>
<speed>
0.6
</speed>
</bullet>
<bullet
label=
"nrm2"
>
<speed>
0.9
</speed>
</bullet>
</bulletml>
<?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=
"top5"
>
<repeat>
<times>
5+$rank*10
</times>
<action>
<fire>
<direction>
-20
</direction>
<bulletRef
label=
"nrm1"
/>
</fire>
<repeat>
<times>
4
</times>
<action>
<fire>
<direction
type=
"sequence"
>
10
</direction>
<bulletRef
label=
"nrm1"
/>
</fire>
</action>
</repeat>
<wait>
40-$rank*24
</wait>
</action>
</repeat>
<wait>
60
</wait>
<vanish/>
</action>
<action
label=
"top7"
>
<wait>
16-$rank*8
</wait>
<repeat>
<times>
5+$rank*10
</times>
<action>
<fire>
<direction>
-24
</direction>
<bulletRef
label=
"nrm2"
/>
</fire>
<repeat>
<times>
6
</times>
<action>
<fire>
<direction
type=
"sequence"
>
8
</direction>
<bulletRef
label=
"nrm2"
/>
</fire>
</action>
</repeat>
<wait>
40-$rank*24
</wait>
</action>
</repeat>
</action>
<bullet
label=
"nrm1"
>
<speed>
0.6
</speed>
</bullet>
<bullet
label=
"nrm2"
>
<speed>
0.9
</speed>
</bullet>
</bulletml>
boss/88way.xml
View file @
00282fa3
<?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"
>
<repeat>
<times>
6+$rank*10
</times>
<action>
<fire>
<direction
type=
"sequence"
>
360/(6+$rank*10)
</direction>
<bulletRef
label=
"16way"
/>
</fire>
<wait>
100/(6+$rank*10)
</wait>
</action>
</repeat>
<wait>
60
</wait>
<vanish/>
</action>
<bullet
label=
"16way"
>
<speed>
$rand*0.5+0.5
</speed>
<action>
<wait>
20+$rand*40
</wait>
<repeat>
<times>
16
</times>
<action>
<fire>
<direction
type=
"sequence"
>
22.5
</direction>
<bullet>
<speed>
0.6
</speed>
</bullet>
</fire>
</action>
</repeat>
<vanish/>
</action>
</bullet>
</bulletml>
<?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"
>
<repeat>
<times>
6+$rank*10
</times>
<action>
<fire>
<direction
type=
"sequence"
>
360/(6+$rank*10)
</direction>
<bulletRef
label=
"16way"
/>
</fire>
<wait>
100/(6+$rank*10)
</wait>
</action>
</repeat>
<wait>
60
</wait>
<vanish/>
</action>
<bullet
label=
"16way"
>
<speed>
$rand*0.5+0.5
</speed>
<action>
<wait>
20+$rand*40
</wait>
<repeat>
<times>
16
</times>
<action>
<fire>
<direction
type=
"sequence"
>
22.5
</direction>
<bullet>
<speed>
0.6
</speed>
</bullet>
</fire>
</action>
</repeat>
<vanish/>
</action>
</bullet>
</bulletml>
boss/[Guwange]_round_2_boss_circle_fire.xml
View file @
00282fa3
<?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"
>
<repeat>
<times>
8
</times>
<action>
<actionRef
label=
"fireCircle"
>
<param>
180-45+90*$rand
</param>
</actionRef>
<wait>
32
</wait>
</action>
</repeat>
<vanish/>
</action>
<action
label=
"fireCircle"
>
<repeat>
<times>
6+$rank*12
</times>
<action>
<fireRef
label=
"circle"
>
<param>
360/(6+$rank*12)
</param>
<param>
$1
</param>
</fireRef>
</action>
</repeat>
</action>
<fire
label=
"circle"
>
<direction
type=
"sequence"
>
$1
</direction>
<speed>
4
</speed>
<bullet>
<action>
<wait>
3
</wait>
<fire>
<direction
type=
"absolute"
>
$2
</direction>
<speed>
0.6+$rank*1.0
</speed>
<bullet/>
</fire>
<vanish/>
</action>
</bullet>
</fire>
</bulletml>
<?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"
>
<repeat>
<times>
8
</times>
<action>
<actionRef
label=
"fireCircle"
>
<param>
180-45+90*$rand
</param>
</actionRef>
<wait>
32
</wait>
</action>
</repeat>
<vanish/>
</action>
<action
label=
"fireCircle"
>
<repeat>
<times>
6+$rank*12
</times>
<action>
<fireRef
label=
"circle"
>
<param>
360/(6+$rank*12)
</param>
<param>
$1
</param>
</fireRef>
</action>
</repeat>
</action>
<fire
label=
"circle"
>
<direction
type=
"sequence"
>
$1
</direction>
<speed>
4
</speed>
<bullet>
<action>
<wait>
3
</wait>
<fire>
<direction
type=
"absolute"
>
$2
</direction>
<speed>
0.6+$rank*1.0
</speed>
<bullet/>
</fire>
<vanish/>
</action>
</bullet>
</fire>
</bulletml>
boss/[Guwange]_round_3_boss_fast_3way.xml
View file @
00282fa3
<?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"
>
<repeat>
<times>
3+$rank*12
</times>
<action>
<fire>
<direction>
$rand*360
</direction>
<speed>
5
</speed>
<bulletRef
label=
"seed"
>
<param>
5+$rand*10
</param>
</bulletRef>
</fire>
<wait>
50
</wait>
</action>
</repeat>
<vanish/>
</action>
<bullet
label=
"seed"
>
<action>
<changeSpeed>
<speed>
0
</speed>
<term>
$1
</term>
</changeSpeed>
<wait>
$1
</wait>
<fire>
<direction
type=
"aim"
>
-20
</direction>
<bulletRef
label=
"3way"
/>
</fire>
<repeat>
<times>
2
</times>
<action>
<fire>
<direction
type=
"sequence"
>
20
</direction>
<bulletRef
label=
"3way"
/>
</fire>
</action>
</repeat>
<wait>
1
</wait>
<repeat>
<times>
2
</times>
<action>
<fire>
<direction
type=
"sequence"
>
0
</direction>
<speed
type=
"sequence"
>
-0.1
</speed>
<bulletRef
label=
"3way"
/>
</fire>
<repeat>
<times>
2
</times>
<action>
<fire>
<direction
type=
"sequence"
>
-20
</direction>
<speed
type=
"sequence"
>
0
</speed>
<bulletRef
label=
"3way"
/>
</fire>
</action>
</repeat>
<wait>
1
</wait>
<fire>
<direction
type=
"sequence"
>
0
</direction>
<speed
type=
"sequence"
>
-0.1
</speed>
<bulletRef
label=
"3way"
/>
</fire>
<repeat>
<times>
2
</times>
<action>
<fire>
<direction
type=
"sequence"
>
20
</direction>
<speed
type=
"sequence"
>
0
</speed>
<bulletRef
label=
"3way"
/>
</fire>
</action>
</repeat>
<wait>
1
</wait>
</action>
</repeat>
<vanish/>
</action>
</bullet>
<bullet
label=
"3way"
>
<speed>
1.4
</speed>
</bullet>
</bulletml>
<?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"
>
<repeat>
<times>
3+$rank*12
</times>
<action>
<fire>
<direction>
$rand*360
</direction>
<speed>
5
</speed>
<bulletRef
label=
"seed"
>
<param>
5+$rand*10
</param>
</bulletRef>
</fire>
<wait>
50
</wait>
</action>
</repeat>
<vanish/>
</action>
<bullet
label=
"seed"
>
<action>
<changeSpeed>
<speed>
0
</speed>
<term>
$1
</term>
</changeSpeed>
<wait>
$1
</wait>
<fire>
<direction
type=
"aim"
>
-20
</direction>
<bulletRef
label=
"3way"
/>
</fire>
<repeat>
<times>
2
</times>
<action>
<fire>
<direction
type=
"sequence"
>
20
</direction>
<bulletRef
label=
"3way"
/>
</fire>
</action>
</repeat>
<wait>
1
</wait>
<repeat>
<times>
2
</times>
<action>
<fire>
<direction
type=
"sequence"
>
0
</direction>
<speed
type=
"sequence"
>
-0.1
</speed>
<bulletRef
label=
"3way"
/>
</fire>
<repeat>
<times>
2
</times>
<action>
<fire>
<direction
type=
"sequence"
>
-20
</direction>
<speed
type=
"sequence"
>
0
</speed>
<bulletRef
label=
"3way"
/>
</fire>
</action>
</repeat>
<wait>
1
</wait>
<fire>
<direction
type=
"sequence"
>
0
</direction>
<speed
type=
"sequence"
>
-0.1
</speed>
<bulletRef
label=
"3way"
/>
</fire>
<repeat>
<times>
2
</times>
<action>
<fire>
<direction
type=
"sequence"
>
20
</direction>
<speed
type=
"sequence"
>
0
</speed>
<bulletRef
label=
"3way"
/>
</fire>
</action>
</repeat>
<wait>
1
</wait>
</action>
</repeat>
<vanish/>
</action>
</bullet>
<bullet
label=
"3way"
>
<speed>
1.4
</speed>
</bullet>
</bulletml>
boss/[Guwange]_round_4_boss_eye_ball.xml
View file @
00282fa3
<?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"
>
<repeat>
<times>
5
</times>
<action>
<fire>
<direction>
$rand*360
</direction>
<bulletRef
label=
"eye"
/>
</fire>
<wait>
30
</wait>
</action>
</repeat>
<vanish/>
</action>
<bullet
label=
"eye"
>
<speed>
0
</speed>
<action>
<changeSpeed>
<speed>
10
</speed>
<term>
400
</term>
</changeSpeed>
<changeDirection>
<direction
type=
"sequence"
>
$rand*5-2
</direction>
<term>
9999
</term>
</changeDirection>
<repeat>
<times>
99
</times>
<action>
<fire>
<direction
type=
"relative"
>
0
</direction>
<bulletRef
label=
"shadow"
/>
</fire>
<wait>
16-$rank*13
</wait>
</action>
</repeat>
</action>
</bullet>
<bullet
label=
"shadow"
>
<speed>
0
</speed>
<action>
<wait>
20
</wait>
<fire>
<direction
type=
"relative"
>
90
</direction>
<speed>
0.6
</speed>
<bullet/>
</fire>
<fire>
<direction
type=
"relative"
>
-90
</direction>
<speed>
0.6
</speed>
<bullet/>
</fire>
<vanish/>
</action>
</bullet>
</bulletml>
<?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"
>
<repeat>
<times>
5
</times>
<action>
<fire>
<direction>
$rand*360
</direction>
<bulletRef
label=
"eye"
/>
</fire>
<wait>
30
</wait>
</action>
</repeat>
<vanish/>
</action>
<bullet
label=
"eye"
>
<speed>
0
</speed>
<action>
<changeSpeed>
<speed>
10
</speed>
<term>
400
</term>
</changeSpeed>
<changeDirection>
<direction
type=
"sequence"
>
$rand*5-2
</direction>
<term>
9999
</term>
</changeDirection>
<repeat>
<times>
99
</times>
<action>
<fire>
<direction
type=
"relative"
>
0
</direction>
<bulletRef
label=
"shadow"
/>
</fire>
<wait>
16-$rank*13
</wait>
</action>
</repeat>
</action>
</bullet>
<bullet
label=
"shadow"
>
<speed>
0
</speed>
<action>
<wait>
20
</wait>
<fire>
<direction
type=
"relative"
>
90
</direction>
<speed>
0.6
</speed>
<bullet/>
</fire>
<fire>
<direction
type=
"relative"
>
-90
</direction>
<speed>
0.6
</speed>
<bullet/>
</fire>
<vanish/>
</action>
</bullet>
</bulletml>
boss/[Ikaruga]_drc2.xml
View file @
00282fa3
<?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"
>
<repeat>
<times>
4
</times>
<action>
<repeat>
<times>
8+$rank*16
</times>
<action>
<fire>
<direction
type=
"aim"
>
$rand*6-3
</direction>
<speed>
0.6+$rand*1.2
</speed>
<bullet/>
</fire>
</action>
</repeat>
<wait>
100
</wait>
</action>
</repeat>
<vanish/>
</action>
</bulletml>
<?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"
>
<repeat>
<times>
4
</times>
<action>
<repeat>
<times>
8+$rank*16
</times>
<action>
<fire>
<direction
type=
"aim"
>
$rand*6-3
</direction>
<speed>
0.6+$rand*1.2
</speed>
<bullet/>
</fire>