1
0
forked from 0ad/0ad

Convert resource data in entity templates

This was SVN commit r7321.
This commit is contained in:
Ykkrosh 2010-02-12 22:46:07 +00:00
parent abe5d3185f
commit 321cc8ae8f
104 changed files with 584 additions and 1 deletions

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Bear</SpecificName>
</Identity>
<ResourceSupply>
<Amount>300</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/bear.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Boar</SpecificName>
</Identity>
<ResourceSupply>
<Amount>150</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/boar.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Chicken</SpecificName>
</Identity>
<ResourceSupply>
<Amount>40</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/chicken.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Elephant</SpecificName>
</Identity>
<ResourceSupply>
<Amount>500</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/elephant.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>African Bush Elephant</SpecificName>
</Identity>
<ResourceSupply>
<Amount>800</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/elephant_african_bush.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Infant African Elephant</SpecificName>
</Identity>
<ResourceSupply>
<Amount>100</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/elephant_african_baby.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>North African Elephant</SpecificName>
</Identity>
<ResourceSupply>
<Amount>500</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/elephant_african_forest.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Goat</SpecificName>
</Identity>
<ResourceSupply>
<Amount>120</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/goat.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Muskox</SpecificName>
</Identity>
<ResourceSupply>
<Amount>200</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/muskox.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Rabbit</SpecificName>
</Identity>
<ResourceSupply>
<Amount>50</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/rabbit1.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Walrus</SpecificName>
</Identity>
<ResourceSupply>
<Amount>300</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<VisualActor>
<Actor>fauna/walrus.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,11 @@
<Identity>
<SpecificName>Zebra</SpecificName>
</Identity>
<ResourceSupply>
<Amount>150</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<UnitMotion>
<WalkSpeed>6.0</WalkSpeed>
</UnitMotion>

View File

@ -3,6 +3,10 @@
<Identity>
<SpecificName>Deciduous Bush</SpecificName>
</Identity>
<ResourceSupply>
<Amount>50</Amount>
<Type>wood</Type>
</ResourceSupply>
<VisualActor>
<Actor>props/flora/bush_tempe_a.xml</Actor>
</VisualActor>

View File

@ -4,6 +4,10 @@
<SpecificName>Baobab</SpecificName>
<IconCell>3</IconCell>
</Identity>
<ResourceSupply>
<Amount>300</Amount>
<Type>wood</Type>
</ResourceSupply>
<VisualActor>
<Actor>flora/trees/baobab.xml</Actor>
</VisualActor>

View File

@ -3,6 +3,10 @@
<Identity>
<SpecificName>Large Oak Tree</SpecificName>
</Identity>
<ResourceSupply>
<Amount>200</Amount>
<Type>wood</Type>
</ResourceSupply>
<VisualActor>
<Actor>flora/trees/oak_large.xml</Actor>
</VisualActor>

View File

@ -4,6 +4,12 @@
<SpecificName>Argyraspides</SpecificName>
<IconCell>12</IconCell>
</Identity>
<Cost>
<Resources>
<food>65</food>
<metal>120</metal>
</Resources>
</Cost>
<Health>
<Max>135</Max>
</Health>

View File

@ -4,6 +4,12 @@
<SpecificName>Gymnasion</SpecificName>
<IconCell>63</IconCell>
</Identity>
<Cost>
<Resources>
<stone>200</stone>
<metal>200</metal>
</Resources>
</Cost>
<Health>
<Max>2200</Max>
</Health>

View File

@ -3,6 +3,12 @@
<Identity>
<SpecificName>Theatron</SpecificName>
</Identity>
<Cost>
<Resources>
<wood>200</wood>
<stone>500</stone>
</Resources>
</Cost>
<Health>
<Max>5500</Max>
</Health>

View File

@ -4,6 +4,12 @@
<SpecificName>Tholos</SpecificName>
<IconCell>24</IconCell>
</Identity>
<Cost>
<Resources>
<stone>100</stone>
<metal>200</metal>
</Resources>
</Cost>
<Health>
<Max>2200</Max>
</Health>

View File

@ -6,4 +6,10 @@
<IconSheet>PortraitSheetTree</IconSheet>
<IconCell>2</IconCell>
</Identity>
<Selectable/>
<ResourceSupply>
<Amount>120</Amount>
<Type>food</Type>
<Subtype>fruit</Subtype>
</ResourceSupply>
</Entity>

View File

@ -5,4 +5,9 @@
<IconSheet>PortraitSheetTree</IconSheet>
<IconCell>0</IconCell>
</Identity>
<Selectable/>
<ResourceSupply>
<Amount>100</Amount>
<Type>wood</Type>
</ResourceSupply>
</Entity>

View File

@ -5,4 +5,9 @@
<IconSheet>PortraitSheetRock</IconSheet>
<IconCell>1</IconCell>
</Identity>
<Selectable/>
<ResourceSupply>
<Amount>1000</Amount>
<Type>metal</Type>
</ResourceSupply>
</Entity>

View File

@ -6,4 +6,9 @@
<IconSheet>PortraitSheetRock</IconSheet>
<IconCell>0</IconCell>
</Identity>
<Selectable/>
<ResourceSupply>
<Amount>500</Amount>
<Type>stone</Type>
</ResourceSupply>
</Entity>

View File

@ -4,6 +4,10 @@
<GenericName>Structure</GenericName>
<IconSheet>PortraitSheet</IconSheet>
</Identity>
<Cost>
<Resources>
</Resources>
</Cost>
<Health>
</Health>
<Armour>

View File

@ -6,6 +6,11 @@
</Identity>
<Cost>
<PopulationBonus>10</PopulationBonus>
<Resources>
<wood>100</wood>
<stone>100</stone>
<metal>100</metal>
</Resources>
</Cost>
<Health>
<Max>3000</Max>

View File

@ -6,6 +6,9 @@
</Identity>
<Cost>
<PopulationBonus>5</PopulationBonus>
<Resources>
<wood>100</wood>
</Resources>
</Cost>
<Health>
<Max>800</Max>

View File

@ -6,6 +6,9 @@
</Identity>
<Cost>
<PopulationBonus>5</PopulationBonus>
<Resources>
<stone>300</stone>
</Resources>
</Cost>
<Health>
<Max>2000</Max>

View File

@ -4,6 +4,12 @@
<GenericName>Outpost</GenericName>
<IconCell>53</IconCell>
</Identity>
<Cost>
<Resources>
<wood>50</wood>
<stone>50</stone>
</Resources>
</Cost>
<Health>
<Max>1200</Max>
</Health>

View File

@ -4,6 +4,11 @@
<GenericName>Wall</GenericName>
<IconCell>54</IconCell>
</Identity>
<Cost>
<Resources>
<stone>20</stone>
</Resources>
</Cost>
<Health>
<Max>2000</Max>
</Health>

View File

@ -4,6 +4,11 @@
<GenericName>Gate</GenericName>
<IconCell>56</IconCell>
</Identity>
<Cost>
<Resources>
<stone>100</stone>
</Resources>
</Cost>
<Health>
<Max>3000</Max>
</Health>

View File

@ -4,6 +4,11 @@
<GenericName>Tower</GenericName>
<IconCell>55</IconCell>
</Identity>
<Cost>
<Resources>
<stone>25</stone>
</Resources>
</Cost>
<Health>
<Max>2500</Max>
</Health>

View File

@ -4,6 +4,11 @@
<GenericName>Farmstead</GenericName>
<IconCell>49</IconCell>
</Identity>
<Cost>
<Resources>
<wood>100</wood>
</Resources>
</Cost>
<Health>
<Max>900</Max>
</Health>

View File

@ -4,6 +4,11 @@
<GenericName>Market</GenericName>
<IconCell>60</IconCell>
</Identity>
<Cost>
<Resources>
<wood>300</wood>
</Resources>
</Cost>
<Health>
<Max>1500</Max>
</Health>

View File

@ -4,6 +4,11 @@
<GenericName>Mill</GenericName>
<IconCell>52</IconCell>
</Identity>
<Cost>
<Resources>
<wood>100</wood>
</Resources>
</Cost>
<Health>
<Max>800</Max>
</Health>

View File

@ -6,6 +6,10 @@
</Identity>
<Cost>
<PopulationBonus>5</PopulationBonus>
<Resources>
<wood>100</wood>
<stone>100</stone>
</Resources>
</Cost>
<Health>
<Max>2000</Max>

View File

@ -6,6 +6,9 @@
</Identity>
<Cost>
<PopulationBonus>5</PopulationBonus>
<Resources>
<wood>300</wood>
</Resources>
</Cost>
<Health>
<Max>2500</Max>

View File

@ -6,6 +6,9 @@
</Identity>
<Cost>
<PopulationBonus>10</PopulationBonus>
<Resources>
<stone>500</stone>
</Resources>
</Cost>
<Health>
<Max>4200</Max>

View File

@ -4,6 +4,16 @@
<GenericName>Corral</GenericName>
<IconCell>51</IconCell>
</Identity>
<Cost>
<Resources>
<wood>50</wood>
</Resources>
</Cost>
<ResourceSupply>
<Amount>200</Amount>
<Type>food</Type>
<Subtype>milk</Subtype>
</ResourceSupply>
<Health>
<Max>100</Max>
</Health>

View File

@ -4,6 +4,16 @@
<GenericName>Field</GenericName>
<IconCell>50</IconCell>
</Identity>
<Cost>
<Resources>
<wood>20</wood>
</Resources>
</Cost>
<ResourceSupply>
<Amount>1000</Amount>
<Type>food</Type>
<Subtype>grain</Subtype>
</ResourceSupply>
<Health>
<Max>120</Max>
</Health>

View File

@ -5,7 +5,16 @@
</Identity>
<Cost>
<Population>2</Population>
<Resources>
<food>100</food>
</Resources>
</Cost>
<ResourceGatherer>
<BaseSpeed>1000</BaseSpeed>
<Rates>
<food.meat>20</food.meat>
</Rates>
</ResourceGatherer>
<Health>
<Max>150</Max>
<RegenRate>0.2</RegenRate>

View File

@ -4,6 +4,12 @@
<GenericName>Cavalry Archer</GenericName>
<IconCell>24</IconCell>
</Identity>
<Cost>
<Resources>
<food>100</food>
<wood>85</wood>
</Resources>
</Cost>
<Health>
<Max>150</Max>
</Health>

View File

@ -4,6 +4,12 @@
<GenericName>Cavalry Javelinist</GenericName>
<IconCell>6</IconCell>
</Identity>
<Cost>
<Resources>
<food>100</food>
<wood>70</wood>
</Resources>
</Cost>
<Health>
<Max>150</Max>
</Health>

View File

@ -2,4 +2,9 @@
<Entity parent="template_unit_fauna">
<Identity>
</Identity>
<ResourceSupply>
<Amount>100</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
</Entity>

View File

@ -2,4 +2,9 @@
<Entity parent="template_unit_fauna">
<Identity>
</Identity>
<ResourceSupply>
<Amount>100</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
</Entity>

View File

@ -4,6 +4,10 @@
<GenericName>Hero</GenericName>
</Identity>
<Cost>
<Resources>
<food>100</food>
<metal>250</metal>
</Resources>
</Cost>
<Health>
<Max>300</Max>

View File

@ -5,6 +5,10 @@
</Identity>
<Cost>
<Population>2</Population>
<Resources>
<food>150</food>
<metal>25</metal>
</Resources>
</Cost>
<Health>
<Max>400</Max>

View File

@ -4,6 +4,10 @@
<GenericName>Hero</GenericName>
</Identity>
<Cost>
<Resources>
<food>75</food>
<metal>25</metal>
</Resources>
</Cost>
<Health>
<Max>300</Max>

View File

@ -3,6 +3,12 @@
<Identity>
<GenericName>Hero</GenericName>
</Identity>
<Cost>
<Resources>
<food>100</food>
<wood>500</wood>
</Resources>
</Cost>
<Health>
<Max>200</Max>
<RegenRate>0.2</RegenRate>

View File

@ -4,7 +4,22 @@
<GenericName>Infantry</GenericName>
</Identity>
<Cost>
<Resources>
<food>50</food>
</Resources>
</Cost>
<ResourceGatherer>
<BaseSpeed>1000</BaseSpeed>
<Rates>
<food.fish>1</food.fish>
<food.fruit>1</food.fruit>
<food.grain>1</food.grain>
<food.meat>1</food.meat>
<metal>3</metal>
<stone>3</stone>
<wood>2</wood>
</Rates>
</ResourceGatherer>
<Health>
<Max>100</Max>
<RegenRate>0.2</RegenRate>

View File

@ -4,6 +4,12 @@
<GenericName>Infantry Swordsman</GenericName>
<IconCell>0</IconCell>
</Identity>
<Cost>
<Resources>
<food>50</food>
<metal>62</metal>
</Resources>
</Cost>
<Health>
<Max>90</Max>
</Health>

View File

@ -4,6 +4,12 @@
<GenericName>Infantry Slinger</GenericName>
<IconCell>12</IconCell>
</Identity>
<Cost>
<Resources>
<food>50</food>
<stone>30</stone>
</Resources>
</Cost>
<Health>
<Max>70</Max>
</Health>

View File

@ -4,6 +4,12 @@
<GenericName>Bireme</GenericName>
<IconCell>39</IconCell>
</Identity>
<Cost>
<Resources>
<wood>250</wood>
<metal>250</metal>
</Resources>
</Cost>
<Armour>
<Hack>15.0</Hack>
<Pierce>15.0</Pierce>

View File

@ -4,6 +4,11 @@
<GenericName>Merchantman</GenericName>
<IconCell>38</IconCell>
</Identity>
<Cost>
<Resources>
<metal>100</metal>
</Resources>
</Cost>
<Armour>
<Hack>10.0</Hack>
<Pierce>10.0</Pierce>

View File

@ -4,6 +4,12 @@
<GenericName>Quinquereme</GenericName>
<IconCell>41</IconCell>
</Identity>
<Cost>
<Resources>
<wood>600</wood>
<metal>500</metal>
</Resources>
</Cost>
<Armour>
<Hack>25.0</Hack>
<Pierce>25.0</Pierce>

View File

@ -4,6 +4,12 @@
<GenericName>Trireme</GenericName>
<IconCell>40</IconCell>
</Identity>
<Cost>
<Resources>
<wood>400</wood>
<metal>350</metal>
</Resources>
</Cost>
<Armour>
<Hack>20.0</Hack>
<Pierce>20.0</Pierce>

View File

@ -4,6 +4,12 @@
<GenericName>Siege Ballista</GenericName>
<IconCell>37</IconCell>
</Identity>
<Cost>
<Resources>
<wood>190</wood>
<stone>100</stone>
</Resources>
</Cost>
<Health>
<Max>180</Max>
</Health>

View File

@ -4,6 +4,12 @@
<GenericName>Siege Onager</GenericName>
<IconCell>35</IconCell>
</Identity>
<Cost>
<Resources>
<wood>330</wood>
<stone>80</stone>
</Resources>
</Cost>
<Health>
<Max>250</Max>
</Health>

View File

@ -4,6 +4,12 @@
<GenericName>Siege Ram</GenericName>
<IconCell>36</IconCell>
</Identity>
<Cost>
<Resources>
<wood>260</wood>
<metal>60</metal>
</Resources>
</Cost>
<Health>
<Max>200</Max>
</Health>

View File

@ -6,6 +6,9 @@
</Identity>
<Cost>
<Population>2</Population>
<Resources>
<food>150</food>
</Resources>
</Cost>
<Health>
<Max>200</Max>

View File

@ -5,6 +5,9 @@
<IconCell>43</IconCell>
</Identity>
<Cost>
<Resources>
<food>75</food>
</Resources>
</Cost>
<Health>
<Max>150</Max>

View File

@ -4,6 +4,9 @@
<GenericName>Super Ranged</GenericName>
</Identity>
<Cost>
<Resources>
<food>75</food>
</Resources>
</Cost>
<Health>
<Max>150</Max>

View File

@ -4,6 +4,12 @@
<GenericName>Super Siege</GenericName>
<IconCell>44</IconCell>
</Identity>
<Cost>
<Resources>
<wood>500</wood>
<metal>400</metal>
</Resources>
</Cost>
<Armour>
<Hack>550.0</Hack>
<Pierce>600.0</Pierce>

View File

@ -4,6 +4,23 @@
<GenericName>Female Citizen</GenericName>
<IconCell>32</IconCell>
</Identity>
<Cost>
<Resources>
<food>50</food>
</Resources>
</Cost>
<ResourceGatherer>
<BaseSpeed>1000</BaseSpeed>
<Rates>
<food.fish>0.8</food.fish>
<food.fruit>3</food.fruit>
<food.grain>3</food.grain>
<food.meat>0.5</food.meat>
<metal>1</metal>
<stone>1</stone>
<wood>2</wood>
</Rates>
</ResourceGatherer>
<Health>
<Max>75</Max>
<RegenRate>0.3</RegenRate>

View File

@ -4,6 +4,11 @@
<GenericName>Healer</GenericName>
<IconCell>33</IconCell>
</Identity>
<Cost>
<Resources>
<metal>120</metal>
</Resources>
</Cost>
<Health>
<Max>85</Max>
<RegenRate>0.3</RegenRate>

View File

@ -5,6 +5,10 @@
<IconCell>34</IconCell>
</Identity>
<Cost>
<Resources>
<food>50</food>
<metal>50</metal>
</Resources>
</Cost>
<Health>
<Max>100</Max>

View File

@ -5,6 +5,9 @@
<SpecificName>Coun</SpecificName>
</Identity>
<Cost>
<Resources>
<food>90</food>
</Resources>
</Cost>
<Health>
<Max>50</Max>

View File

@ -7,6 +7,11 @@
</Identity>
<Cost>
<Population>4</Population>
<Resources>
<food>180</food>
<wood>100</wood>
<metal>250</metal>
</Resources>
</Cost>
<Health>
<Max>350</Max>

View File

@ -5,6 +5,12 @@
<SpecificName>Brennus</SpecificName>
<IconCell>29</IconCell>
</Identity>
<Cost>
<Resources>
<food>100</food>
<wood>250</wood>
</Resources>
</Cost>
<Health>
<Max>220</Max>
</Health>

View File

@ -6,6 +6,10 @@
<IconCell>30</IconCell>
</Identity>
<Cost>
<Resources>
<food>80</food>
<metal>400</metal>
</Resources>
</Cost>
<Health>
<Max>200</Max>

View File

@ -5,6 +5,12 @@
<SpecificName>Caratacos</SpecificName>
<IconCell>45</IconCell>
</Identity>
<Cost>
<Resources>
<food>150</food>
<metal>175</metal>
</Resources>
</Cost>
<Health>
<Max>225</Max>
</Health>

View File

@ -7,6 +7,10 @@
</Identity>
<Cost>
<Population>2</Population>
<Resources>
<food>135</food>
<metal>200</metal>
</Resources>
</Cost>
<Health>
<Max>250</Max>

View File

@ -5,6 +5,12 @@
<SpecificName>Vercingetorix</SpecificName>
<IconCell>31</IconCell>
</Identity>
<Cost>
<Resources>
<food>150</food>
<metal>300</metal>
</Resources>
</Cost>
<Health>
<Max>300</Max>
</Health>

View File

@ -4,6 +4,11 @@
<Civ>celt</Civ>
<SpecificName>Baguada</SpecificName>
</Identity>
<Cost>
<Resources>
<wood>45</wood>
</Resources>
</Cost>
<UnitMotion>
<WalkSpeed>9.0</WalkSpeed>
</UnitMotion>

View File

@ -4,6 +4,11 @@
<Civ>celt</Civ>
<SpecificName>Gaesata</SpecificName>
</Identity>
<Cost>
<Resources>
<wood>45</wood>
</Resources>
</Cost>
<Health>
<Max>90</Max>
</Health>

View File

@ -7,6 +7,11 @@
</Identity>
<Cost>
<Population>4</Population>
<Resources>
<food>180</food>
<wood>100</wood>
<metal>120</metal>
</Resources>
</Cost>
<Health>
<Max>200</Max>

View File

@ -4,6 +4,11 @@
<Civ>celt</Civ>
<SpecificName>Gallic Brihent</SpecificName>
</Identity>
<Cost>
<Resources>
<metal>130</metal>
</Resources>
</Cost>
<UnitMotion>
<WalkSpeed>9.0</WalkSpeed>
</UnitMotion>

View File

@ -5,6 +5,12 @@
<SpecificName>Brythonic Delamokludda</SpecificName>
<IconCell>40</IconCell>
</Identity>
<Cost>
<Resources>
<food>65</food>
<metal>100</metal>
</Resources>
</Cost>
<Health>
<Max>100</Max>
</Health>

View File

@ -4,6 +4,12 @@
<Civ>celt</Civ>
<SpecificName>Gallic Solduri</SpecificName>
</Identity>
<Cost>
<Resources>
<food>60</food>
<metal>110</metal>
</Resources>
</Cost>
<Health>
<Max>110</Max>
</Health>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/hele_cavalry_swordsman_b">
<ResourceGatherer>
<BaseSpeed>1500</BaseSpeed>
</ResourceGatherer>
<Health>
<Max>150</Max>
<RegenRate>0.3</RegenRate>

View File

@ -5,6 +5,12 @@
<SpecificName>Hyppikon</SpecificName>
<IconCell>18</IconCell>
</Identity>
<Cost>
<Resources>
<wood>5</wood>
<metal>17</metal>
</Resources>
</Cost>
<Health>
<Max>140</Max>
</Health>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/hele_cavalry_swordsman_a">
<ResourceGatherer>
<BaseSpeed>2000</BaseSpeed>
</ResourceGatherer>
<Health>
<Max>160</Max>
<RegenRate>0.4</RegenRate>

View File

@ -5,6 +5,12 @@
<SpecificName>Alexander</SpecificName>
<IconCell>30</IconCell>
</Identity>
<Cost>
<Resources>
<wood>12</wood>
<metal>97</metal>
</Resources>
</Cost>
<Health>
<Max>400</Max>
</Health>

View File

@ -5,6 +5,12 @@
<SpecificName>Demetrius</SpecificName>
<IconCell>29</IconCell>
</Identity>
<Cost>
<Resources>
<wood>51</wood>
<metal>73</metal>
</Resources>
</Cost>
<Health>
<Max>275</Max>
</Health>

View File

@ -5,6 +5,12 @@
<SpecificName>Leonidas</SpecificName>
<IconCell>21</IconCell>
</Identity>
<Cost>
<Resources>
<wood>35</wood>
<metal>150</metal>
</Resources>
</Cost>
<Armour>
<Hack>16.0</Hack>
<Pierce>14.0</Pierce>

View File

@ -5,6 +5,11 @@
<SpecificName>Philip II</SpecificName>
<IconCell>31</IconCell>
</Identity>
<Cost>
<Resources>
<metal>93</metal>
</Resources>
</Cost>
<Health>
<Max>380</Max>
</Health>

View File

@ -5,6 +5,11 @@
<SpecificName>Themistocles</SpecificName>
<IconCell>22</IconCell>
</Identity>
<Cost>
<Resources>
<metal>137</metal>
</Resources>
</Cost>
<Health>
<Max>280</Max>
</Health>

View File

@ -5,6 +5,12 @@
<SpecificName>Xenophon</SpecificName>
<IconCell>23</IconCell>
</Identity>
<Cost>
<Resources>
<wood>50</wood>
<metal>82</metal>
</Resources>
</Cost>
<Health>
<Max>280</Max>
</Health>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/hele_infantry_archer_b">
<ResourceGatherer>
<BaseSpeed>1500</BaseSpeed>
</ResourceGatherer>
<Health>
<Max>95</Max>
<RegenRate>0.3</RegenRate>

View File

@ -5,6 +5,11 @@
<SpecificName>Toxotes</SpecificName>
<IconCell>9</IconCell>
</Identity>
<Cost>
<Resources>
<wood>35</wood>
</Resources>
</Cost>
<Health>
<Max>85</Max>
<RegenRate>0.2</RegenRate>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/hele_infantry_archer_a">
<ResourceGatherer>
<BaseSpeed>2000</BaseSpeed>
</ResourceGatherer>
<Health>
<Max>105</Max>
<RegenRate>0.4</RegenRate>

View File

@ -3,6 +3,9 @@
<Identity>
<IconCell>7</IconCell>
</Identity>
<ResourceGatherer>
<BaseSpeed>1500</BaseSpeed>
</ResourceGatherer>
<Health>
<Max>110</Max>
<RegenRate>0.3</RegenRate>

View File

@ -5,6 +5,11 @@
<SpecificName>Thracian Peltast</SpecificName>
<IconCell>6</IconCell>
</Identity>
<Cost>
<Resources>
<metal>75</metal>
</Resources>
</Cost>
<Armour>
<Hack>2.0</Hack>
<Pierce>2.0</Pierce>

View File

@ -3,6 +3,9 @@
<Identity>
<IconCell>8</IconCell>
</Identity>
<ResourceGatherer>
<BaseSpeed>2000</BaseSpeed>
</ResourceGatherer>
<Health>
<Max>120</Max>
<RegenRate>0.4</RegenRate>

View File

@ -3,6 +3,9 @@
<Identity>
<IconCell>4</IconCell>
</Identity>
<ResourceGatherer>
<BaseSpeed>1500</BaseSpeed>
</ResourceGatherer>
<Health>
<Max>110</Max>
<RegenRate>0.3</RegenRate>

View File

@ -5,6 +5,12 @@
<SpecificName>Hoplite</SpecificName>
<IconCell>3</IconCell>
</Identity>
<Cost>
<Resources>
<wood>75</wood>
<metal>5</metal>
</Resources>
</Cost>
<Armour>
<Hack>5.0</Hack>
<Pierce>8.0</Pierce>

View File

@ -3,6 +3,9 @@
<Identity>
<IconCell>5</IconCell>
</Identity>
<ResourceGatherer>
<BaseSpeed>2000</BaseSpeed>
</ResourceGatherer>
<Health>
<Max>120</Max>
<RegenRate>0.4</RegenRate>

View File

@ -5,6 +5,12 @@
<SpecificName>Helepolis</SpecificName>
<IconCell>36</IconCell>
</Identity>
<Cost>
<Resources>
<wood>500</wood>
<metal>500</metal>
</Resources>
</Cost>
<Health>
<Max>1000</Max>
</Health>

View File

@ -5,6 +5,12 @@
<SpecificName>Lithobolos</SpecificName>
<IconCell>35</IconCell>
</Identity>
<Cost>
<Resources>
<wood>330</wood>
<stone>100</stone>
</Resources>
</Cost>
<Health>
<Max>300</Max>
</Health>

View File

@ -5,6 +5,12 @@
<SpecificName>Oxybeles</SpecificName>
<IconCell>37</IconCell>
</Identity>
<Cost>
<Resources>
<wood>190</wood>
<metal>100</metal>
</Resources>
</Cost>
<Health>
<Max>200</Max>
</Health>

View File

@ -5,6 +5,12 @@
<SpecificName>Hetairoi</SpecificName>
<IconCell>15</IconCell>
</Identity>
<Cost>
<Resources>
<wood>32</wood>
<metal>45</metal>
</Resources>
</Cost>
<Armour>
<Hack>9.0</Hack>
<Pierce>4.0</Pierce>

Some files were not shown because too many files have changed in this diff Show More