mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 10:52:59 +00:00
Added mauryan wonder "Great Stupa" with AO. Mauryan market AO texture scaled down.
This was SVN commit r13185.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant name="Mauryan big stupa gates">
|
||||
<mesh>structural/maur_big_stupa_gates.dae</mesh>
|
||||
<textures>
|
||||
<texture file="structural/stupa_big_gate.png" name="baseTex"/>
|
||||
<texture file="structural/stupa_gate_spec.png" name="specTex"/>
|
||||
<texture file="structural/stupa_gate_norm.png" name="normTex"/>
|
||||
<texture file="structural/ao/maur_big_stupa_ao.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="100" name="Mauryan big stupa">
|
||||
<mesh>structural/maur_big_stupa_struct.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/mauryans/stupa_big_gates.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/maur_struct.png" name="baseTex"/>
|
||||
<texture file="structural/maur_struct_spec.png" name="specTex"/>
|
||||
<texture file="structural/maur_struct_norm.png" name="normTex"/>
|
||||
<texture file="structural/ao/maur_big_stupa_ao.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_special">
|
||||
<Footprint replace="">
|
||||
<Circle radius="30.0"/>
|
||||
<Height>10.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<Max>4400</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>maur</Civ>
|
||||
<GenericName>Special Structure</GenericName>
|
||||
<SpecificName>Great Stupa</SpecificName>
|
||||
<History>The Great Stupa was originally commissioned by the emperor Ashoka the Great in the 3rd century BCE. Its nucleus was a simple hemispherical brick structure built over the relics of the Buddha. It was crowned by the chatra, a parasol-like structure symbolising high rank. It has four profusely carved ornamental gateways and a balustrade encircling the whole structure. The construction work was overseen was Ashoka's first wife, Samragyi Vidisha Devi herself.</History>
|
||||
<Icon>structures/gardens.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>200</xp>
|
||||
</Loot>
|
||||
<Obstruction>
|
||||
<Static width="59.0" depth="59.0"/>
|
||||
</Obstruction>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_temple.xml</select>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
<StatusBars>
|
||||
<BarWidth>6.0</BarWidth>
|
||||
<BarHeight>0.6</BarHeight>
|
||||
<HeightOffset>12.0</HeightOffset>
|
||||
</StatusBars>
|
||||
<TerritoryInfluence>
|
||||
<Radius>100</Radius>
|
||||
</TerritoryInfluence>
|
||||
<Vision>
|
||||
<Range>72</Range>
|
||||
<RetainInFog>true</RetainInFog>
|
||||
</Vision>
|
||||
<VisualActor>
|
||||
<Actor>structures/mauryans/big_stupa.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
Reference in New Issue
Block a user