Attacks can apply a force to the target (i.e. monsters can throw characters around)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<!-- head -->
|
||||
<limb id = "0" radius="65" type="Head" steerforce="3.0">
|
||||
<sprite texture="Content/Characters/Fractalguardian/fractalguardian.png" sourcerect="0,0,129,128" depth="0.04"/>
|
||||
<attack type="Hit" range="120" duration="0.2" damage="50" stun="2" force="20" damagetype="blunt"/>
|
||||
<attack type="Hit" range="120" duration="0.2" damage="50" stun="2" force="20" damagetype="blunt" targetforce="80"/>
|
||||
</limb>
|
||||
|
||||
<!-- body -->
|
||||
|
||||
Reference in New Issue
Block a user