1
0
forked from 0ad/0ad

Stone wall segments now have costs dependent on length. Rebalanced gate/tower costs per IRC discussion.

This was SVN commit r12420.
This commit is contained in:
Deiz 2012-08-14 07:46:47 +00:00
parent 97de77c6b6
commit 981db4c005
44 changed files with 69 additions and 87 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_medium">
<Cost>
<BuildTime>22</BuildTime>
</Cost>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Cost>
<BuildTime>11</BuildTime>
</Cost>

View File

@ -3,8 +3,8 @@
<Cost>
<BuildTime>30</BuildTime>
<Resources>
<wood>200</wood>
<stone>0</stone>
<wood>40</wood>
<stone>40</stone>
</Resources>
</Cost>
<Footprint>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_long">
<Cost>
<BuildTime>30</BuildTime>
</Cost>
<Footprint>
<Square width="38.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>20</BuildTime>
</Cost>
<Entity parent="template_structure_defense_wall_medium">
<Footprint>
<Square width="26.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Footprint>
<Square width="14.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_tower">
<Attack disable=""/>
<Cost>
<Resources>
<wood>30</wood>
<stone>20</stone>
</Resources>
</Cost>
<Footprint>
<Square width="10.0" depth="10.0"/>
<Height>20.0</Height>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>40</BuildTime>
<BuildTime>60</BuildTime>
<Resources>
<stone>100</stone>
</Resources>

View File

@ -3,7 +3,7 @@
<Cost>
<BuildTime>30</BuildTime>
<Resources>
<stone>250</stone>
<stone>90</stone>
</Resources>
</Cost>
<Footprint>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_medium">
<Cost>
<BuildTime>60</BuildTime>
<Resources>
<stone>60</stone>
<stone>40</stone>
</Resources>
</Cost>
<Footprint>
@ -28,4 +28,4 @@
<WallPiece>
<Length>30.0</Length>
</WallPiece>
</Entity>
</Entity>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Cost>
<BuildTime>30</BuildTime>
<Resources>
<stone>60</stone>
<stone>20</stone>
</Resources>
</Cost>
<Footprint>
@ -28,4 +28,4 @@
<WallPiece>
<Length>16.0</Length>
</WallPiece>
</Entity>
</Entity>

View File

@ -3,7 +3,7 @@
<Cost>
<BuildTime>120</BuildTime>
<Resources>
<stone>150</stone>
<stone>90</stone>
</Resources>
</Cost>
<Footprint>

View File

@ -3,8 +3,8 @@
<Cost>
<BuildTime>30</BuildTime>
<Resources>
<wood>200</wood>
<stone>0</stone>
<wood>40</wood>
<stone>40</stone>
</Resources>
</Cost>
<Footprint>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_long">
<Cost>
<BuildTime>30</BuildTime>
</Cost>
<Footprint>
<Square width="38.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>20</BuildTime>
</Cost>
<Entity parent="template_structure_defense_wall_medium">
<Footprint>
<Square width="26.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Footprint>
<Square width="14.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_tower">
<Attack disable=""/>
<Cost>
<Resources>
<wood>30</wood>
<stone>20</stone>
</Resources>
</Cost>
<Footprint>
<Square width="10.0" depth="10.0"/>
<Height>20.0</Height>

View File

@ -3,8 +3,8 @@
<Cost>
<BuildTime>30</BuildTime>
<Resources>
<wood>200</wood>
<stone>0</stone>
<wood>40</wood>
<stone>40</stone>
</Resources>
</Cost>
<Footprint>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_long">
<Cost>
<BuildTime>30</BuildTime>
</Cost>
<Footprint>
<Square width="38.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>20</BuildTime>
</Cost>
<Entity parent="template_structure_defense_wall_medium">
<Footprint>
<Square width="26.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Footprint>
<Square width="14.5" depth="8.5"/>
<Height>9.0</Height>

View File

@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_tower">
<Attack disable=""/>
<Cost>
<Resources>
<wood>30</wood>
<stone>20</stone>
</Resources>
</Cost>
<Footprint>
<Square width="10.0" depth="10.0"/>
<Height>20.0</Height>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_medium">
<Cost>
<BuildTime>22</BuildTime>
</Cost>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Cost>
<BuildTime>11</BuildTime>
</Cost>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_long">
<Cost>
<BuildTime>30</BuildTime>
</Cost>
<Footprint>
<Square width="37" depth="9"/>
<Height>9.0</Height>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>20</BuildTime>
</Cost>
<Entity parent="template_structure_defense_wall_medium">
<Footprint>
<Square width="25" depth="9"/>
<Height>9.0</Height>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Footprint>
<Square width="13" depth="9"/>
<Height>9.0</Height>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_medium">
<Cost>
<BuildTime>22</BuildTime>
</Cost>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Cost>
<BuildTime>11</BuildTime>
</Cost>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_medium">
<Cost>
<BuildTime>25</BuildTime>
</Cost>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Cost>
<BuildTime>13</BuildTime>
</Cost>

View File

@ -10,7 +10,7 @@
</BuildRestrictions>
<Cost>
<Resources>
<wood>150</wood>
<wood>80</wood>
<stone>0</stone>
</Resources>
</Cost>

View File

@ -9,9 +9,8 @@
<Territory>own neutral enemy</Territory>
</BuildRestrictions>
<Cost>
<BuildTime>30</BuildTime>
<Resources>
<wood>50</wood>
<wood>60</wood>
<stone>0</stone>
</Resources>
</Cost>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_medium">
<Armour>
<Hack>15.0</Hack>
<Pierce>35.0</Pierce>
@ -9,9 +9,8 @@
<Territory>own neutral enemy</Territory>
</BuildRestrictions>
<Cost>
<BuildTime>20</BuildTime>
<Resources>
<wood>50</wood>
<wood>40</wood>
<stone>0</stone>
</Resources>
</Cost>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Entity parent="template_structure_defense_wall_short">
<Armour>
<Hack>15.0</Hack>
<Pierce>35.0</Pierce>
@ -9,9 +9,8 @@
<Territory>own neutral enemy</Territory>
</BuildRestrictions>
<Cost>
<BuildTime>10</BuildTime>
<Resources>
<wood>50</wood>
<wood>20</wood>
<stone>0</stone>
</Resources>
</Cost>

View File

@ -10,7 +10,7 @@
</BuildRestrictions>
<Cost>
<Resources>
<wood>100</wood>
<wood>80</wood>
<stone>0</stone>
</Resources>
</Cost>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_long">
<Cost>
<BuildTime>30</BuildTime>
</Cost>
<Footprint>
<Square width="38.5" depth="9.0"/>
<Height>9.0</Height>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>20</BuildTime>
</Cost>
<Entity parent="template_structure_defense_wall_medium">
<Footprint>
<Square width="26.5" depth="9.0"/>
<Height>9.0</Height>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>10</BuildTime>
</Cost>
<Entity parent="template_structure_defense_wall_short">
<Footprint>
<Square width="14.5" depth="9.0"/>
<Height>9.0</Height>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>20</BuildTime>
</Cost>
<Entity parent="template_structure_defense_wall_medium">
<Footprint>
<Square width="26.0" depth="7.0"/>
<Height>9.0</Height>
@ -25,4 +22,4 @@
<WallPiece>
<Length>24.0</Length>
</WallPiece>
</Entity>
</Entity>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>10</BuildTime>
</Cost>
<Entity parent="template_structure_defense_wall_short">
<Footprint>
<Square width="14.0" depth="7.0"/>
<Height>9.0</Height>

View File

@ -11,7 +11,7 @@
<Cost>
<BuildTime>20</BuildTime>
<Resources>
<stone>200</stone>
<stone>60</stone>
</Resources>
</Cost>
<Footprint>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>30</BuildTime>
<Resources>
<stone>30</stone>
</Resources>
</Cost>
<Identity>
<Classes datatype="tokens">LongWall</Classes>
<Tooltip>Long wall segments can be converted to gates.</Tooltip>

View File

@ -28,7 +28,7 @@
<Cost>
<BuildTime>20</BuildTime>
<Resources>
<stone>100</stone>
<stone>60</stone>
</Resources>
</Cost>
<Footprint>