to entities that I'm adding to fix errors

This was SVN commit r3407.
This commit is contained in:
Wijitmaker 2006-01-23 02:34:38 +00:00
parent f25de48559
commit 199550457d
2 changed files with 44 additions and 0 deletions

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_defense_scout_tower"
>
<Traits>
<Id>
<Specific>Tyrau</Specific>
<Civ>Celts</Civ>
<History>*I could not find any evidence of a celtic tower, but I'm giving them one for gameplay reasons.*</History>
</Id>
</Traits>
<Actor>structures/celts/scout_tower.xml</Actor>
</Entity>