This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb6/legacyworlds-server/legacyworlds-server-main/data/techs-test.xml

23 lines
No EOL
1,021 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<technologies xmlns="http://www.deepclone.com/lw/b6/m1/techs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deepclone.com/lw/b6/m1/techs techs.xsd">
<tech-line name="milTech" description="milTechDescription">
<level name="cruisersTech" description="cruisersTechDescription"
points="5000" cost="10000" />
<level name="bCruisersTech" description="bCruisersTechDescription"
points="20000" cost="30000" />
<level name="dreadnoughtsTech" description="dreadnoughtsTechDescription"
points="48000" cost="100000" />
</tech-line>
<tech-line name="civTech" description="civTechDescription">
<level name="indFactTech" description="indFactTechDescription"
points="2000" cost="5000" />
<level name="reanimationTech" description="reanimationTechDescription"
points="10000" cost="25000" />
<level name="superTurretTech" description="superTurretTechDescription"
points="30000" cost="125000" />
</tech-line>
</technologies>