1
0
forked from 0ad/0ad

This was SVN commit r4019.

This commit is contained in:
Michael D. Hafer 2006-06-23 02:56:33 +00:00
parent f67f537fed
commit 2f065990f6
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical_ship_bireme"
>
<Traits>
<Id>
<Specific>Water Lillies</Specific>
<Civ>Gaia</Civ>
<History>Water lillies are the favorite hang-out spots for frogs and turtles, from all centuries.</History>
</Id>
</Traits>
<Actor>props/flora/water_lillies.xml</Actor>
</Entity>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical_ship_bireme"
>
<Traits>
<Id>
<Specific>Floating Log</Specific>
<Civ>Gaia</Civ>
<History>This tree stump has fallen on hard times - and right into the water! Water logs are home and food to many different kinds of aquatic lifeforms, including turtles, frogs, crayfish, water insects, and plants.</History>
</Id>
</Traits>
<Actor>props/flora/water_log.xml</Actor>
</Entity>