0ad/binaries/data/mods/official/technologies/real_example.xml
Ykkrosh 92b9c07f95 Restoring SVN repository:
Greek basket texture

# New Greek vases

# housekeeping
documentation fix: trailing / in directory names is mandatory

# Atlas: Sky texture selection; save with maps

Atlas code tidying: Slightly nicer syntax for defining command handlers,
and some explanation of how it works

Automated build.

This was SVN commit r4008.
2006-06-21 22:37:31 +00:00

49 lines
1.1 KiB
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Tech>
<ID>
<Generic>Improved Architecture</Generic>
<Specific>Willow Reeds</Specific>
<Icon>sheet_tech_shared</Icon>
<Icon_Cell>13</Icon_Cell>
<Classes>Buff</Classes>
<Rollover></Rollover>
<History></History>
</ID>
<Req>
<Time>120</Time>
<Resource>
<Food>50</Food>
<Wood>80</Wood>
<Stone>90</Stone>
<Ore>10</Ore>
</Resource>
<Entity>Melee</Entity>
<Entity>Ranged</Entity>
<!--<Tech>example</Tech>-->
</Req>
<Effect>
<Target>Melee</Target>
<Target>Ranged</Target>
<!--<Pair>example</Pair>-->
<Modifier>
<Attribute>traits.health.max</Attribute>
<Value>2</Value>
</Modifier>
<Script File="scripts/tech_functions.js" />
<Function Name="techExample" />
</Effect>
</Tech>