On this page
Farmlands
Farmlands Metadata
Farmlands have optional configuration data in a seperate xml file. This file is linked in the map.xml file.
map/map.xml
<map>
<farmlands filename="map/config/farmlands.xml" />
</map>
map/config/farmlands.xml
<?xml version='1.0' encoding='utf-8'?>
<map xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../shared/xml/schema/farmlands.xsd">
<farmlands infoLayer="farmlands" pricePerHa="60000">
<farmland id="1" priceScale="1" npcName="FORESTER" />
<farmland id="2" priceScale="1" npcName="FORESTER" />
<farmland id="3" priceScale="1" npcName="FORESTER" />
</farmlands>
</map>
Last updated 30 Mar 2025, 00:09 +0100 .