File: level8.lev

package info (click to toggle)
rafkill 1.2.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 12,152 kB
  • ctags: 2,151
  • sloc: cpp: 11,240; sh: 684; makefile: 356; ansic: 237
file content (34 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#level 1

#max hull is 9
[hull] = 1 2 3 4 5 6 7 8

#gun types:
# 0 - Straight Shooter
# 1 - Large Straight Shooter
# 2 - Double Near Straight Shooter
# 3 - Double Far Straight Shooter
# 4 - Find Single
# 5 - Fire
# 6 - Find Single Machine
# 7 - Find Large
# 8 - Machine Light
# 9 - Missle
# 10 - Side
# 11 - Twirl Straight
# 12 - Twirl Find
# 13 - Twirl Machine
# 14 - Cork
[guns] = 1 4 5 6 7 8 9 10 11 12 13 14

#move types:
# 0	Move
# 1	Horizontal
# 2	Mine
# 3	Angular
# 4	Swing Right
# 5	Swing Left
# 6	Sine
# 7	Swing Down
[move] = 0 1 2 3 4 5 6 7 8
#end