freecol/data/mods/plantForest/specification.xml

51 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (C) 2002-2021 The FreeCol Team
*
* This file is part of FreeCol.
*
* FreeCol is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* FreeCol is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with FreeCol. If not, see <http://www.gnu.org/licenses/>.
*
-->
<freecol-specification id="plantForest">
<tile-improvement-types>
<tile-improvement-type id="model.improvement.plantForest" add-work-turns="9"
required-role="model.role.pioneer"
expended-amount="4"
magnitude="2">
<scope method-name="isForested" method-value="false" />
<scope method-name="isWater" method-value="false" />
<scope type="model.tile.arctic" match-negated="true" />
<scope type="model.tile.hills" match-negated="true" />
<scope type="model.tile.mountains" match-negated="true" />
<tile-type-change from="model.tile.plains"
to="model.tile.mixedForest"/>
<tile-type-change from="model.tile.grassland"
to="model.tile.coniferForest"/>
<tile-type-change from="model.tile.prairie"
to="model.tile.broadleafForest"/>
<tile-type-change from="model.tile.savannah"
to="model.tile.tropicalForest"/>
<tile-type-change from="model.tile.marsh"
to="model.tile.wetlandForest"/>
<tile-type-change from="model.tile.swamp"
to="model.tile.rainForest"/>
<tile-type-change from="model.tile.desert"
to="model.tile.scrubForest"/>
<tile-type-change from="model.tile.tundra"
to="model.tile.borealForest"/>
</tile-improvement-type>
</tile-improvement-types>
</freecol-specification>