1
0
forked from 0ad/0ad

Created entities for oak trees and berry bushes.

This was SVN commit r2141.
This commit is contained in:
Acumen 2005-04-16 15:13:57 +00:00
parent a3cb8a322c
commit a10ac6b379
7 changed files with 92 additions and 2 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_flora">
<Traits>
<Id
generic="Bush"
class3="Bush"
rollover="Bushes sometimes bear fruit."
/>
</Traits>
</Entity>

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_flora_bush" Corpse="template_dead_tree">
<Traits>
<Id
generic="Berry Bush"
specific="Berry Bush"
icon="flora_deciduotree"
type.gaia.group.resource="true"
rollover="Foragers can gather the fruit from these bushes to accumulate Food."
history="Berries are tasty, fruity, and scrunchiously crunchable."
/>
<Health
max="100"
curr="100"
/>
<MiniMap
type="Food"
red="0"
green="50"
blue="0"
/>
<Supply
curr="100"
max="100"
type="food"
subtype="fruit"
/>
</Traits>
</Entity>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_flora_tree">
<Traits>
<Id
generic="Tree"
specific="Oak Tree"
icon="flora_deciduotree"
history="A deciduous tree of the genus Quercus; has acorns and lobed leaves."
/>
</Traits>
</Entity>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_flora_bush_berry">
<Traits>
<Id
internal_only="false"
/>
</Traits>
<Actor>foliage/wrld_foliagebush.xml</Actor>
</Entity>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_flora_tree_oak">
<Traits>
<Id
internal_only="false"
/>
</Traits>
<Actor>flora/wrld_flora_oak.xml</Actor>
</Entity>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_geo_rock">
<Traits>
<Id
internal_only="false"
/>
</Traits>
<Actor>geology/rock_light.xml</Actor>
</Entity>

Binary file not shown.