1
1
forked from 0ad/0ad

Updated entity template conversion script, to convert population costs and names and civs

This was SVN commit r7284.
This commit is contained in:
Ykkrosh 2010-01-24 17:20:23 +00:00
parent 707539ad69
commit 0d9c9d646b
230 changed files with 1022 additions and 7 deletions

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation 1x1</GenericName>
</Identity>
<VisualActor>
<Actor>structures/fndn_1x1.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation 2x2</GenericName>
</Identity>
<VisualActor>
<Actor>structures/fndn_2x2.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation 3x3</GenericName>
</Identity>
<VisualActor>
<Actor>structures/fndn_3x3.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation 3x6</GenericName>
</Identity>
<VisualActor>
<Actor>structures/fndn_3x6.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation 4x4</GenericName>
</Identity>
<VisualActor>
<Actor>structures/fndn_4x4.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation 5x5</GenericName>
</Identity>
<VisualActor>
<Actor>structures/fndn_5x5.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation 6x6</GenericName>
</Identity>
<VisualActor>
<Actor>structures/fndn_6x6.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation Field</GenericName>
</Identity>
<VisualActor>
<Actor>structures/plot_field_found.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_foundation">
<Identity>
<GenericName>Foundation Theatron</GenericName>
</Identity>
<VisualActor>
<Actor>structures/fndn_theatron.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_aggressive">
<Identity>
<SpecificName>Bear</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/bear.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_aggressive">
<Identity>
<SpecificName>Boar</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/boar.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_passive">
<Identity>
<SpecificName>Chicken</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/chicken.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Identity>
<SpecificName>Deer</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/deer.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_aggressive">
<Identity>
<SpecificName>Elephant</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/elephant.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_aggressive">
<Identity>
<SpecificName>African Bush Elephant</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/elephant_african_bush.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_aggressive">
<Identity>
<SpecificName>Infant African Elephant</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/elephant_african_baby.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_aggressive">
<Identity>
<SpecificName>North African Elephant</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/elephant_african_forest.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Identity>
<SpecificName>Gazelle</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/gazelle.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_herd_passive">
<Identity>
<SpecificName>Goat</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/goat.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_wild_violent">
<Identity>
<SpecificName>Lion</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/lion.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_herd_passive">
<Identity>
<SpecificName>Muskox</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/muskox.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_herd_passive">
<Identity>
<SpecificName>Pig</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/pig1.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Identity>
<SpecificName>Rabbit</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/rabbit1.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_herd_passive">
<Identity>
<SpecificName>Sheep</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/sheep1.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_wild_violent">
<Identity>
<SpecificName>Tiger</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/tiger.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_defensive">
<Identity>
<SpecificName>Walrus</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/walrus.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_wild_aggressive">
<Identity>
<SpecificName>Wolf</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/wolf.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_wild_aggressive">
<Identity>
<SpecificName>Snow Wolf</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/wolf_snow.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Identity>
<SpecificName>Zebra</SpecificName>
</Identity>
<VisualActor>
<Actor>fauna/zebra.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_bush_berry">
<Identity>
<IconCell>6</IconCell>
</Identity>
<VisualActor>
<Actor>props/flora/foliagebush.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Deciduous Bush</SpecificName>
</Identity>
<VisualActor>
<Actor>props/flora/bush_tempe_a.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Aleppo Pine Tree</SpecificName>
</Identity>
<VisualActor>
<Actor>flora/trees/aleppo_pine.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Baobab</SpecificName>
<IconCell>3</IconCell>
</Identity>
<VisualActor>
<Actor>flora/trees/baobab.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Carob Tree</SpecificName>
<IconCell>3</IconCell>
</Identity>
<VisualActor>
<Actor>flora/trees/carob.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Date Palm</SpecificName>
<IconCell>1</IconCell>
</Identity>
<VisualActor>
<Actor>flora/trees/palm_date.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>European Beech Tree</SpecificName>
</Identity>
<VisualActor>
<Actor>flora/trees/european_beech.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Mediterranean Fan Palm</SpecificName>
<IconCell>4</IconCell>
</Identity>
<VisualActor>
<Actor>flora/trees/palm_medit_fan_palm.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Oak Tree</SpecificName>
</Identity>
<VisualActor>
<Actor>flora/trees/oak.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Large Oak Tree</SpecificName>
</Identity>
<VisualActor>
<Actor>flora/trees/oak_large.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Pine Tree</SpecificName>
</Identity>
<VisualActor>
<Actor>flora/trees/pine.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Pine Tree</SpecificName>
</Identity>
<VisualActor>
<Actor>flora/trees/pine_w.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Poplar Tree</SpecificName>
</Identity>
<VisualActor>
<Actor>flora/trees/poplar.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Lombardy Poplar Tree</SpecificName>
<IconCell>5</IconCell>
</Identity>
<VisualActor>
<Actor>flora/trees/lumbardypoplar.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Identity>
<SpecificName>Senegal Date Palm</SpecificName>
<IconCell>2</IconCell>
</Identity>
<VisualActor>
<Actor>flora/trees/palm_senegal_date.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_geo_rock">
<Identity>
<IconCell>1</IconCell>
</Identity>
<VisualActor>
<Actor>geology/stonemine_desert_small.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_geo_rock">
<Identity>
<IconCell>1</IconCell>
</Identity>
<VisualActor>
<Actor>geology/stonemine_savanna_small.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_super_infantry">
<Identity>
<SpecificName>Argyraspides</SpecificName>
<IconCell>12</IconCell>
</Identity>
<VisualActor>
<Actor>temp/mace_su1_hypaspist.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Identity>
<SpecificName>Gwersyllty</SpecificName>
</Identity>
<Cost>
<PopulationBonus>7</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/barracks.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_civil_centre">
<Identity>
<SpecificName>Caer</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/celts/civil_centre.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_corral">
<Identity>
<SpecificName>Cavalidos</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/plot_corral.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_dock">
<Identity>
<SpecificName>Crannog</SpecificName>
</Identity>
<Cost>
<PopulationBonus>2</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/dock.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_farmstead">
<Identity>
<SpecificName>Ffermdy</SpecificName>
</Identity>
<Cost>
<PopulationBonus>2</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/farmstead.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_field">
<Identity>
<SpecificName>Varmo</SpecificName>
</Identity>
<VisualActor>
<Actor>props/special/common/field_grain.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_fortress">
<Identity>
<SpecificName>Brythonic Broch</SpecificName>
<IconCell>62</IconCell>
</Identity>
<Cost>
<PopulationBonus>22</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/fortress_briton.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_fortress">
<Identity>
<SpecificName>Gallic Dun</SpecificName>
</Identity>
<Cost>
<PopulationBonus>22</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/fortress_gallic.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Identity>
<SpecificName>Annedd</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/celts/house.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_market">
<Identity>
<SpecificName>Marchnaty</SpecificName>
</Identity>
<Cost>
<PopulationBonus>12</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/market.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_mill">
<Identity>
<SpecificName>Ystordy</SpecificName>
</Identity>
<Cost>
<PopulationBonus>2</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/mill.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<SpecificName>Ffactri</SpecificName>
<IconCell>63</IconCell>
</Identity>
<Cost>
<PopulationBonus>2</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/special.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<SpecificName>Tyrau</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/celts/scout_tower.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Identity>
<SpecificName>Addoldy</SpecificName>
</Identity>
<Cost>
<PopulationBonus>2</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/temple.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Identity>
<SpecificName>Gwarchglawdd</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/celts/wall.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_gate">
<Identity>
<SpecificName>(Insert name here)</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/celts/wall_gate.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Identity>
<SpecificName>Gwarchglawdd</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/celts/wall.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<SpecificName>Tyrau</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/celts/wall_turret.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Identity>
<SpecificName>Strategion</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/barracks.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_civil_centre">
<Identity>
<SpecificName>Agora</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/civic_centre_new.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_corral">
<Identity>
<SpecificName>Stavlos</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/plot_corral.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_dock">
<Identity>
<SpecificName>Limenos</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/dock.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_farmstead">
<Identity>
<SpecificName>Sitobolion</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/farmstead.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_field">
<Identity>
<SpecificName>Agros</SpecificName>
</Identity>
<VisualActor>
<Actor>props/special/common/field_grain.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_fortress">
<Identity>
<SpecificName>Epiteichisma</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/fortress.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<SpecificName>Gymnasion</SpecificName>
<IconCell>63</IconCell>
</Identity>
<VisualActor>
<Actor>structures/hellenes/special_gym.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Identity>
<SpecificName>Metathron</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/house.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_market">
<Identity>
<SpecificName>Emporion</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/market.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_mill">
<Identity>
<SpecificName>Anakeion</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/mill.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<SpecificName>Pyrgion</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/scout_tower.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Identity>
<SpecificName>Anaktoron</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/temple_new.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<SpecificName>Theatron</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/special_theatre.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<SpecificName>Tholos</SpecificName>
<IconCell>24</IconCell>
</Identity>
<VisualActor>
<Actor>structures/hellenes/tholos.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Identity>
<SpecificName>Teichos</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/wall.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_gate">
<Identity>
<SpecificName>Pule</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/wall_gate.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Identity>
<SpecificName>Teichos</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/wall.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall_tower">
<Identity>
<SpecificName>Pyrgos</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/hellenes/wall_turret.xml</Actor>
</VisualActor>

View File

@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity>
<Identity>
<GenericName>Corpse</GenericName>
</Identity>
</Entity>

View File

@ -1,3 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_full">
<Identity>
<GenericName>Foundation</GenericName>
<IconSheet>PortraitSheet</IconSheet>
</Identity>
</Entity>

View File

@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_quasi">
<Identity>
<GenericName>Gaia</GenericName>
</Identity>
</Entity>

View File

@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia">
<Identity>
<GenericName>Generic Flora</GenericName>
</Identity>
</Entity>

View File

@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora">
<Identity>
<GenericName>Bush</GenericName>
</Identity>
</Entity>

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_bush">
<Identity>
<GenericName>Bush</GenericName>
<SpecificName>Berries</SpecificName>
<IconSheet>PortraitSheetTree</IconSheet>
<IconCell>2</IconCell>
</Identity>
</Entity>

View File

@ -1,3 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora">
<Identity>
<GenericName>Tree</GenericName>
<IconSheet>PortraitSheetTree</IconSheet>
<IconCell>0</IconCell>
</Identity>
</Entity>

View File

@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia">
<Identity>
<GenericName>Generic Geology</GenericName>
</Identity>
</Entity>

View File

@ -1,3 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_geo">
<Identity>
<GenericName>Mineral</GenericName>
<IconSheet>PortraitSheetRock</IconSheet>
<IconCell>1</IconCell>
</Identity>
</Entity>

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_geo">
<Identity>
<GenericName>Rock</GenericName>
<SpecificName>Rock</SpecificName>
<IconSheet>PortraitSheetRock</IconSheet>
<IconCell>0</IconCell>
</Identity>
</Entity>

View File

@ -1,3 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_full">
<Identity>
<GenericName>Structure</GenericName>
<IconSheet>PortraitSheet</IconSheet>
</Identity>
</Entity>

View File

@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Identity>
<GenericName>Civic Structure</GenericName>
</Identity>
</Entity>

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic">
<Identity>
<GenericName>Civic Centre</GenericName>
<IconCell>47</IconCell>
</Identity>
<Cost>
<PopulationBonus>10</PopulationBonus>
</Cost>
</Entity>

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic">
<Identity>
<GenericName>House</GenericName>
<IconCell>48</IconCell>
</Identity>
<Cost>
<PopulationBonus>5</PopulationBonus>
</Cost>
</Entity>

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic">
<Identity>
<GenericName>Temple</GenericName>
<IconCell>58</IconCell>
</Identity>
<Cost>
<PopulationBonus>5</PopulationBonus>
</Cost>
</Entity>

View File

@ -1,3 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic">
<Identity>
<GenericName>Outpost</GenericName>
<IconCell>53</IconCell>
</Identity>
</Entity>

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