Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/Content/Characters/Charybdis/charybdis.xml
T

64 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Character name ="charybdis" humanoid="false" health="1000.0" bleedingdecreasespeed="0.2">
<sound file="Content/Characters/Charybdis/charybdisattack.ogg" state="Attack" range="8000" />
<ai
combatstrength="1500"
attackpriorityhumans="100.0"
attackpriorityrooms="50.0"
attackpriorityweaker="50"
attackprioritystronger="-30"
eatpriority="40"
sight="0.5"
hearing="1.0"/>
<ragdoll
waveamplitude="150.0"
wavelength="10000"
steertorque="1000"
swimspeed="4.0"
scale="1.5"
canentersubmarine="false">
<collider radius="80" height="440"/>
<!-- body -->
<limb id = "0" radius="100" height="470" type="Torso" steerforce="1.0" mouthpos="0,260">
<sprite texture="Content/Characters/Charybdis/charybdis.png" sourcerect="160,0,242,688" depth="0.015" origin="0.5,0.5"/>
</limb>
<!-- lower yaw -->
<limb id = "1" radius="70" height="100">
<sprite texture="Content/Characters/Charybdis/charybdis.png" sourcerect="416,0,192,256" depth="0.025" origin="0.65,0.5"/>
<attack range="500" damagerange="250" duration="0.5" damage="500" bleedingdamage="50" structuredamage="500" damagetype="slash" torque="100" force="50" targetforce="-50" severlimbsprobability="1.0"/>
</limb>
<!-- front fins -->
<limb id = "2" radius="60" height="430">
<sprite texture="Content/Characters/Charybdis/charybdis.png" sourcerect="432,272,128,560" depth="0.008" origin="0.5,0.5"/>
</limb>
<!-- tail -->
<limb id = "3" radius="60" height="250" type="Tail">
<sprite texture="Content/Characters/Charybdis/charybdis.png" sourcerect="0,0,160,379" depth="0.02" origin="0.5,0.5"/>
</limb>
<limb id = "4" radius="30" height="168" type="Tail">
<sprite texture="Content/Characters/Charybdis/charybdis.png" sourcerect="24,402,83,228" depth="0.02" origin="0.5,0.5"/>
</limb>
<limb id = "5" radius="20" height="200" type="Tail">
<sprite texture="Content/Characters/Charybdis/charybdis.png" sourcerect="33,645,77,244" depth="0.02" origin="0.5,0.5"/>
</limb>
<!-- body to lower yaw -->
<joint limb1="0" limb1anchor="48,128" limb2="1" limb2anchor="-30,-90" lowerlimit="-10" upperlimit="30"/>
<!-- body to front fin -->
<joint limb1="0" limb1anchor="32,-32" limb2="2" limb2anchor="-32,260" lowerlimit="-50" upperlimit="0"/>
<!-- body to tail -->
<joint limb1="0" limb1anchor="0,-270" limb2="3" limb2anchor="2,134" lowerlimit="-30" upperlimit="30"/>
<joint limb1="3" limb1anchor="-10,-153" limb2="4" limb2anchor="6,88" lowerlimit="-30" upperlimit="30"/>
<joint limb1="4" limb1anchor="-14,-95" limb2="5" limb2anchor="-18,108" lowerlimit="-30" upperlimit="30"/>
</ragdoll>
</Character>