blob: b23e493e699aceff730802a3d2fe2dcdc3e79f00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#base "npc_titan_stryder.txt"
npc_titan_stryder_sniper
{
title #NPC_TITAN_STRYDER_SNIPER
WeaponCapacity "FromLoadout"
npc_titan_player_settings "titan_stryder_sniper"
BehaviorSelector "behavior_titan_sniper"
LookDistDefault_Combat 12000 // long range for S2S
longJumpCheckMinInterval 10
longJumpCheckMaxInterval 20
longJumpMinDist 500 // not to far so sniper can get use it as defense
longJumpMaxDist 8000
longJumpHeight 360
DefaultModelName "models/titans/light/titan_light_raptor.mdl" [$mp]
DefaultModelName "models/titans/light/sp_titan_light_raptor.mdl" [$sp]
footstep_type "northstar"
}
|