mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 22:34:31 +00:00
[Gameplay] Rebalancing of the Gaul fanatic
patch by : @borg- accepted by: @chrstgtr @real_tabasco_sauce Differential revision: https://code.wildfiregames.com/D4722 This was SVN commit r27021.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_champion_infantry_spearman">
|
||||
<Cost>
|
||||
<Resources>
|
||||
<food>120</food>
|
||||
<wood>100</wood>
|
||||
<metal>0</metal>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Identity>
|
||||
<Civ>gaul</Civ>
|
||||
<GenericName>Naked Fanatic</GenericName>
|
||||
@@ -7,10 +14,15 @@
|
||||
<Icon>units/gaul_champion_fanatic.png</Icon>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<food>12</food>
|
||||
<wood>10</wood>
|
||||
<metal>0</metal>
|
||||
</Loot>
|
||||
<Resistance>
|
||||
<Entity>
|
||||
<Damage>
|
||||
<Hack op="add">-4</Hack>
|
||||
<Hack op="add">-3</Hack>
|
||||
<Pierce op="add">-4</Pierce>
|
||||
</Damage>
|
||||
</Entity>
|
||||
|
||||
Reference in New Issue
Block a user