1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_unit_cavalry_ranged.xml
pyrolink b1537950e2 fixes
This was SVN commit r3400.
2006-01-22 11:08:27 +00:00

29 lines
466 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_cavalry"
>
<Traits>
<Id>
<Generic>Ranged Cavalry</Generic>
<Classes>Ranged</Classes>
</Id>
</Traits>
<Actions>
<Attack>
<Ranged>
<Damage>10.0</Damage>
<Crush>0.0</Crush>
<Hack>0.5</Hack>
<Pierce>0.5</Pierce>
<Range>16.0</Range>
<Speed>1500</Speed>
</Ranged>
</Attack>
</Actions>
</Entity>