mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00:00
This was SVN commit r6904.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<group>
|
||||
<variant name="decal_dirt_2x2">
|
||||
<mesh>props/decal_struct_2x2.dae</mesh>
|
||||
<texture>props/decal_struct_sand_small.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans.xml</material>
|
||||
</actor>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<group>
|
||||
<variant name="decal_dirt_3x6">
|
||||
<mesh>props/decal_struct_3x6.dae</mesh>
|
||||
<texture>props/decal_struct_sand_long.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans.xml</material>
|
||||
</actor>
|
||||
@@ -1,17 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
|
||||
<autoflatten/>
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<animations/>
|
||||
<mesh>structural/wrld_bld_f2x2.pmd</mesh>
|
||||
<props/>
|
||||
<texture>structural/wrld_wood.dds</texture>
|
||||
<variant frequency="1" name="foundation 2x2 a">
|
||||
<mesh>structural/found_2x2_a.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1">
|
||||
<props>
|
||||
<prop actor="props/structures/decals/dirt_2x2.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1">
|
||||
<texture>structural/foundation.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="foundation 3x6 a">
|
||||
<mesh>structural/found_3x6_a.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1">
|
||||
<props>
|
||||
<prop actor="props/structures/decals/dirt_3x6.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1">
|
||||
<texture>structural/foundation.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity
|
||||
Parent="template_foundation"
|
||||
>
|
||||
<Traits>
|
||||
|
||||
<Id>
|
||||
<Generic>Foundation 3x6</Generic>
|
||||
|
||||
<Classes>Foundation</Classes>
|
||||
</Id>
|
||||
|
||||
<Footprint>
|
||||
<Width>17.5</Width>
|
||||
<Depth>30.0</Depth>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
|
||||
<Vision>
|
||||
<Los>6</Los>
|
||||
</Vision>
|
||||
|
||||
</Traits>
|
||||
|
||||
<Actor>structures/fndn_3x6.xml</Actor>
|
||||
|
||||
</Entity>
|
||||
@@ -18,7 +18,7 @@
|
||||
</Id>
|
||||
|
||||
<Creation>
|
||||
<Foundation>foundation_3x3</Foundation>
|
||||
<Foundation>foundation_3x6</Foundation>
|
||||
<Time>40</Time>
|
||||
<Resource>
|
||||
<Stone>300</Stone>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</Id>
|
||||
|
||||
<Creation>
|
||||
<Foundation>foundation_1x1</Foundation>
|
||||
<Foundation>foundation_2x2</Foundation>
|
||||
<Resource>
|
||||
<Stone>25</Stone>
|
||||
</Resource>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user