Deleted old "test" buildables and technologies
* These 2 definition files were remnants of B6M1's early tests. They did not belong in the repo any more.
This commit is contained in:
parent
26fe4b926d
commit
c5464212bc
2 changed files with 0 additions and 63 deletions
|
@ -1,40 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<buildables xmlns="http://www.deepclone.com/lw/b6/m1/buildables" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.deepclone.com/lw/b6/m1/buildables buildables.xsd">
|
||||
|
||||
<building name="milFactory" description="milFactoryDescription" type="WORK" output="5" workers="200">
|
||||
<cost build="100" upkeep="10" work="4800" />
|
||||
</building>
|
||||
<building name="turret" description="turretDescription" type="DEF" output="10" workers="5">
|
||||
<cost build="40" upkeep="2" work="600" />
|
||||
</building>
|
||||
<building name="indFactory" description="indFactoryDescription" type="CASH" output="4" workers="500">
|
||||
<cost build="500" upkeep="20" work="28800" />
|
||||
<tech name="civTech" level="1" />
|
||||
</building>
|
||||
<building name="reanimationCentre" description="reanimationCentreDescription" type="POP" output="1" workers="300">
|
||||
<cost build="4000" upkeep="200" work="57600" />
|
||||
<tech name="civTech" level="2" />
|
||||
</building>
|
||||
<building name="superTurret" description="superTurretDescription" type="DEF" output="500" workers="1">
|
||||
<cost build="4000" upkeep="10" work="20000" />
|
||||
<tech name="civTech" level="3" />
|
||||
</building>
|
||||
|
||||
<ship name="fighter" description="fighterDescription" time="3" power="10">
|
||||
<cost build="100" upkeep="20" work="100" />
|
||||
</ship>
|
||||
<ship name="cruiser" description="cruiserDescription" time="5" power="100">
|
||||
<cost build="500" upkeep="80" work="500" />
|
||||
<tech name="milTech" level="1" />
|
||||
</ship>
|
||||
<ship name="bCruiser" description="bCruiserDescription" time="4" power="335">
|
||||
<cost build="2500" upkeep="320" work="2500" />
|
||||
<tech name="milTech" level="2" />
|
||||
</ship>
|
||||
<ship name="dreadnought" description="dreadnoughtDescription" time="6" power="5000">
|
||||
<cost build="12500" upkeep="1280" work="12500" />
|
||||
<tech name="milTech" level="3" />
|
||||
</ship>
|
||||
|
||||
</buildables>
|
|
@ -1,23 +0,0 @@
|
|||
<?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>
|
Reference in a new issue