1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/units/skeleton.xml
Matei 4df019a593 - Removed some debug spam.
- Fixed skeleton entity.

This was SVN commit r4604.
2006-10-29 17:22:14 +00:00

22 lines
368 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_super_infantry"
>
<Traits>
<Id>
<Specific>Skeleton</Specific>
<Civ>Romans</Civ>
<History>He lived, and obviously he died, or he wouldn't be a skeleton.</History>
</Id>
</Traits>
<Actor>units/skeleton_live.xml</Actor>
</Entity>