1
0
forked from 0ad/0ad

Spartans get Oxybeles (but no Lithobolos).

This was SVN commit r14945.
This commit is contained in:
Michael D. Hafer 2014-04-20 12:50:59 +00:00
parent ff77676c60
commit 2336f97ead
4 changed files with 46 additions and 0 deletions

View File

@ -16,11 +16,13 @@
<ProductionQueue>
<Entities datatype="tokens">
units/spart_mechanical_siege_ram
units/spart_mechanical_siege_oxybeles_packed
</Entities>
<Technologies datatype="tokens">
-pair_champ_02
pair_siege_attack_cost
pair_siege_cost_armor
siege_bolt_accuracy
</Technologies>
</ProductionQueue>
<VisualActor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_siege_ballista">
<Identity>
<Civ>spart</Civ>
<SpecificName>Oxybelḗs</SpecificName>
</Identity>
<Obstruction>
<Unit radius="3.0"/>
</Obstruction>
</Entity>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/spart_mechanical_siege_oxybeles_common">
<Identity>
<Icon>units/hele_mechanical_siege_oxybeles_packed.png</Icon>
</Identity>
<Pack>
<Entity>units/spart_mechanical_siege_oxybeles_unpacked</Entity>
<Time>10000</Time>
<State>packed</State>
</Pack>
<VisualActor>
<Actor>units/athenians/siege_spear_packed.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/spart_mechanical_siege_oxybeles_common">
<Identity>
<Icon>units/hele_mechanical_siege_oxybeles.png</Icon>
</Identity>
<Pack>
<Entity>units/spart_mechanical_siege_oxybeles_packed</Entity>
<Time>10000</Time>
<State>unpacked</State>
</Pack>
<UnitMotion>
<WalkSpeed>0.001</WalkSpeed>
<Run>
<Speed>0.001</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/athenians/siege_spear.xml</Actor>
</VisualActor>
</Entity>