File: mission12

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 (78 lines) | stat: -rw-r--r-- 1,293 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
CustomItem {

	name = AI Kernel Module;
	
	model1 = gfx/primitive/item.primitive;
	
	texture1 = textures/game/AIUnit.png;
	
	bbMins = -4 -4 -4;
	
	bbMaxs = 4 4 4;
	
	customCarriable = 1;

};

Trigger {

	active = 1;

	type = TRIGGER_TYPE_ENTITY_KILLED;

	action = TRIGGER_ACTION_FUNCTION_POINTER;
	name = BossWall;
	targetName = BossWall;
};


Mission {

	bsp = data/bsp/bossBattle2.bsp;
	
	music = music/The Siege.xm;
	
	supplyCrateList = WEP_UZI|WEP_SHOTGUN|WEP_PLASMA_PISTOL;
	
	fogColor = 0.25 0.25 0.25;
	fogMin = 0;
	fogMax = 2500;
	fogDensity = 0.25;
	
	skySphere = textures/game/day2.jpg;
	skySphereSize = 1;
	
	bossDefFile = data/gameDefs/bioTankCommander;
	
	enemyLevel = 3;
	
	startCutscene = data/cutscenes/scripts/bossBattle2Start;
	
	ambientEffects = sound/ambience/grasslands/birdsong.ogg|sound/ambience/grasslands/cardinal.ogg|sound/ambience/grasslands/falsebird.ogg|sound/ambience/grasslands/lapwing.ogg|sound/ambience/grasslands/robin.ogg;
	
	exitToMission = AUTO;
};

Objective {

	id = 1;
	priority = OBJ_PRIORITY_PRIMARY;
	description = Destroy Beta Biotank;
	status = OBJ_INCOMPLETE;
	active = 0;

};

Trigger {

	active = 1;

	type = TRIGGER_TYPE_ENTITY_KILLED;
	
	action = TRIGGER_ACTION_UPDATE_OBJECTIVE;
	name = BioMech Tank V3.0 (Beta);
	objectiveId = 1;

};

@END@