Art | New model for the Mauryan Palace

This was SVN commit r27682.
This commit is contained in:
wowgetoffyourcellphone 2023-06-14 00:56:01 +00:00
parent 59a805dac8
commit aa7dfc196e
5 changed files with 77 additions and 18 deletions

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="Mauryan Royal Palace" frequency="1" file="structures/defensive_building.xml">
<mesh>structural/maur_palace_large.dae</mesh>
<props>
<prop actor="props/structures/mauryas/ashoka_pillar.xml" attachpoint="ashokapillar1"/>
<prop actor="props/structures/mauryas/ashoka_pillar.xml" attachpoint="ashokapillar2"/>
<prop actor="props/structures/mauryas/stupa_gate.xml" attachpoint="stupagate"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_1"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_2"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_3"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_4"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_5"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_6"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_7"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_8"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_9"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_10"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_11"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_12"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_13"/>
<prop actor="props/flora/shrub_tropic_plant_flower.xml" attachpoint="flower_14"/>
</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_palace_ao.png" name="aoTex"/>
</textures>
</variant>
</group>
<group>
<variant name="ungarrisoned" frequency="1"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/garrison_flag_maur.xml" attachpoint="garrisoned"/>
</props>
</variant>
</group>
<group>
<variant name="alive" frequency="1"/>
<variant file="structures/destruction_large.xml"/>
</group>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<BuildRestrictions>
<Category>Palace</Category>
<Distance>
<FromClass>CivicCenter</FromClass>
<MaxDistance>60</MaxDistance>
</Distance>
</BuildRestrictions>
<Cost>
<BuildTime>200</BuildTime>
<Resources>
@ -8,29 +15,34 @@
</Resources>
</Cost>
<Footprint>
<Square width="40.0" depth="16.0"/>
<Height>5.0</Height>
<Square width="28" depth="28.0"/>
<Height>10.0</Height>
</Footprint>
<Health>
<Max>2000</Max>
</Health>
<Identity>
<Civ>maur</Civ>
<GenericName>Palace</GenericName>
<SpecificName>Harmya</SpecificName>
<Tooltip>Territory root. Train Maiden Guards and Heroes.</Tooltip>
<Classes datatype="tokens">ConquestCritical CivSpecific</Classes>
<VisibleClasses datatype="tokens">Palace</VisibleClasses>
<Icon>gaia/special_stoa.png</Icon>
<Classes datatype="tokens">ConquestCritical CivSpecific Harmya</Classes>
<VisibleClasses datatype="tokens">
Palace
</VisibleClasses>
<Icon>structures/stoa.png</Icon>
<Tooltip>Train Heroes and their Poison Maiden Guards. Territory root.</Tooltip>
</Identity>
<Loot>
<stone>40</stone>
<metal>40</metal>
</Loot>
<Obstruction>
<Static width="36.0" depth="12.0"/>
<Static width="26.0" depth="26.0"/>
</Obstruction>
<ProductionQueue/>
<Researcher>
<Technologies datatype="tokens">
unlock_spies
spy_counter
</Technologies>
</Researcher>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_broch.xml</select>
@ -39,7 +51,7 @@
</Sound>
<TerritoryInfluence>
<Root>true</Root>
<Radius>48</Radius>
<Radius>38</Radius>
<Weight>40000</Weight>
</TerritoryInfluence>
<Trainer>
@ -52,11 +64,8 @@
units/{civ}/hero_ashoka
</Entities>
</Trainer>
<Vision>
<Range>40</Range>
</Vision>
<VisualActor>
<Actor>structures/mauryas/misc_structure_01.xml</Actor>
<FoundationActor>structures/fndn_9x4.xml</FoundationActor>
<FoundationActor>structures/fndn_8x8.xml</FoundationActor>
<Actor>structures/mauryas/palace.xml</Actor>
</VisualActor>
</Entity>