1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_unit_infantry_ranged.xml
Matei 0a6c4ae103 # Bug fixes and more game setup options.
- Added "Screenshot Mode" checkbox on game setup screen, which will set
units to Hold stance by default (normally, they'll be in aggress).
- Made the "Fog of War" checkbox actually work.
- Fixed a bug where repairing a building could cause you to reach
negative resources.
- Increased ranged unit LOS so they can pursue things that go out of
attack range.
- Made visibility permanent for Settlements.
- Removed a stray "s" in template_unit_cavalry_melee.xml.

This was SVN commit r4526.
2006-10-08 17:34:46 +00:00

36 lines
564 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_infantry"
>
<Traits>
<Id>
<Generic>Ranged Infantry</Generic>
<Classes>Ranged</Classes>
</Id>
<Vision>
<Los>7</Los>
</Vision>
</Traits>
<Actions>
<Attack>
<Ranged>
<Damage>10.0</Damage>
<Crush>0.0</Crush>
<Hack>0.5</Hack>
<Pierce>0.5</Pierce>
<Range>24.0</Range>
<Speed>1500</Speed>
<ProjectileSpeed>12.0</ProjectileSpeed>
</Ranged>
</Attack>
</Actions>
</Entity>