1
0
forked from mirrors/0ad

[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.
This commit is contained in:
Freagarach
2021-01-01 07:39:24 +00:00
parent ababc796b4
commit de3ed2cd19
4 changed files with 3 additions and 6 deletions
@@ -13,8 +13,8 @@
units/heroes/hero_garrison
</Auras>
<Cost>
<Population>2</Population>
<BuildTime>40</BuildTime>
<Population>0</Population>
<BuildTime>50</BuildTime>
<Resources>
<food>100</food>
<metal>250</metal>
@@ -75,6 +75,7 @@
</Sound>
<TrainingRestrictions>
<Category>Hero</Category>
<MatchLimit>1</MatchLimit>
</TrainingRestrictions>
<Vision>
<Range>100</Range>
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero">
<Cost>
<BuildTime>50</BuildTime>
<Resources>
<food>300</food>
<wood>200</wood>
@@ -14,8 +14,6 @@
</Melee>
</Attack>
<Cost>
<Population>3</Population>
<BuildTime>60</BuildTime>
<Resources>
<food>500</food>
<metal>500</metal>
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero">
<Cost>
<BuildTime>40</BuildTime>
<Resources>
<food>200</food>
<wood>200</wood>