1
0
forked from 0ad/0ad

Fix XML formatting

This was SVN commit r10519.
This commit is contained in:
Ykkrosh 2011-11-12 22:26:01 +00:00
parent ff064aca95
commit 7fcc76b621
2 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,8 @@
<Health disable=""/>
<Identity>
<GenericName>Fish</GenericName>
<Classes datatype="tokens">SeaCreature</Classes> </Identity>
<Classes datatype="tokens">SeaCreature</Classes>
</Identity>
<Obstruction>
<Unit radius="0.1"/>
<BlockMovement>false</BlockMovement>

View File

@ -3,8 +3,10 @@
<Health>
<Max>100</Max>
<DeathType>remain</DeathType>
</Health> <Identity>
<Classes datatype="tokens">SeaCreature</Classes> </Identity>
</Health>
<Identity>
<Classes datatype="tokens">SeaCreature</Classes>
</Identity>
<ResourceSupply>
<KillBeforeGather>true</KillBeforeGather>
<Amount>500</Amount>