File: bossTest

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 (22 lines) | stat: -rw-r--r-- 298 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
Mission {

	bsp = data/bsp/bossTest.bsp;
	
	supplyCrateList = WEP_UZI|WEP_SHOTGUN|WEP_PLASMA_PISTOL|WEP_PLASMA_RIFLE;
	
	fogColor = 0.0 0.0 0.0;
	
	fogMin = 1000;
	
	fogMax = 9000;
	
	fogDensity = 0.35;
	
	skySphere = textures/game/dawn.jpg;
	
	enemyLevel = 3;
	
	exitToMission = @AUTO@;
};

@END@