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 --- .../mod/scripts/aisettings/npc_drone_plasma_fd.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Northstar.CustomServers/mod/scripts/aisettings/npc_drone_plasma_fd.txt (limited to 'Northstar.CustomServers/mod/scripts/aisettings/npc_drone_plasma_fd.txt') diff --git a/Northstar.CustomServers/mod/scripts/aisettings/npc_drone_plasma_fd.txt b/Northstar.CustomServers/mod/scripts/aisettings/npc_drone_plasma_fd.txt new file mode 100644 index 000000000..661403673 --- /dev/null +++ b/Northstar.CustomServers/mod/scripts/aisettings/npc_drone_plasma_fd.txt @@ -0,0 +1,20 @@ +#base "npc_drone_plasma.txt" +npc_drone_plasma_fd +{ + DefaultWeapon "mp_weapon_droneplasma" + ForceAutoPrecacheDefaultWeapon 1 + title #NPC_DRONE_PLASMA + drone_type "drone_type_plasma" + DefaultModelName "models/robots/drone_air_attack/drone_air_attack_plasma.mdl" + + waypointTolerance 400 + randomHoverAmount 1 + flyingStoppingTime 0.0 + maxFlyingSpeed 400 + maxFlyingSpeedNonCombat 300 + + YawSpeed 75 + MoveYawSpeed 65 + + SmartAmmoLockType small +} -- cgit v1.2.3