mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r10028.
This commit is contained in:
parent
b12845e6b4
commit
5a2d7365f9
3 changed files with 10 additions and 26 deletions
|
|
@ -21,9 +21,12 @@
|
|||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Texture-Body">
|
||||
<variant frequency="1" name="Chainmail-Plain">
|
||||
<texture>skeletal/rome_csp_a.dds</texture>
|
||||
</variant>
|
||||
<variant frequency="1" name="Chainmail-Shoulder detail">
|
||||
<texture>skeletal/rome_isp_e_2.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -1,37 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_infantry_ranged_javelinist">
|
||||
<Armour>
|
||||
<Hack>1.5</Hack>
|
||||
<Pierce>3.5</Pierce>
|
||||
<Crush>3.0</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Hack>0.0</Hack>
|
||||
<Pierce>22.0</Pierce>
|
||||
<Crush>0.0</Crush>
|
||||
<MaxRange>34</MaxRange>
|
||||
<ProjectileSpeed>25.0</ProjectileSpeed>
|
||||
<PrepareTime>900</PrepareTime>
|
||||
<RepeatTime>1500</RepeatTime>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>80</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>rome</Civ>
|
||||
<SelectionGroupName>units/rome_infantry_javelinist_b</SelectionGroupName>
|
||||
<GenericName>Roman Principes</GenericName>
|
||||
<SpecificName>Principes</SpecificName>
|
||||
<History>The principi were the second line of heavy infantry in the Republican Roman army. Exactly identical in equipment and fighting methods to the hastati, they differed only in age, being slightly older. As a result they could often afford slightly better arms, including chain mail hauberks known as lorica hamata. Like all Roman heavy infantry they decorated their helmets with feathers and horsehair crests in the Italian fashion.</History>
|
||||
<GenericName>Roman Skirmisher</GenericName>
|
||||
<SpecificName>Veles</SpecificName>
|
||||
<History>The Velites (sing. Veles) were the light skirmish infantry of the Polybian legion. They were the younger men who could not afford hastatus equipment or boys too young to serve otherwise. They usually numbered 1200 men in squads of twenty assigned to the maniples of the Hastati, Principes, and Triarii. Their job was to harry the enemy lines before the heavy infantry engaged and to support the cavalry. </History>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>rome_infantry_javelinist_a</Entity>
|
||||
</Promotion>
|
||||
<Stamina>
|
||||
<Max>550</Max>
|
||||
</Stamina>
|
||||
<VisualActor>
|
||||
<Actor>units/romans/infantry_javelinist_b.xml</Actor>
|
||||
</VisualActor>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
<Health>
|
||||
<Max>105</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<SpecificName>Princips</SpecificName>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>rome_infantry_swordsman_e</Entity>
|
||||
</Promotion>
|
||||
|
|
|
|||
Loading…
Reference in a new issue