Configured combat strengths for all enemy types, tweaked attack priorities & movement parameters

This commit is contained in:
Joonas Rikkonen
2017-06-13 17:10:44 +03:00
parent 3c3c530b44
commit 4d8da85956
12 changed files with 126 additions and 62 deletions
@@ -6,6 +6,14 @@
<sound file="Content/Characters/Moloch/idle1.ogg" state="None" range="3000"/>
<sound file="Content/Characters/Moloch/idle2.ogg" state="None" range="3000"/>
<ai
combatstrength="1200"
attackpriorityhumans="40.0"
attackpriorityrooms="50.0"
attackprioritystronger="-100.0"
attackcooldown="15.0"
sight="0.5" hearing="1.0"/>
<ragdoll waveamplitude="0.0" swimspeed="2.0" mirror="true" rotatetowardsmovement="false" headangle="-90" canentersubmarine="false">
<collider radius ="230"/>
@@ -60,8 +68,4 @@
</ragdoll>
<ai attackhumans="100.0" attackrooms="50.0"
attackweaker="50.0" attackstronger="-30.0"
attackcooldown="15.0"
sight="0.5" hearing="1.0"/>
</Character>