aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-31 23:14:58 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-31 23:14:58 +0100
commit9a96d0bff56f1969c68bb52a2f33296095bdc67d (patch)
tree4175928e488632705692e3cccafa1a38dd854615 /Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt
parent27bd240871b7c0f2f49fef137718b2e3c208e3b4 (diff)
downloadNorthstarMods-9a96d0bff56f1969c68bb52a2f33296095bdc67d.tar.gz
NorthstarMods-9a96d0bff56f1969c68bb52a2f33296095bdc67d.zip
move to new mod format
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt')
-rw-r--r--Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt b/Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt
new file mode 100644
index 000000000..f08a13469
--- /dev/null
+++ b/Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt
@@ -0,0 +1,44 @@
+#base "npc_soldier.txt"
+npc_soldier_specialist_militia
+{
+ SummonDrone npc_drone_plasma
+ title #NPC_SPECIALIST_MILITIA
+
+ IsGenericGrunt 0
+
+ mechanical 1
+ magneticRange 125
+
+ DefaultWeapon "mp_weapon_lstar"
+ GrenadeWeaponName "mp_weapon_frag_drone"
+
+ Health 120
+ PainOnRepeatDamageThreshold 90
+
+ DefaultModelName "models/humans/grunts/grunt_specialist.mdl"
+ DefaultModelName_IMC "models/humans/grunts/grunt_specialist.mdl"
+ DefaultModelName_MIL "models/humans/grunts/grunt_specialist.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"
+}
+