mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Temple of Athena Nike by @nifa
Some checks failed
checkrefs / lfscheck (push) Has been cancelled
checkrefs / checkrefs (push) Has been cancelled
lint / cppcheck (push) Has been cancelled
lint / copyright (push) Has been cancelled
lint / jenkinsfiles (push) Has been cancelled
pre-commit / build (push) Has been cancelled
Some checks failed
checkrefs / lfscheck (push) Has been cancelled
checkrefs / checkrefs (push) Has been cancelled
lint / cppcheck (push) Has been cancelled
lint / copyright (push) Has been cancelled
lint / jenkinsfiles (push) Has been cancelled
pre-commit / build (push) Has been cancelled
Temple of Athena Nike by @nifa SpecificName from @Outis and @Thalatta
This commit is contained in:
parent
017aa3b736
commit
9df2dc2585
17 changed files with 189 additions and 1 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Temple of Athena Nike decor">
|
||||
<mesh>props/athena_nike_decor.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/hele_decor.png" name="baseTex"/>
|
||||
<texture file="props/hele_decor_norm.png" name="normTex"/>
|
||||
<texture file="props/hele_decor_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/athen_athena_nike.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Temple of Athena Nike pediment">
|
||||
<mesh>props/athena_nike_pediment.dae</mesh>
|
||||
<textures>
|
||||
<texture file="structural/parth_pediment.png" name="baseTex"/>
|
||||
<texture file="structural/parth_pediment_norm.png" name="normTex"/>
|
||||
<texture file="structural/parth_pediment_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/athen_athena_nike.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Temple of Athena Nike props a">
|
||||
<mesh>props/athena_nike_props.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/hele_props_a.dds" name="baseTex"/>
|
||||
<texture file="props/hele_props_a_norm.png" name="normTex"/>
|
||||
<texture file="props/hele_props_a_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/athen_athena_nike.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Temple of Athena Nike Roof">
|
||||
<mesh>props/athena_nike_roof.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/hele_wonder_rooftile.png" name="baseTex"/>
|
||||
<texture file="props/hele_wonder_rooftile_norm.png" name="normTex"/>
|
||||
<texture file="props/hele_wonder_rooftile_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/athen_athena_nike.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Temple of Athena Nike Statues">
|
||||
<mesh>props/athena_nike_statues.dae</mesh>
|
||||
<textures>
|
||||
<texture file="structural/athena_parthenos.png" name="baseTex"/>
|
||||
<texture file="structural/athena_parthenos_spec.png" name="specTex"/>
|
||||
<texture file="structural/athena_parthenos_norm.png" name="normTex"/>
|
||||
<texture file="structural/ao/athen_athena_nike.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>no_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Temple of Athena Nike tile c">
|
||||
<mesh>props/athena_nike_tiles.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/hele_tile_c.dds" name="baseTex"/>
|
||||
<texture file="props/hele_tile_c_norm.png" name="normTex"/>
|
||||
<texture file="props/hele_tile_c_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/athen_athena_nike.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
<mesh>structural/athen_cc_propsa.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/hele_props_a.dds" name="baseTex"/>
|
||||
<texture file="props/hele_props_a_norm.png" name="normTex"/>
|
||||
<texture file="props/hele_props_a_norm.png" name="normTex"/>
|
||||
<texture file="props/hele_props_a_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/athen_civic_centre.png" name="aoTex"/>
|
||||
</textures>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,45 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Temple of Athena Nike">
|
||||
<mesh>structural/athena_nike_struct.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/athenians/athena_nike_decor.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_props.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_tiles.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_roof.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_statues.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_pediment.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/hele_struct.dds" name="baseTex"/>
|
||||
<texture file="structural/hele_struct_norm.png" name="normTex"/>
|
||||
<texture file="structural/hele_struct_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/athen_athena_nike.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="ungarrisoned"/>
|
||||
<variant name="garrisoned">
|
||||
<props>
|
||||
<prop actor="props/special/common/garrison_flag_hele.xml" attachpoint="garrisoned" selectable="false"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant name="alive" frequency="1"/>
|
||||
<variant file="structures/destruction_medium.xml">
|
||||
<props>
|
||||
<prop actor="props/structures/athenians/athena_nike_decor.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_props.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_tiles.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_roof.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_statues.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/athenians/athena_nike_pediment.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:660ff3026c6fe068c998f82c191b2a5f75c94922a867396e522fabbbc57a0ce2
|
||||
size 243274
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ef6f46c80868a771f78b1d1bffbb50f00b27727a90f0bc51e070af24661971c
|
||||
size 21044
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6137169e65c3a14b67696343ea9d5d6ce15e587598a8ba35bf21340d905686f0
|
||||
size 40331
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45f2972178a83e9291890e3553ef25ed8208bc7d77ac289a9e7a899d60db79bf
|
||||
size 4038
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ff712b5891bc799afb8cc815c10ce838c592972aefba9bf4e3a656f9ee160e0
|
||||
size 1199029
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33583e5e595bdcc640f24f7e59bf136026a48913a9fd770f693f7cda62865156
|
||||
size 65393
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6592db0801bcfde13692f050113f48288b80591ddb8926803f143faaa7f5f783
|
||||
size 217683
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d16b2528d548d9985461654772aa0b9b21a3ed301955c0596b9dd65aa02a3aa
|
||||
size 3005129
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_civic_temple">
|
||||
<BuildRestrictions>
|
||||
<Category>Nike</Category>
|
||||
<MatchLimit>1</MatchLimit>
|
||||
</BuildRestrictions>
|
||||
<Footprint>
|
||||
<Square width="13.5" depth="18.5"/>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>athen</Civ>
|
||||
<GenericName>Temple of Athena Nike</GenericName>
|
||||
<SpecificName>Naos Athēnas Nikēs</SpecificName>
|
||||
<Icon>structures/temple_epic.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="11.5" depth="16.5"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/athenians/temple_athena_nike.xml</Actor>
|
||||
<FoundationActor>structures/fndn_4x5.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
Loading…
Reference in a new issue