42 lines
1.6 KiB
XML
42 lines
1.6 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<lw-tech-graph xmlns="http://www.deepclone.com/lw/b6/m2/tech-graph"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://www.deepclone.com/lw/b6/m2/tech-graph tech-graph.xsd">
|
||
|
|
||
|
<!-- Military technologies (cruisers, battle cruisers, dreadnoughts) -->
|
||
|
|
||
|
<technology name="cruisersTech" category="milTech"
|
||
|
description="cruisersTechDescription" discovery="cruisersTechDescription"
|
||
|
points="25000" cost="10000" />
|
||
|
|
||
|
<technology name="bCruisersTech" category="milTech"
|
||
|
description="bCruisersTechDescription" discovery="bCruisersTechDescription"
|
||
|
points="900000" cost="400000">
|
||
|
<depends-on>cruisersTech</depends-on>
|
||
|
</technology>
|
||
|
|
||
|
<technology name="dreadnoughtsTech" category="milTech"
|
||
|
description="dreadnoughtsTechDescription" discovery="dreadnoughtsTechDescription"
|
||
|
points="2250000" cost="1012500">
|
||
|
<depends-on>bCruisersTech</depends-on>
|
||
|
</technology>
|
||
|
|
||
|
<!-- Civilian technologies (industrial factories, corpse re-animation, bio-turrets -->
|
||
|
|
||
|
<technology name="indFactTech" category="civTech"
|
||
|
description="indFactTechDescription" discovery="indFactTechDescription"
|
||
|
points="10000" cost="5000" />
|
||
|
|
||
|
<technology name="reanimationTech" category="civTech"
|
||
|
description="reanimationTechDescription" discovery="reanimationTechDescription"
|
||
|
points="562500" cost="281250">
|
||
|
<depends-on>indFactTech</depends-on>
|
||
|
</technology>
|
||
|
|
||
|
<technology name="superTurretTech" category="civTech"
|
||
|
description="superTurretTechDescription" discovery="superTurretTechDescription"
|
||
|
points="1350000" cost="607500">
|
||
|
<depends-on>reanimationTech</depends-on>
|
||
|
</technology>
|
||
|
|
||
|
</lw-tech-graph>
|