Increases hack armour on buildings, since we have capturing now. Increase garrison regeneration rate for structures.

This was SVN commit r18045.
This commit is contained in:
scythetwirler 2016-04-17 20:18:13 +00:00
parent c25dc39b86
commit 27c46a0a68
15 changed files with 26 additions and 50 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Armour>
<Hack>3.0</Hack>
<Pierce>25.0</Pierce>
<Crush>1.0</Crush>
<Hack op="add">-5.0</Hack>
<Pierce op ="add">-5.0</Pierce>
<Crush op="add">-2.0</Crush>
<Foundation>
<Hack>1.0</Hack>
<Pierce>5.0</Pierce>

View file

@ -23,7 +23,7 @@
<Capturable>
<CapturePoints>500</CapturePoints>
<RegenRate>0.5</RegenRate>
<GarrisonRegenRate>4.0</GarrisonRegenRate>
<GarrisonRegenRate>10.0</GarrisonRegenRate>
</Capturable>
<Cost>
<Population>0</Population>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>10</Hack>
<Hack>20</Hack>
<Pierce>30</Pierce>
<Crush>3</Crush>
<Foundation>

View file

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic">
<Armour>
<Hack>15</Hack>
<Pierce>25</Pierce>
<Crush>3</Crush>
<Hack op="add">5</Hack>
<Pierce op="add">5</Pierce>
<Foundation>
<Hack>5</Hack>
<Pierce>15</Pierce>
@ -36,7 +35,7 @@
</Distance>
</BuildRestrictions>
<Capturable>
<CapturePoints>2000</CapturePoints>
<CapturePoints>2500</CapturePoints>
<RegenRate>5.0</RegenRate>
</Capturable>
<Cost>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>15.0</Hack>
<Pierce>25.0</Pierce>
<Crush>3.0</Crush>
<Hack>25</Hack>
<Pierce>30</Pierce>
<Crush>3</Crush>
<Foundation>
<Hack>1.0</Hack>
<Pierce>5.0</Pierce>

View file

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense">
<Armour>
<Hack>5.0</Hack>
<Pierce>40.0</Pierce>
<Crush>4.0</Crush>
</Armour>
<BuildRestrictions>
<Category>Wall</Category>
</BuildRestrictions>

View file

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Armour>
<Hack>18.0</Hack>
<Pierce>40.0</Pierce>
<Crush>4.0</Crush>
</Armour>
<Auras datatype="tokens">wall_garrisoned</Auras>
<Cost>
<BuildTime>45</BuildTime>

View file

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Armour>
<Hack>18.0</Hack>
<Pierce>40.0</Pierce>
<Crush>4.0</Crush>
</Armour>
<Auras datatype="tokens">wall_garrisoned</Auras>
<Cost>
<BuildTime>30</BuildTime>

View file

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Armour>
<Hack>18.0</Hack>
<Pierce>40.0</Pierce>
<Crush>4.0</Crush>
</Armour>
<Cost>
<BuildTime>15</BuildTime>
<Resources>

View file

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense">
<Armour>
<Hack>18.0</Hack>
<Pierce>40.0</Pierce>
<Crush>4.0</Crush>
</Armour>
<Attack>
<Ranged>
<Hack>0.0</Hack>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_defense_tower">
<Armour>
<Hack>5.0</Hack>
<Pierce>20.0</Pierce>
<Crush>1.0</Crush>
<Armour>
<Hack op="add">-5.0</Hack>
<Pierce op ="add">-5.0</Pierce>
<Crush op="add">-2.0</Crush>
</Armour>
<Attack>
<Ranged>

View file

@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>10</Hack>
<Pierce>30</Pierce>
<Crush>1</Crush>
<Foundation>
<Hack>1</Hack>
<Pierce>5</Pierce>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>15</Hack>
<Pierce>30</Pierce>
<Crush>2</Crush>
<Hack>20</Hack>
<Pierce>35</Pierce>
<Crush>3</Crush>
<Foundation>
<Hack>1</Hack>
<Pierce>5</Pierce>

View file

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military">
<Armour>
<Hack op="add">5</Hack>
<Pierce op="add">5</Pierce>
<Crush op="add">3</Crush>
</Armour>
<Attack>
<Ranged>
<Hack>0.0</Hack>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>5</Hack>
<Pierce>25</Pierce>
<Crush>5</Crush>
<Hack>20</Hack>
<Pierce>30</Pierce>
<Crush>3</Crush>
<Foundation>
<Hack>3</Hack>
<Pierce>10</Pierce>