mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Make slaughter actually kill animals in one strike.
Changed in37d3adcf23, presumably erroneous given a relevant IRC log (2012-12-02), and indaf572eb43. Refs. D193. Differential revision: D3233 Reviewed by: @Nescio This was SVN commit r24443.
This commit is contained in:
parent
19762acf03
commit
3d61c227f3
3 changed files with 3 additions and 9 deletions
|
|
@ -11,9 +11,7 @@
|
|||
<Slaughter>
|
||||
<AttackName>Slaughter</AttackName>
|
||||
<Damage>
|
||||
<Hack>100.0</Hack>
|
||||
<Pierce>0.0</Pierce>
|
||||
<Crush>0.0</Crush>
|
||||
<Hack>1000</Hack>
|
||||
</Damage>
|
||||
<MaxRange>2</MaxRange>
|
||||
</Slaughter>
|
||||
|
|
|
|||
|
|
@ -11,9 +11,7 @@
|
|||
<Slaughter>
|
||||
<AttackName>Slaughter</AttackName>
|
||||
<Damage>
|
||||
<Hack>50.0</Hack>
|
||||
<Pierce>0.0</Pierce>
|
||||
<Crush>0.0</Crush>
|
||||
<Hack>1000</Hack>
|
||||
</Damage>
|
||||
<MaxRange>2</MaxRange>
|
||||
</Slaughter>
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
<Slaughter>
|
||||
<AttackName>Slaughter</AttackName>
|
||||
<Damage>
|
||||
<Hack>25.0</Hack>
|
||||
<Pierce>0.0</Pierce>
|
||||
<Crush>0.0</Crush>
|
||||
<Hack>1000</Hack>
|
||||
</Damage>
|
||||
<MaxRange>2</MaxRange>
|
||||
</Slaughter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue