1
0
forked from 0ad/0ad

Eggbird's new Iberian Temple.

This was SVN commit r11472.
This commit is contained in:
Michael D. Hafer 2012-04-10 18:27:25 +00:00
parent 577676810b
commit 9796fbf59b
9 changed files with 19 additions and 54 deletions

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="temple-shields-a">
<mesh>props/iber_temple_a.dae</mesh>
</variant>
<variant frequency="1" name="temple-shields-b">
<mesh>props/iber_temple_b.dae</mesh>
</variant>
</group>
<group>
<variant>
<texture>props/iber_prop_shields.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/iber_hc_fancy.dae</mesh>
<texture>structural/wrld_stone_iber.dds</texture>
</variant>
</group>
</actor>

View File

@ -5,23 +5,30 @@
<variant frequency="100" name="Base">
<mesh>structural/iber_temple.dae</mesh>
<props>
<prop actor="props/structures/iberians/temple.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_small.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_4x4.xml" attachpoint="root"/>
<prop actor="props/units/shields/iber_scutum_isp.xml" attachpoint="shield1"/>
<prop actor="props/units/shields/iber_round_su1.xml" attachpoint="shield2"/>
<prop actor="props/units/shields/iber_scutum_isp_e.xml" attachpoint="shield3"/>
</props>
<texture>structural/iber_struct.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/garrison_flag_iber.xml" attachpoint="garrisoned"/>
</props>
</variant>
<variant name="death">
<props>
<prop attachpoint="garrisoned"/>
<prop actor="particle/destruction_smoke_med.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_med.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_med_gray.xml" attachpoint="root"/>
<prop actor="props/structures/iberians/temple.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_small.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Footprint>
<Square width="14.0" depth="14.0"/>
<Height>8.0</Height>
<Square width="24.0" depth="24.0"/>
<Height>10.0</Height>
</Footprint>
<Identity>
<Civ>iber</Civ>
@ -10,10 +10,10 @@
<History>The Iberian tribes did not typically worship their gods at temples, but there has been a single instance in which the remains of an ancient Tartessian temple has been unearthed in Andalusia in southern Spain. The Iberians for the most part worshipped their gods at small household votive altars in their homes or sometimes at smallish monuments to them in the outdoors. Their two principal gods (though they are also known to have had many others) were Endovelico, as the male represented by a boar, and Ataecina, the female counterpart as represented by a goat.</History>
</Identity>
<Obstruction>
<Static width="12.0" depth="12.0"/>
<Static width="20.0" depth="20.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/iberians/temple.xml</Actor>
<FoundationActor>structures/fndn_3x3.xml</FoundationActor>
<FoundationActor>structures/fndn_4x4.xml</FoundationActor>
</VisualActor>
</Entity>