mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 06:13:22 +00:00
Forgot to add the new short, medium wall templates.
This was SVN commit r12423.
This commit is contained in:
+9
@@ -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>
|
||||
+9
@@ -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>
|
||||
Reference in New Issue
Block a user