mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Seleucid market commit
This was SVN commit r18150.
This commit is contained in:
parent
7d4fb0d4d9
commit
6ba0d86ab6
4 changed files with 49 additions and 2 deletions
|
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="100" name="Seleucid Barracks">
|
||||
<mesh>structural/sele_market.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/decals/dirt_5x5.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/Sele_struct_2.png" name="baseTex"/>
|
||||
<texture file="structural/Sele_struct_2_norm.png" name="normTex"/>
|
||||
<texture file="structural/ao/sele_market_AO.png" name="aoTex"/>
|
||||
<texture file="structural/Sele_struct_2_spec.png" name="specTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant name="garrisoned">
|
||||
<props>
|
||||
<prop actor="props/special/common/garrison_flag_seleucids.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/macedonians/barracks_struct_b.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/macedonians/barracks_props_a.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/macedonians/barracks_props_shields.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/macedonians/barracks_tile_c.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/macedonians/barracks_decor.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/decals/dirt_4x4.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:427668851f9971314875fe918abb550ffba71b3a6ebad3a7721c1adcaddfa9c4
|
||||
size 3323035
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:216593201d58275704e8855ba9c10bc05b285b9ecc4cb8838a7c7ef1e7407c49
|
||||
size 715190
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_economic_market">
|
||||
<Identity>
|
||||
<Civ>sele</Civ>
|
||||
|
|
@ -6,6 +6,6 @@
|
|||
<History>Most Hellenistic cities were centers of trade. The Emporion is the Hellenistic marketplace, where commerce and trading occur. Economic technologies may be researched here as well.</History>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/market.xml</Actor>
|
||||
<Actor>structures/seleucids/market.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue