aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/aisettings/npc_soldier_specialist.txt
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-06-22 14:30:49 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-06-22 14:30:49 +0100
commit207facbc402f5639cbcd31f079214351ef605cf2 (patch)
tree4710b2a88dd64f3dfea1609d31a5de9141640951 /Northstar.CustomServers/scripts/aisettings/npc_soldier_specialist.txt
parentc2d438568df6d98cf731807e30eaa7da31e5ea52 (diff)
downloadNorthstarMods-207facbc402f5639cbcd31f079214351ef605cf2.tar.gz
NorthstarMods-207facbc402f5639cbcd31f079214351ef605cf2.zip
initial commit after moving to new repo
Diffstat (limited to 'Northstar.CustomServers/scripts/aisettings/npc_soldier_specialist.txt')
-rw-r--r--Northstar.CustomServers/scripts/aisettings/npc_soldier_specialist.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/Northstar.CustomServers/scripts/aisettings/npc_soldier_specialist.txt b/Northstar.CustomServers/scripts/aisettings/npc_soldier_specialist.txt
new file mode 100644
index 000000000..fc7a77a0f
--- /dev/null
+++ b/Northstar.CustomServers/scripts/aisettings/npc_soldier_specialist.txt
@@ -0,0 +1,43 @@
+#base "npc_soldier.txt"
+npc_soldier_specialist
+{
+ SummonDrone npc_drone_plasma
+ title #NPC_SPECIALIST
+
+ IsGenericGrunt 0
+
+ mechanical 1
+ magneticRange 125
+
+ DefaultWeapon "mp_weapon_lstar"
+ GrenadeWeaponName "mp_weapon_frag_drone"
+
+ Health 120
+ PainOnRepeatDamageThreshold 90
+
+ DefaultModelName "models/humans/pilots/sp_light_ged_m.mdl"
+ DefaultModelName_IMC "models/humans/pilots/sp_light_ged_m.mdl"
+ DefaultModelName_MIL "models/humans/pilots/sp_light_ged_m.mdl"
+
+ GibModel0 "models/robots/spectre/spectre_assault_d_gib_leg_l.mdl"
+ GibModel1 "models/robots/spectre/spectre_assault_d_gib_leg_r.mdl"
+ GibModel2 "models/robots/spectre/spectre_assault_d_gib_arm_l.mdl"
+ GibModel3 "models/robots/spectre/spectre_assault_d_gib_arm_r.mdl"
+ GibModelSoftened0 "models/robots/spectre/spectre_assault_d_gib_leg_l.mdl"
+ GibModelSoftened1 "models/robots/spectre/spectre_assault_d_gib_leg_r.mdl"
+ GibModelSoftened2 "models/robots/spectre/spectre_assault_d_gib_arm_l.mdl"
+ GibModelSoftened3 "models/robots/spectre/spectre_assault_d_gib_arm_r.mdl"
+ GibAttachment0 "left_leg"
+ GibAttachment1 "right_leg"
+ GibAttachment2 "left_arm"
+ GibAttachment3 "right_arm"
+ GibSpeed 200
+ GibAngularSpeed 20
+ GibMaxDist 1600
+ GibFX "P_exp_spectre_death"
+ GibSound "Explo_Spectre"
+
+ headshotFX "P_headshot_pilot_robot"
+
+ footstep_type "robopilot"
+}