mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
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:
parent
2b23bf1de9
commit
644a9388ee
5 changed files with 6 additions and 24 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:938a385d0bc4bbc924339596860ec675dad761da5895b84a45b51299b547353b
|
||||
size 445415
|
||||
oid sha256:b27aeb13ab1e90bf3a32cf68fe88d7fd531997074398cc78af81b1a032daf15b
|
||||
size 445280
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:192407849e2c911adaa80bfd05cb81c41e9b15dfb17926ca26d4a08c431a0bec
|
||||
size 22309
|
||||
oid sha256:cabfd3f837b2fd6c2567d26eb97b614fcec38fa040a14edddf60382804329ce9
|
||||
size 8408
|
||||
|
|
|
|||
Loading…
Reference in a new issue