1
0
forked from 0ad/0ad

few more tweaks to entities

This was SVN commit r3279.
This commit is contained in:
Wijitmaker 2005-12-22 05:52:36 +00:00
parent c6c0e0422d
commit 75113dae35
6 changed files with 47 additions and 25 deletions

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_military_fortress"
>
<Traits>
<Id>
<Specific>Broch</Specific>
<Civ>Celts</Civ>
<History>(Insert history here)</History>
</Id>
</Traits>
<Actor>structures/celts/fortress.xml</Actor>
</Entity>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_military_fortress"
>
<Traits>
<Id>
<Specific>Broch</Specific>
<Civ>Celts</Civ>
<History>The Broch is an Iron Age round tower fortification type unique to Scotland. The origin of brochs remains a mystery. Some archaeologists believed the brochs were built by an influx of broch builders who had been displaced and pushed northward during the Roman invasion of Britain. However, this theory has been largely disproven and current thought is that they were built by itinerant (travelling) craftsmen since so many were built to almost the same exact design. </History>
</Id>
</Traits>
<Actor>structures/celts/fortress_briton.xml</Actor>
</Entity>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_military_fortress"
>
<Traits>
<Id>
<Specific>Dun</Specific>
<Civ>Celts</Civ>
<History>Dun comes from the Brythonic Din and Gaelic Dun, meaning fort, and is now used as a general term for small stone built strongholds. Duns appear to have arrived with the Brythonic Celts in about the 7th century BC, associated with their Iron age culture of warrior tribes and petty chieftains. Early Duns had near vertical ramparts constructed of stone laced with timber, and where this was set on fire (accidentally or on purpose) it forms the vitrified forts where stones have been partly melted, an effect that is still clearly visible. Use of Duns continued in some cases into the medieval period.</History>
</Id>
</Traits>
<Actor>structures/celts/fortress_gallic.xml</Actor>
</Entity>

View File

@ -3,5 +3,5 @@
<Entity
Parent="celt_cavalry_spearman_b"
>
<Actor>units/celts/cavalry_javelinist_a.xml</Actor>
<Actor>units/celts/cavalry_spearman_a.xml</Actor>
</Entity>

View File

@ -17,5 +17,5 @@
</Traits>
<Actor>units/celts/cavalry_javelinist_b.xml</Actor>
<Actor>units/celts/cavalry_spearman_b.xml</Actor>
</Entity>

View File

@ -3,5 +3,5 @@
<Entity
Parent="celt_cavalry_spearman_a"
>
<Actor>units/celts/cavalry_javelinist_e.xml</Actor>
<Actor>units/celts/cavalry_spearman_e.xml</Actor>
</Entity>