File: task.txt

package info (click to toggle)
ogamesim 20130107-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 804 kB
  • ctags: 214
  • sloc: ansic: 1,621; perl: 1,041; makefile: 201
file content (40 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (6)
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
35
36
37
38
39
40
attacker
	attack          	= 9
	shield          	= 10
	armory          	= 11

	Small Cargo		= 10
	Large Cargo		= 10
	Light Fighter		= 20
	Heavy Fighter		= 30
	Cruiser			= 40
	Battleship		= 50
	Colony Ship		= 60
	Recycler		= 70
	Espionage Probe		= 80
	Bomber			= 900
	Destroyer		= 110
	Deathstar		= 120



defender
	attack          	= 11
	shield          	= 12
	armory          	= 13

	Rocket Launcher 	= 100
	Light Laser		= 200
	Heavy Laser		= 300
	Gauss Cannon		= 400
	Ion Cannon 		= 500
	Plasma Turret		= 600
	Small Shield Dome	= 1
	Large Shield Dome	= 1
	
	Solar Satellite		= 100


	metal			= 123456
	crystal			= 56789
	deut			= 987654