mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Restores armour entry in economic structure template wich was mistakenly removed in 27c46a0a68. Slighty reduces stats compares to a20. Fixes #4195. Reported by Warbeast. Agreed by scythetwirler. Reviewed by elexis.
This was SVN commit r18716.
This commit is contained in:
parent
a68881dd0f
commit
fb9da87264
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure">
|
||||
<Armour>
|
||||
<Hack>5</Hack>
|
||||
<Pierce>20</Pierce>
|
||||
<Crush>1</Crush>
|
||||
<Foundation>
|
||||
<Hack>1</Hack>
|
||||
<Pierce>5</Pierce>
|
||||
|
|
|
|||
Loading…
Reference in a new issue