From 9a96d0bff56f1969c68bb52a2f33296095bdc67d Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:14:58 +0100 Subject: move to new mod format --- .../aisettings/npc_soldier_specialist_militia.txt | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt (limited to 'Northstar.CustomServers/mod/scripts/aisettings/npc_soldier_specialist_militia.txt') 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" +} + -- cgit v1.2.3