diff options
Diffstat (limited to 'Northstar.CustomServers/scripts/aisettings/npc_titan_buddy.txt')
-rw-r--r-- | Northstar.CustomServers/scripts/aisettings/npc_titan_buddy.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Northstar.CustomServers/scripts/aisettings/npc_titan_buddy.txt b/Northstar.CustomServers/scripts/aisettings/npc_titan_buddy.txt new file mode 100644 index 00000000..453f0d2c --- /dev/null +++ b/Northstar.CustomServers/scripts/aisettings/npc_titan_buddy.txt @@ -0,0 +1,25 @@ +#base "npc_titan.txt" + +npc_titan_buddy +{ + AIClass titan_buddy + footstep_type "buddy" + title #NPC_BT_NAME + + ui_targetinfo "" [$mp] + ui_targetinfo "ui/targetinfo_cockpit_name" [$sp] + + DefaultModelName "models/titans/buddy/titan_buddy.mdl" + npc_titan_player_settings "titan_buddy" + BehaviorSelector "behavior_titan_buddy" + + dodgeForwardThreshold 2500 + + nonCombatTurnAnimsOnlyForIdle 1 + allowPatrol 0 + + MeleeChargeRange 100 + + returnToIdleTime 3 + can_traverse 1 +}
\ No newline at end of file |