mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-22 22:15:44 +00:00
#Roman Siege Wall Entities. :brow:
This was SVN commit r6756.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
<animations>
|
||||
<animation file="biped/inf_sword_ready_e.dae" name="idle" speed="100"/>
|
||||
<animation file="biped/inf_sword_ready_e.dae" name="idle" speed="89"/>
|
||||
<animation file="biped/not used/inf_salute_b.psa" name="idle" speed="50"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="walk" speed="18"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="run" speed="8"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="melee" speed="150"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity Parent="template_structure_defense_wall">
|
||||
<Traits>
|
||||
<Id>
|
||||
<Specific>Moenia</Specific>
|
||||
<Civ>Romans</Civ>
|
||||
|
||||
<History>Quick building, but expensive wooden and earthen walls used to surround and siege an enemy town or fortified position. The most famous examples are the Roman sieges of the Iberian stronghold of Numantia and the Gallic stronghold of Alesia.</History>
|
||||
</Id>
|
||||
<Footprint>
|
||||
<Width>26.0</Width>
|
||||
<Depth>8.0</Depth>
|
||||
<Height>7.0</Height>
|
||||
</Footprint>
|
||||
</Traits>
|
||||
<Actor>structures/romans/siege_wall.xml</Actor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity Parent="template_structure_defense_wall_gate">
|
||||
<Traits>
|
||||
<Id>
|
||||
<Specific>Porta</Specific>
|
||||
<Civ>Romans</Civ>
|
||||
<History>(Insert History Here)</History>
|
||||
</Id>
|
||||
<Footprint>
|
||||
<Width>24.0</Width>
|
||||
<Depth>8.0</Depth>
|
||||
<Height>7.0</Height>
|
||||
</Footprint>
|
||||
</Traits>
|
||||
<Actor>structures/romans/siege_wall_gate.xml</Actor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity Parent="template_structure_defense_wall_tower">
|
||||
<Traits>
|
||||
<Id>
|
||||
<Specific>Turris Lapidea</Specific>
|
||||
<Civ>Romans</Civ>
|
||||
<History>(Insert history here)</History>
|
||||
</Id>
|
||||
</Traits>
|
||||
<Actor>structures/romans/siege_wall_tower.xml</Actor>
|
||||
</Entity>
|
||||
@@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity
|
||||
Parent="template_structure_defense_wall"
|
||||
>
|
||||
<Entity Parent="template_structure_defense_wall">
|
||||
<Traits>
|
||||
|
||||
<Id>
|
||||
@@ -11,12 +9,12 @@
|
||||
|
||||
<Civ>Romans</Civ>
|
||||
|
||||
<History>Stong city walls.</History>
|
||||
<History>Quick building, but expensive wooden and earthen walls used to surround and siege an enemy town or fortified position. The most famous examples are the Roman sieges of the Iberian stronghold of Numantia and the Gallic stronghold of Alesia.</History>
|
||||
|
||||
</Id>
|
||||
|
||||
</Traits>
|
||||
|
||||
<Actor>structures/romans/wall.xml</Actor>
|
||||
<Actor>structures/romans/siege_wall.xml</Actor>
|
||||
|
||||
</Entity>
|
||||
Binary file not shown.
Reference in New Issue
Block a user