mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-21 14:02:24 +00:00
This was SVN commit r6799.
This commit is contained in:
@@ -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>
|
||||
|
||||
+14
@@ -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>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user