aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/aisettings/npc_dropship.txt
blob: 851b8f644bbf23b953be23925a315827e449b8e7 (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
#base "base_vehicle.txt"
npc_dropship
{
	BaseClass				"npc_dropship"
	title 					#NPC_DROPSHIP
	titleIMC				#NPC_GOBLIN
	titleMIL				#NPC_CROW
	ui_targetinfo			"ui/targetinfo_titan" [$mp]
	ui_targetinfo			"" [$sp]

	HullType				"HULL_FLYING_VEHICLE"
	AIClass					vehicle
	BodyType				vehicle

	collideWithPlayer		1
	ArmorType				heavy
	SmartAmmoLockType		large
	DrawEnemyHealthBar		1
	DrawTargetHealthBar		1

	BehaviorSelector		"behavior_dropship"

	DefaultModelName		"models/vehicle/goblin_dropship/goblin_dropship.mdl"
	DefaultModelName_IMC	"models/vehicle/goblin_dropship/goblin_dropship.mdl"
	DefaultModelName_MIL	"models/vehicle/crow_dropship/crow_dropship.mdl"

	DefaultWeapon			""

	Health					10000 [$sp]
	Health					10000 [$mp]

	meleeable			false

	magneticRange			190

	YawSpeed				45
	goalTolerance			400
	waypointTolerance		1000
	flyingStoppingTime		1.0
	tiltLookaheadTime		1.0
	yawLookaheadTime		2.0
	randomHoverAmount		15
	maxFlyingAccel			2000
	maxFlyingSpeed			3000
	maxFlyingSpeedNonCombat	3000

	maxPitch			10
	maxRoll				30
}