1
0
forked from 0ad/0ad

Seleucid house commit

This was SVN commit r16091.
This commit is contained in:
Johnathan Good 2014-12-31 07:27:07 +00:00
parent 913674a202
commit f984ba40ee
10 changed files with 85 additions and 2 deletions

View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Seleucid_Civic_Centre">
<props>
<prop actor="props/structures/decals/dirt_3x3.xml" attachpoint="root"/>
<prop actor="props/flora/bush.xml" attachpoint="bush"/>
<prop actor="props/flora/bush.xml" attachpoint="bush_1"/>
<prop actor="props/flora/bush.xml" attachpoint="bush_2"/>
<prop actor="props/flora/bush.xml" attachpoint="bush_3"/>
</props>
<textures>
<texture file="structural/Sele_struct_2.png" name="baseTex"/>
<texture file="structural/hele_struct_norm.png" name="normTex"/>
<texture file="structural/hele_struct_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="1" name="aa">
<mesh>structural/sele_house_a.dae</mesh>
<textures>
<texture file="structural/ao/sele_house_a.png" name="aoTex"/>
</textures>
</variant>
<variant frequency="1" name="bb">
<mesh>structural/sele_house_b.dae</mesh>
<textures>
<texture file="structural/ao/sele_house_b.png" name="aoTex"/>
</textures>
</variant>
<variant frequency="1" name="cc">
<mesh>structural/sele_house_c.dae</mesh>
<textures>
<texture file="structural/ao/sele_house_c.png" name="aoTex"/>
</textures>
</variant>
<variant frequency="1" name="dd">
<mesh>structural/sele_house_d.dae</mesh>
<textures>
<texture file="structural/ao/sele_house_d.png" name="aoTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="garrisoned"/>
<variant name="death">
<props>
<prop attachpoint="garrisoned"/>
<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.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Cost>
<PopulationBonus>10</PopulationBonus>
@ -19,6 +19,6 @@
<History>Hellenic houses from the Classical Age were generally humble yet stylish. During the Hellenistic Age, however, luxurious palaces and estates became commonplace in the rich Hellenistic metropolises like Antioch, Alexandria and Seleucia.</History>
</Identity>
<VisualActor>
<Actor>structures/hellenes/house_new.xml</Actor>
<Actor>structures/seleucids/house.xml</Actor>
</VisualActor>
</Entity>