mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
New Greek gymnasion by Amish. :)
This was SVN commit r8709.
This commit is contained in:
parent
bbd6f50af9
commit
e30698c0c1
9 changed files with 64 additions and 4 deletions
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant name="gymnasion props">
|
||||
<mesh>props/hele_gym_props.dae</mesh>
|
||||
<texture>props/hele_props_a.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant name="gymnasion shields">
|
||||
<mesh>props/hele_gym_shields.dae</mesh>
|
||||
<texture>props/hele_props_b.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant name="gymnasion tiles">
|
||||
<mesh>props/hele_gym_tiles.dae</mesh>
|
||||
<texture>props/hele_tile_b.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="100" name="Greek Gymnasion Special Building">
|
||||
<mesh>structural/hele_gym.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/hellenes/gym_shields.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/hellenes/gym_props.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/hellenes/gym_tiles.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/decals/dirt_5x5.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<texture>structural/hele_struct.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad6e1f6ff6a2a9548755620e53d48feebf7cdb3cdc6ebca1885d70576ff1f02f
|
||||
size 190396
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c83415250d208ecbb1afa849b98a26141909d2180db9f809044e8824edd6e75
|
||||
size 14897
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5ec0f8b4aa58ee22a82773703b21043f53e7dd1372a36fc1e7c750bee36fb99
|
||||
size 138939
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66186a209c95c8d7d9b598f3bb5d0cd70ad384e3b0091abac68867ddb8ca477d
|
||||
size 144667
|
||||
|
|
@ -19,15 +19,15 @@
|
|||
<Max>2200</Max>
|
||||
</Health>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/special_gym.xml</Actor>
|
||||
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
|
||||
<Actor>structures/hellenes/gymnasion.xml</Actor>
|
||||
<FoundationActor>structures/fndn_6x6.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
<Footprint>
|
||||
<Square width="22.0" depth="24.0"/>
|
||||
<Square width="30.0" depth="30.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<Obstruction>
|
||||
<Static width="22.0" depth="24.0"/>
|
||||
<Static width="28.0" depth="28.0"/>
|
||||
</Obstruction>
|
||||
<TrainingQueue>
|
||||
<Entities datatype="tokens">
|
||||
|
|
|
|||
Loading…
Reference in a new issue