1
0
forked from 0ad/0ad

More armor adjustments.

This was SVN commit r13384.
This commit is contained in:
Michael D. Hafer 2013-04-30 08:36:47 +00:00
parent 181db44ab5
commit 67ff52a07f
26 changed files with 51 additions and 118 deletions

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_defensive">
<Armour>
<Hack>6.0</Hack>
<Pierce>8.0</Pierce>
<Crush>10.0</Crush>
<Hack>3</Hack>
<Pierce>4</Pierce>
<Crush>5</Crush>
</Armour>
<Attack>
<Melee>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Armour>
<Hack>2.0</Hack>
<Pierce>5.0</Pierce>
<Crush>2.0</Crush>
<Hack>1</Hack>
<Pierce>3</Pierce>
<Crush>1</Crush>
</Armour>
<Footprint>
<Circle radius="1.5"/>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_defensive">
<Armour>
<Hack>6.0</Hack>
<Pierce>8.0</Pierce>
<Crush>10.0</Crush>
<Hack>3</Hack>
<Pierce>4</Pierce>
<Crush>5</Crush>
</Armour>
<Attack>
<Melee>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_defensive">
<Armour>
<Hack>6.0</Hack>
<Pierce>8.0</Pierce>
<Crush>10.0</Crush>
<Hack>3</Hack>
<Pierce>4</Pierce>
<Crush>5</Crush>
</Armour>
<Attack>
<Melee>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_defensive">
<Armour>
<Hack>6.0</Hack>
<Pierce>8.0</Pierce>
<Crush>10.0</Crush>
<Hack>3</Hack>
<Pierce>4</Pierce>
<Crush>5</Crush>
</Armour>
<Attack>
<Melee>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>1.0</Hack>
<Pierce>10.0</Pierce>
<Crush>10.0</Crush>
<Hack>1</Hack>
<Pierce>10</Pierce>
<Crush>1</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_civil_centre">
<Armour>
<Hack>20.0</Hack>
<Pierce>40</Pierce>
<Crush>10.0</Crush>
</Armour>
<Cost>
<PopulationBonus>20</PopulationBonus>
<BuildTime>600</BuildTime>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>5.0</Hack>
<Pierce>10.0</Pierce>
<Crush>5.0</Crush>
<Hack>2</Hack>
<Pierce>5</Pierce>
<Crush>2</Crush>
</Armour>
<BuildRestrictions>
<Category>Fence</Category>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>5.0</Hack>
<Pierce>10.0</Pierce>
<Crush>5.0</Crush>
<Hack>2</Hack>
<Pierce>5</Pierce>
<Crush>2</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>5.0</Hack>
<Pierce>10.0</Pierce>
<Crush>5.0</Crush>
<Hack>2</Hack>
<Pierce>5</Pierce>
<Crush>2</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>2.0</Hack>
<Pierce>10.0</Pierce>
<Crush>2.0</Crush>
<Hack>1</Hack>
<Pierce>10</Pierce>
<Crush>1</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>2.0</Hack>
<Pierce>10.0</Pierce>
<Crush>2.0</Crush>
<Hack>1</Hack>
<Pierce>10</Pierce>
<Crush>1</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>5.0</Hack>
<Pierce>15.0</Pierce>
<Crush>5.0</Crush>
<Hack>2</Hack>
<Pierce>10</Pierce>
<Crush>2</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Entity parent="template_structure_civic">
<BuildRestrictions>
<Category>Special</Category>
</BuildRestrictions>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Entity parent="template_structure_civic">
<Armour>
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>

View File

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Entity parent="template_structure_civic">
<BuildRestrictions>
<Category>Stoa</Category>
</BuildRestrictions>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>15.0</Hack>
<Pierce>20.0</Pierce>
<Crush>20.0</Crush>
<Hack>2</Hack>
<Pierce>10</Pierce>
<Crush>2</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_gate">
<Armour>
<Hack>5.0</Hack>
<Pierce>20.0</Pierce>
<Crush>10.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_wall_long">
<Armour>
<Hack>5.0</Hack>
<Pierce>20.0</Pierce>
<Crush>10.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_wall">
<Armour>
<Hack>5.0</Hack>
<Pierce>20.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Cost>
<BuildTime>12</BuildTime>
<Resources>

View File

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

View File

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

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>1.0</Hack>
<Pierce>10.0</Pierce>
<Crush>10.0</Crush>
<Hack>1</Hack>
<Pierce>10</Pierce>
<Crush>1</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>1.0</Hack>
<Pierce>10.0</Pierce>
<Crush>10.0</Crush>
<Hack>1</Hack>
<Pierce>10</Pierce>
<Crush>1</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>

View File

@ -1,32 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/hele_infantry_spearman_a">
<Armour>
<Hack>7.0</Hack>
<Pierce>5.0</Pierce>
<Crush>12.0</Crush>
</Armour>
<Attack>
<Melee>
<Hack>17.0</Hack>
<Pierce>8.5</Pierce>
</Melee>
<Charge>
<Hack>35.0</Hack>
<Pierce>17.0</Pierce>
</Charge>
</Attack>
<Health>
<Max>100</Max>
</Health>
<Identity>
<Icon>units/hele_infantry_spearman.png</Icon>
</Identity>
<UnitMotion>
<WalkSpeed>7.25</WalkSpeed>
<Run>
<Speed>14.0</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>temp/sword_hoplite_1.xml</Actor>
</VisualActor>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_full">
<Armour>
<Hack>1.0</Hack>
<Pierce>1.0</Pierce>
<Crush>1.0</Crush>
<Hack>1</Hack>
<Pierce>1</Pierce>
<Crush>1</Crush>
</Armour>
<Cost>
<Population>1</Population>