1
0
forked from mirrors/0ad

Iberian wonder

This was SVN commit r15650.
This commit is contained in:
LordGood
2014-08-17 13:19:27 +00:00
parent 4f7549b4f8
commit cb1612ad8a
4 changed files with 72 additions and 7 deletions
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="2" name="House 5">
<mesh>structural/iber_wonder.dae</mesh>
<props>
<prop actor="props/structures/decals/dirt_theatron.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_2x2.xml" attachpoint="dirt"/>
<prop actor="props/flora/bush_desert_dry_a.xml" attachpoint="plant_1" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_dry_a.xml" attachpoint="plant_2" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_medit_me_dry.xml" attachpoint="plant_3" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_desert_dry_a.xml" attachpoint="plant_4" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_desert_dry_a.xml" attachpoint="plant_5" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_dry_a.xml" attachpoint="plant_6" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_desert_dry_a.xml" attachpoint="plant_7" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_medit_me_dry.xml" attachpoint="plant_8" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_medit_me_dry.xml" attachpoint="plant_9" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_dry_a.xml" attachpoint="plant_10" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_desert_dry_a.xml" attachpoint="plant_11" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_desert_dry_a.xml" attachpoint="plant_12" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_dry_a.xml" attachpoint="plant_13" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_medit_me_dry.xml" attachpoint="plant_14" maxheight="20" minheight="-20"/>
<prop actor="props/flora/bush_dry_a.xml" attachpoint="plant_15" maxheight="20" minheight="-20"/>
</props>
<textures>
<texture file="structural/ao/iber_wonder_AO.png" name="aoTex"/>
</textures>
</variant>
</group>
<group>
<variant>
<textures>
<texture file="structural/iber_struct.dds" name="baseTex"/>
<texture file="structural/iber_struct_norm.png" name="normTex"/>
<texture file="structural/iber_struct_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="death">
<props>
<prop actor="particle/destruction_smoke_large.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_large.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_large_gray.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>
@@ -1,19 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_wonder">
<Footprint replace="">
<Circle radius="30.0"/>
<Height>10.0</Height>
<Footprint>
<Square width="43.0" depth="43.0"/>
<Height>14.0</Height>
</Footprint>
<GarrisonHolder>
<Max>30</Max>
<EjectHealth>0.1</EjectHealth>
<EjectClassesOnDestroy datatype="tokens">Unit</EjectClassesOnDestroy>
<List datatype="tokens">Support Infantry Cavalry</List>
<BuffHeal>3</BuffHeal>
<LoadingRange>2</LoadingRange>
</GarrisonHolder>
<Identity>
<Civ>brit</Civ>
<SpecificName>Stonehenge</SpecificName>
<Civ>iber</Civ>
<SpecificName>Cancho Roano</SpecificName>
<History>Stonehenge is a monumental structure built by pre-historic peoples from Britain from approximately 2500 BC to 2000 BC. Evidence suggests that the structure and the surrounding site served as a place of religious significance, time-keeping, and other societal functions, like burial.</History>
</Identity>
<Obstruction>
<Static width="30.0" depth="30.0"/>
<Static width="41.0" depth="41.0"/>
</Obstruction>
<VisualActor>
<FoundationActor>structures/fndn_theatron.xml</FoundationActor>
<Actor>structures/celts/stone_monument_new.xml</Actor>
<Actor>structures/iberians/wonder.xml</Actor>
</VisualActor>
</Entity>