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.xml

23 lines
1 KiB
XML
Raw Normal View History

2018-10-23 09:38:02 +02:00
<?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="25000" cost="10000" />
<level name="bCruisersTech" description="bCruisersTechDescription"
points="900000" cost="400000" />
<level name="dreadnoughtsTech" description="dreadnoughtsTechDescription"
points="2250000" cost="1012500" />
</tech-line>
<tech-line name="civTech" description="civTechDescription">
<level name="indFactTech" description="indFactTechDescription"
points="10000" cost="5000" />
<level name="reanimationTech" description="reanimationTechDescription"
points="562500" cost="281250" />
<level name="superTurretTech" description="superTurretTechDescription"
points="1350000" cost="607500" />
</tech-line>
</technologies>