From de3ed2cd191911c02794f7b07d4ed6769ec207fc Mon Sep 17 00:00:00 2001 From: Freagarach Date: Fri, 1 Jan 2021 07:39:24 +0000 Subject: [PATCH] [Gameplay A24] - Permadeath for heroes. Part of: https://wildfiregames.com/forum/index.php?/topic/27214-borg-expansion-pack-mod-implementation-in-0ad-alpha-24-release/. Refs. #1432 Differential revision: D3265 Reviewed by: @borg-, @Nescio This was SVN commit r24496. --- .../mods/public/simulation/templates/template_unit_hero.xml | 5 +++-- .../simulation/templates/template_unit_hero_cavalry.xml | 1 - .../templates/template_unit_hero_elephant_melee.xml | 2 -- .../simulation/templates/template_unit_hero_infantry.xml | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/binaries/data/mods/public/simulation/templates/template_unit_hero.xml b/binaries/data/mods/public/simulation/templates/template_unit_hero.xml index 6df0ff97f9..d9baff57fa 100644 --- a/binaries/data/mods/public/simulation/templates/template_unit_hero.xml +++ b/binaries/data/mods/public/simulation/templates/template_unit_hero.xml @@ -13,8 +13,8 @@ units/heroes/hero_garrison - 2 - 40 + 0 + 50 100 250 @@ -75,6 +75,7 @@ Hero + 1 100 diff --git a/binaries/data/mods/public/simulation/templates/template_unit_hero_cavalry.xml b/binaries/data/mods/public/simulation/templates/template_unit_hero_cavalry.xml index b8e9cc7304..f6ad483285 100644 --- a/binaries/data/mods/public/simulation/templates/template_unit_hero_cavalry.xml +++ b/binaries/data/mods/public/simulation/templates/template_unit_hero_cavalry.xml @@ -1,7 +1,6 @@ - 50 300 200 diff --git a/binaries/data/mods/public/simulation/templates/template_unit_hero_elephant_melee.xml b/binaries/data/mods/public/simulation/templates/template_unit_hero_elephant_melee.xml index a81394addf..fd29a5fb59 100644 --- a/binaries/data/mods/public/simulation/templates/template_unit_hero_elephant_melee.xml +++ b/binaries/data/mods/public/simulation/templates/template_unit_hero_elephant_melee.xml @@ -14,8 +14,6 @@ - 3 - 60 500 500 diff --git a/binaries/data/mods/public/simulation/templates/template_unit_hero_infantry.xml b/binaries/data/mods/public/simulation/templates/template_unit_hero_infantry.xml index 89f3187022..2da61b7fad 100644 --- a/binaries/data/mods/public/simulation/templates/template_unit_hero_infantry.xml +++ b/binaries/data/mods/public/simulation/templates/template_unit_hero_infantry.xml @@ -1,7 +1,6 @@ - 40 200 200