aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/aisettings/npc_turret_sentry_tday.txt
blob: c94ada19dbbc0f0cca8e0ecb26cc8690db6945f2 (plain)
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
npc_turret_sentry_tday
{
	HullType						"HULL_CUSTOM"
	AIClass							small_turret
	collideWithPlayer				1

	BodyType						other
	ArmorType						heavy
	title 							#NPC_TURRET_HEAVY
	ui_targetinfo					"ui/targetinfo_npc_basic" [$mp]
	ui_targetinfo					"" [$sp]

	Health							600 [$sp]
	Health							1200 [$mp]

	mechanical						1
    titanStompable					0

    turret_explode_on_death			0

	SmartAmmoLockType				any

	BaseClass						"npc_turret_sentry"

	DefaultModelName		        "models/Robots/turret_heavy/turret_heavy.mdl"
    DefaultWeapon			        "mp_weapon_turret_tday"
	DrawEnemyHealthBar				0
	DrawTargetHealthBar				0

	LookDistDefault_Idle			10000
	LookDistDefault_Alert			10000
	LookDistDefault_Combat			10000

	FOV_Vert_Offset			        -20
    FOV_Near_Dist			        180		// use near values up to this distance
    FOV_Far_Dist			        10000	// use far values after this distance, interpolate horizontal in between, use far for vertical

    FOV_Idle_Near_Horz		        180
    FOV_Idle_Near_Vert		        180
    FOV_Idle_Far_Horz		        180
    FOV_Idle_Far_Vert		        180

    FOV_Alert_Near_Horz		        180
    FOV_Alert_Near_Vert		        180
    FOV_Alert_Far_Horz		        180
    FOV_Alert_Far_Vert		        180

    FOV_Combat_Near_Horz	        180
    FOV_Combat_Near_Vert	        180
    FOV_Combat_Far_Horz		        180
    FOV_Combat_Far_Vert		        180

	MaxTurretYaw        			90
	YawSpeed						40
	AimAngularSpeed					55

	meleeable						0

	suppressLSP_duration			10

	magneticRange					90
	aim_laser_disabled               1

	sound0					        "MegaTurret_Servos_Clunk"	// start sound
    sound1					        "MegaTurret_Servos_Tilt_LP"	// pitch sound
    sound2					        "MegaTurret_Servos_Rotate_LP"	// yaw sound

    windup_time 					0.0
    start_active					0
}