aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/aisettings/npc_titan_auto_ogre.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/scripts/aisettings/npc_titan_auto_ogre.txt')
-rw-r--r--Northstar.CustomServers/scripts/aisettings/npc_titan_auto_ogre.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Northstar.CustomServers/scripts/aisettings/npc_titan_auto_ogre.txt b/Northstar.CustomServers/scripts/aisettings/npc_titan_auto_ogre.txt
new file mode 100644
index 000000000..e291df60f
--- /dev/null
+++ b/Northstar.CustomServers/scripts/aisettings/npc_titan_auto_ogre.txt
@@ -0,0 +1,13 @@
+#base "npc_titan_auto.txt"
+
+npc_titan_auto_ogre
+{
+ footstep_type "ogre"
+ title #NPC_TITAN_AUTO_OGRE
+
+ StrafeDodgeDamage 1000
+
+ dodgePeriod 7 // Don't dodge more than maxDodgePerPeriod within this time
+ maxDodgePerPeriod 1 // Don't dodge more than this many times in dodgePeriod
+ DefaultModelName "models/titans/heavy/titan_heavy_ogre.mdl"
+}