mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r6799.
This commit is contained in:
parent
35ed667ce9
commit
54cda79e6f
7 changed files with 51 additions and 26 deletions
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>props/kart_mc.pmd</mesh>
|
||||
<texture>props/kart_prop_a.dds</texture>
|
||||
<variant frequency="1" name="Kart_Barracks_Props_a">
|
||||
<mesh>props/kart_barracks_props_a.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant>
|
||||
<texture>structural/kart_struct.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Kart_Barracks_Props_Weapons">
|
||||
<mesh>props/kart_barracks_props_weap.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant>
|
||||
<texture>props/prop_weap.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
|
|
@ -1,18 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>structural/kart_mc.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/carthaginians/barracks.xml" attachpoint="props_main"/>
|
||||
</props>
|
||||
<texture>structural/kart_struct_1.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Carthage_Barracks">
|
||||
<mesh>structural/kart_barracks.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/carthaginians/barracks.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/carthaginians/barracks_weap.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<texture>structural/kart_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:52f8e29e8a70e6d86929f6f7d62bce3ae7c3ce328cf6edd41d84af939deebd9e
|
||||
size 64012
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9c5168ca3bf1ef69032ddb94667fb97967e9c792f826915bb800825b8c5153f
|
||||
size 93819
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4b0f92556c4c28c2c452fa301af10a46d60f469af2c08f8d4d3a4e6a6a38516
|
||||
size 205114
|
||||
|
|
@ -7,6 +7,11 @@
|
|||
<Civ>Carthaginians</Civ>
|
||||
<History>The Carthaginians incorporated stables and barracks into their city walls.</History>
|
||||
</Id>
|
||||
<Footprint>
|
||||
<Width>22.0</Width>
|
||||
<Depth>23.0</Depth>
|
||||
<Height>15.0</Height>
|
||||
</Footprint>
|
||||
</Traits>
|
||||
<Actions>
|
||||
<Create>
|
||||
|
|
|
|||
Loading…
Reference in a new issue