From b82451a4ff48656e40d9cf3bfe3703a3ab4b18cc Mon Sep 17 00:00:00 2001 From: Matei Date: Sun, 23 Jul 2006 17:26:37 +0000 Subject: [PATCH] Two new techs, to demonstrate negative bonuses. These are the infantry spearman speed and armour techs for Hellenes. This was SVN commit r4165. --- .../entities/structures/hele_barracks.xml | 11 +++++ .../template_unit_infantry_melee_spearman.xml | 2 +- .../hellenes/hele_spearman_armour_1.xml | 48 +++++++++++++++++++ .../hellenes/hele_spearman_speed_1.xml | 48 +++++++++++++++++++ 4 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 binaries/data/mods/official/technologies/hellenes/hele_spearman_armour_1.xml create mode 100644 binaries/data/mods/official/technologies/hellenes/hele_spearman_speed_1.xml diff --git a/binaries/data/mods/official/entities/structures/hele_barracks.xml b/binaries/data/mods/official/entities/structures/hele_barracks.xml index 80bf9f2aa3..f4a5b6da6f 100644 --- a/binaries/data/mods/official/entities/structures/hele_barracks.xml +++ b/binaries/data/mods/official/entities/structures/hele_barracks.xml @@ -18,5 +18,16 @@ structures/hellenes/barracks.xml + + + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/template_unit_infantry_melee_spearman.xml b/binaries/data/mods/official/entities/template_unit_infantry_melee_spearman.xml index 0dc043da1f..170fa7b9ee 100644 --- a/binaries/data/mods/official/entities/template_unit_infantry_melee_spearman.xml +++ b/binaries/data/mods/official/entities/template_unit_infantry_melee_spearman.xml @@ -11,7 +11,7 @@ 3 - Spear + Spear, InfantrySpearman Probably one of the most primitive units in the game. Fighting with a sharp object at the end of the pole didn't require a lot of technology to develop. It also allowed the human to distance themselves from their attacker. As time passed the spears got longer and longer. Started with a fighting style similar to using a quarterstaff, then to using them in numbers as a 'pin cushion' vs. humans (sarissa in a phalanx). Later it was developed to combat cavalry. During the medieval period it evolved to the pike. These units tended to be armoured as heavily as possible. diff --git a/binaries/data/mods/official/technologies/hellenes/hele_spearman_armour_1.xml b/binaries/data/mods/official/technologies/hellenes/hele_spearman_armour_1.xml new file mode 100644 index 0000000000..b3986c9a04 --- /dev/null +++ b/binaries/data/mods/official/technologies/hellenes/hele_spearman_armour_1.xml @@ -0,0 +1,48 @@ + + + + + Spearman Armour 1 + Reinforced Sandals + + PortraitSheetTech + 0 + + Buff + + + + + + + + + 0 + 100 + 0 + 100 + + + + + InfantrySpearman + + hele_spearman_speed_1 + + + traits.armour.value + 10% + + + + actions.move.speed + -3% + + + + actions.move.run.speed + -3% + + + + diff --git a/binaries/data/mods/official/technologies/hellenes/hele_spearman_speed_1.xml b/binaries/data/mods/official/technologies/hellenes/hele_spearman_speed_1.xml new file mode 100644 index 0000000000..f6e5817533 --- /dev/null +++ b/binaries/data/mods/official/technologies/hellenes/hele_spearman_speed_1.xml @@ -0,0 +1,48 @@ + + + + + Spearman Speed 1 + Rocket Boots + + PortraitSheetTech + 0 + + Buff + + + + + + + + + 0 + 100 + 0 + 100 + + + + + InfantrySpearman + + hele_spearman_armour_1 + + + traits.armour.value + -3% + + + + actions.move.speed + 10% + + + + actions.move.run.speed + 10% + + + +