1
0
forked from 0ad/0ad

Fix to make first "official" randomised entity ... Iberian house now points to an actor that contains its three variants. Replaced the houses in the ph2 map.

This was SVN commit r2064.
This commit is contained in:
Acumen 2005-03-27 10:29:48 +00:00
parent 2b23bf1de9
commit 644a9388ee
5 changed files with 6 additions and 24 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_ho_1" Parent="ho">
<Entity Tag="iber_ho" Parent="ho">
<Traits>
<Id
civ_code="iber"
@ -11,5 +11,5 @@
history="Iberians structures of the time were typically built either entirely of stone or with stone stub walls with 'adobe' raising them on up to the roof lines above them. Roofs were then, depending on the economic status of individuals, covered with a composite of mud and binding vegetable and waterproofing asphaltic materials, or slate stone, or in many cases in the region, with so-called Spanish roofing tiles. Some house roofs were constructed at an angle to allow any rainfall to run right over the occupant's front door. The adobe walls would have been plastered and 'whitewashed' for all but the most humble or neglected of abode."
/>
</Traits>
<Actor>structures/iber_ho_a.xml</Actor>
<Actor>structures/iber_ho.xml</Actor>
</Entity>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_ho_2" Parent="iber_ho_1">
<Traits>
<Id
/>
</Traits>
<Actor>structures/iber_ho_b.xml</Actor>
</Entity>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_ho_3" Parent="iber_ho_1">
<Traits>
<Id
/>
</Traits>
<Actor>structures/iber_ho_c.xml</Actor>
</Entity>

Binary file not shown.

Binary file not shown.