39 lines
2.4 KiBLFS
XML
Executable File
39 lines
2.4 KiBLFS
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Ragdoll type="legacyfractalguardian2" canentersubmarine="True" canwalk="False" limbscale="0.5" jointscale="0.5" texture="Content/Characters/Legacyfractalguardian/fractalguardian.png">
|
|
<collider radius="80" height="30" />
|
|
<!-- head -->
|
|
<limb id="0" radius="80" height="30" type="Head" steerforce="3.0">
|
|
<sprite sourcerect="299,0,171,208" depth="0.05" />
|
|
<attack cooldown="8" type="Hit" range="120" damagerange="60" duration="0.2" force="5" targetforce="50" structuresoundtype="StructureBlunt">
|
|
<Affliction identifier="bitewounds" strength="10" />
|
|
<!--<Affliction identifier="stun" strength="1"/>-->
|
|
</attack>
|
|
</limb>
|
|
<limb id="1" width="30" height="178">
|
|
<sprite sourcerect="183,60,53,178" depth="0.08" origin="0.5,0.5" />
|
|
</limb>
|
|
<limb id="2" width="30" height="175">
|
|
<sprite sourcerect="131,0,36,175" depth="0.1" origin="0.5,0.5" />
|
|
<attack cooldown="8" range="150" damagerange="75" duration="0.5" torque="150" structuresoundtype="StructureSlash" severlimbsprobability="0.8">
|
|
<Affliction identifier="bitewounds" strength="5" />
|
|
<Affliction identifier="bleeding" strength="10" />
|
|
<!--<Affliction identifier="stun" strength="0.5"/>-->
|
|
</attack>
|
|
</limb>
|
|
<limb id="3" width="30" height="178">
|
|
<sprite sourcerect="236,60,53,178" size="-1,1" depth="0.08" origin="0.5,0.5" />
|
|
</limb>
|
|
<limb id="4" width="30" height="175">
|
|
<sprite sourcerect="131,0,36,175" depth="0.1" origin="0.5,0.5" />
|
|
<attack cooldown="8" range="150" damagerange="75" duration="0.5" torque="150" structuresoundtype="StructureSlash" severlimbsprobability="0.8">
|
|
<Affliction identifier="bitewounds" strength="5" />
|
|
<Affliction identifier="bleeding" strength="10" />
|
|
<!--<Affliction identifier="stun" strength="0.5"/>-->
|
|
</attack>
|
|
</limb>
|
|
<!-- head to body -->
|
|
<joint limb1="0" limb1anchor="-37,-40" limb2="1" limb2anchor="0,80" lowerlimit="-60" upperlimit="0" canbesevered="true" />
|
|
<joint limb1="1" limb1anchor="0,-80" limb2="2" limb2anchor="0,80" lowerlimit="0" upperlimit="120" canbesevered="true" />
|
|
<joint limb1="0" limb1anchor="37,-40" limb2="3" limb2anchor="0,80" lowerlimit="0" upperlimit="60" canbesevered="true" />
|
|
<joint limb1="3" limb1anchor="0,-80" limb2="4" limb2anchor="0,80" lowerlimit="-120" upperlimit="0" canbesevered="true" />
|
|
</Ragdoll> |