mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Wooden bridge edge files
This was SVN commit r9812.
This commit is contained in:
parent
6e13e0fa49
commit
5ada37e8fa
4 changed files with 48 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<float/>
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant name="bridge edge wooden">
|
||||
<mesh>props/special/bridge_edge_wooden.dae</mesh>
|
||||
<texture>props/bridge_edge_wooden.png</texture>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac8ba6d255e6e11005ee4b21bcf1b7f1f9aea6a75b78c0e9054cab2203dc7d81
|
||||
size 714969
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10e871221147d533ee76b4d4c8a8ba7a058a446400ecbe2256dfb3ac72060adb
|
||||
size 600922
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure">
|
||||
<Identity>
|
||||
<Civ>gaia</Civ>
|
||||
<GenericName>Wooden Bridge</GenericName>
|
||||
<SpecificName>Wooden Bridge</SpecificName>
|
||||
<History>Roman engineers constructed bridges using concrete, which they called Opus caementicium.</History>
|
||||
<Icon>gaia/special_blank.png</Icon>
|
||||
</Identity>
|
||||
<Health>
|
||||
<Max>200000</Max>
|
||||
</Health>
|
||||
<VisualActor>
|
||||
<Actor>props/special/eyecandy/bridge_edge_wooden.xml</Actor>
|
||||
</VisualActor>
|
||||
<Footprint>
|
||||
<Square width="62" depth="15.5"/>
|
||||
<Height>10.0</Height>
|
||||
</Footprint>
|
||||
<Obstruction>
|
||||
<Static width="59" depth="15"/>
|
||||
</Obstruction>
|
||||
<Selectable disable=""/>
|
||||
<Vision>
|
||||
<Range>72</Range>
|
||||
<RetainInFog>true</RetainInFog>
|
||||
</Vision>
|
||||
<BuildRestrictions>
|
||||
<Category>Special</Category>
|
||||
</BuildRestrictions>
|
||||
</Entity>
|
||||
Loading…
Reference in a new issue