mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Persian blacksmith building
This was SVN commit r13570.
This commit is contained in:
parent
2ea7fb18ea
commit
1cca648b6d
6 changed files with 38 additions and 4 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Props_a">
|
||||
<mesh>structural/pers_blacksmith_props.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant>
|
||||
<textures><texture file="props/palisade_main.png" name="baseTex"/></textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
@ -3,15 +3,25 @@
|
|||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Blacksmith">
|
||||
<mesh>structural/temp_blacksmith.dae</mesh>
|
||||
<mesh>structural/pers_blacksmith.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/persians/blacksmith.xml" attachpoint="root"/>
|
||||
<prop actor="particle/smoke_blacksmith.xml" attachpoint="smoke"/>
|
||||
<prop actor="particle/flame.xml" attachpoint="fire"/>
|
||||
<prop actor="props/units/shields/pers_taka_a.xml" attachpoint="shielda"/>
|
||||
<prop actor="props/units/shields/pers_round_kardakes.xml" attachpoint="shieldb"/>
|
||||
<prop actor="props/units/shields/pers_round_kardakes.xml" attachpoint="shieldc"/>
|
||||
<prop actor="props/units/heads/pers_conical_plume.xml" attachpoint="helmeta"/>
|
||||
<prop actor="props/units/heads/pers_conical_plume.xml" attachpoint="helmetb"/>
|
||||
<prop actor="props/units/heads/pers_conical_plume.xml" attachpoint="helmetc"/>
|
||||
<prop actor="props/units/heads/pers_conical_plume.xml" attachpoint="helmetd"/>
|
||||
<prop actor="props/structures/decals/dirt_4x4.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/pers_struct.dds" name="baseTex"/>
|
||||
<texture file="structural/ao/pers_blacksmith.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
<material>player_trans_ao.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48e236f2c1471537c5faa722d20fd6704549145c169e081297fb040571b9abdc
|
||||
size 533634
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bde927bf13ea65ebbe92adeeac7396c77ab9b78faeef6615029ceb08ab401b91
|
||||
size 58538
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4347c925c09f76eee67c22d214fb92cc5723260036d444fdd40ef938fc21052
|
||||
size 743291
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9b462ba850fc710a050caeae009275011496fdf794409a847ae55e62ef972b4
|
||||
size 261532
|
||||
oid sha256:1adcb9e547db085a177e79ce7f567892b036efc41cb6c13df838a1fb238caa85
|
||||
size 263008
|
||||
|
|
|
|||
Loading…
Reference in a new issue