mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Remove helmet during attack_slaughter animation.
Mentioned by @elexis in 65d2c26261
This was SVN commit r22852.
This commit is contained in:
parent
f192d4a2fa
commit
e7ebe821c0
1 changed files with 11 additions and 9 deletions
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<variant name="attack_slaughter">
|
||||
<animations>
|
||||
<animation event="0.5" file="biped/gatherer/slaughter.dae" name="attack_slaughter" speed="100"/>
|
||||
</animations>
|
||||
<props>
|
||||
<prop actor="props/units/weapons/knife.xml" attachpoint="weapon_R"/>
|
||||
<prop attachpoint="weapon_L"/>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="shield_arm"/>
|
||||
</props>
|
||||
<animations>
|
||||
<animation event="0.5" file="biped/gatherer/slaughter.dae" name="attack_slaughter" speed="100"/>
|
||||
</animations>
|
||||
<props>
|
||||
<prop actor="props/units/weapons/knife.xml" attachpoint="weapon_R"/>
|
||||
<prop attachpoint="weapon_L"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="shield_arm"/>
|
||||
<prop attachpoint="ammo"/>
|
||||
</props>
|
||||
</variant>
|
||||
|
|
|
|||
Loading…
Reference in a new issue