Forgot to add the new short, medium wall templates.

This was SVN commit r12423.
This commit is contained in:
Deiz
2012-08-14 17:10:55 +00:00
parent e83bebe02e
commit 0c56dfe272
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>20</BuildTime>
<Resources>
<stone>20</stone>
</Resources>
</Cost>
</Entity>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>10</BuildTime>
<Resources>
<stone>10</stone>
</Resources>
</Cost>
</Entity>