File: eyeDroidCommander

package info (click to toggle)
blobandconquer 1.11-dfsg%2B20-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 89,720 kB
  • sloc: cpp: 39,033; ansic: 362; makefile: 143
file content (31 lines) | stat: -rw-r--r-- 560 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
Boss {

	id = 0;
	model1 = gfx/rw2/eyedroidcommander.blend.raw;
	texture1 = textures/game/eyedroidcommander.png;
	health = 200;
	shield = 150;
	bbMins = -12 -6 -8;
	bbMaxs = 12 6 8;
	flags = EF_WEIGHTLESS+EF_IMMORTAL;
	gunPosition1 = -8 -10 0;
	gunPosition2 = 8 -10 0;

};

Boss {

	id = 1;
	model1 = gfx/rw2/cannonbase.blend.raw;
	texture1 = textures/game/cannonBase.png;
	model2 = gfx/rw2/cannontop.blend.raw;
	texture2 = textures/game/cannonTop1.png;
	health = 25;
	maxHealth = 25;
	bbMins = -8 -8 -5;
	bbMaxs = 8 8 5;
	gunPosition1 = 0 -22 8.5;

};

@END@