Skip to content

Instantly share code, notes, and snippets.

@Neceros
Created August 28, 2020 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neceros/04c68b55b9a43a2d791a9537f9b5387e to your computer and use it in GitHub Desktop.
Save Neceros/04c68b55b9a43a2d791a9537f9b5387e to your computer and use it in GitHub Desktop.
tools
<tools>
<li>
<label>left bladed fist</label>
<capacities>
<li>Cut</li>
<li>Stab</li>
</capacities>
<power>15</power>
<cooldownTime>1.8</cooldownTime>
<linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
<surpriseAttack>
<extraMeleeDamages>
<li>
<def>Stun</def>
<amount>22</amount>
</li>
</extraMeleeDamages>
</surpriseAttack>
</li>
<li>
<label>right bladed fist</label>
<capacities>
<li>Cut</li>
<li>Stab</li>
</capacities>
<power>15</power>
<cooldownTime>1.8</cooldownTime>
<linkedBodyPartsGroup>RightHand</linkedBodyPartsGroup>
<surpriseAttack>
<extraMeleeDamages>
<li>
<def>Stun</def>
<amount>22</amount>
</li>
</extraMeleeDamages>
</surpriseAttack>
</li>
<li>
<label>teeth</label>
<capacities>
<li>Bite</li>
</capacities>
<power>10.0</power>
<cooldownTime>2</cooldownTime>
<linkedBodyPartsGroup>Teeth</linkedBodyPartsGroup>
<chanceFactor>0.1</chanceFactor>
</li>
<li>
<label>head</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>1.8</cooldownTime>
<linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
<chanceFactor>0.2</chanceFactor>
</li>
</tools>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment