mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 20:31:58 +00:00
Balance the splash damage of Elephants.
- Move the Crush damage from Splash to direct hit. - Reduce overall damage slightly Accepted By: Feldfeld Differential Revision: https://code.wildfiregames.com/D5008 This was SVN commit r27668.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<Resistance>
|
||||
<Entity>
|
||||
<Damage>
|
||||
<Hack>7</Hack>
|
||||
<Hack>5</Hack>
|
||||
<Pierce>5</Pierce>
|
||||
<Crush>20</Crush>
|
||||
</Damage>
|
||||
|
||||
+2
-3
@@ -6,15 +6,14 @@
|
||||
<AttackName>Trunk</AttackName>
|
||||
<Damage>
|
||||
<Hack>30</Hack>
|
||||
<Crush>30</Crush>
|
||||
<Crush>45</Crush>
|
||||
</Damage>
|
||||
<Splash>
|
||||
<Shape>Circular</Shape>
|
||||
<Range>2</Range>
|
||||
<FriendlyFire>true</FriendlyFire>
|
||||
<Damage>
|
||||
<Hack>30</Hack>
|
||||
<Crush>30</Crush>
|
||||
<Hack>20</Hack>
|
||||
</Damage>
|
||||
</Splash>
|
||||
<MaxRange>5</MaxRange>
|
||||
|
||||
+2
-3
@@ -6,15 +6,14 @@
|
||||
<AttackName>Trunk</AttackName>
|
||||
<Damage>
|
||||
<Hack>60</Hack>
|
||||
<Crush>60</Crush>
|
||||
<Crush>90</Crush>
|
||||
</Damage>
|
||||
<Splash>
|
||||
<Shape>Circular</Shape>
|
||||
<Range>2</Range>
|
||||
<FriendlyFire>true</FriendlyFire>
|
||||
<Damage>
|
||||
<Hack>60</Hack>
|
||||
<Crush>60</Crush>
|
||||
<Hack>40</Hack>
|
||||
</Damage>
|
||||
</Splash>
|
||||
<MaxRange>5</MaxRange>
|
||||
|
||||
Reference in New Issue
Block a user