mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00:00
[gameplay] Reduce pikemen pierce armor by 2
Patch by: ValihrAnt Accepted by: @wowgetoffyourcellphone, @chrstgtr Differential Revision: https://code.wildfiregames.com/D4524 This was SVN commit r26555.
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
<Entity>
|
||||
<Damage>
|
||||
<Hack op="add">8</Hack>
|
||||
<Pierce op="add">8</Pierce>
|
||||
<Pierce op="add">6</Pierce>
|
||||
<Crush>20</Crush>
|
||||
</Damage>
|
||||
</Entity>
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
<Entity>
|
||||
<Damage>
|
||||
<Hack op="add">9</Hack>
|
||||
<Pierce op="add">9</Pierce>
|
||||
<Pierce op="add">7</Pierce>
|
||||
</Damage>
|
||||
</Entity>
|
||||
</Resistance>
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
<Entity>
|
||||
<Damage>
|
||||
<Hack>10</Hack>
|
||||
<Pierce>10</Pierce>
|
||||
<Pierce>8</Pierce>
|
||||
</Damage>
|
||||
</Entity>
|
||||
</Resistance>
|
||||
|
||||
Reference in New Issue
Block a user