1
0
forked from 0ad/0ad

'Crop Rotation' tech for the Gallic Rotary Mill.

This was SVN commit r13766.
This commit is contained in:
Michael D. Hafer 2013-08-25 17:57:20 +00:00
parent 7c0dfc0d82
commit 035d33dc33
3 changed files with 28 additions and 4 deletions

View File

@ -0,0 +1,12 @@
{
"genericName": "Crop Rotation",
"description": "Crop rotation increases yield by preventing the depletion of vital nutrients and minerals from the soil.",
"cost": {"food": 300, "wood": 300, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "crop_rotation.png",
"researchTime": 40,
"tooltip": "Increase the yield of your farms. +25% farming rate.",
"modifications": [{"value": "ResourceGatherer/Rates/food.grain", "multiplier": 1.25}],
"affects": ["Worker"]
}

View File

@ -6,7 +6,7 @@
<Resources>
<food>0</food>
<wood>200</wood>
<stone>0</stone>
<stone>100</stone>
<metal>0</metal>
</Resources>
</Cost>
@ -22,13 +22,19 @@
<Civ>celt</Civ>
<GenericName>Rotary Mill</GenericName>
<SpecificName>Melonas</SpecificName>
<Tooltip>Increase farming output +15%. (Currently a useless structure)</Tooltip>
<Tooltip>Increase nearby farming output +25%. (Currently, a special technology can be researched to serve this function)</Tooltip>
<History>The Celts developed the first rotary flour mill.</History>
<Icon>structures/sb1.png</Icon>
</Identity>
<Obstruction>
<Static width="16.0" depth="16.0"/>
</Obstruction>
<ProductionQueue>
<BatchTimeModifier>0.8</BatchTimeModifier>
<Technologies datatype="tokens">
celts/special_gather_crop_rotation
</Technologies>
</ProductionQueue>
<RallyPoint disable=""/>
<Sound>
<SoundGroups>

View File

@ -6,7 +6,7 @@
<Resources>
<food>0</food>
<wood>200</wood>
<stone>0</stone>
<stone>100</stone>
<metal>0</metal>
</Resources>
</Cost>
@ -19,13 +19,19 @@
<Civ>gaul</Civ>
<GenericName>Rotary Mill</GenericName>
<SpecificName>Melonas</SpecificName>
<Tooltip>Increase farming output +15%. (Currently a useless structure)</Tooltip>
<Tooltip>Increase nearby farming output +25%. (Currently, a special technology can be researched to serve this function)</Tooltip>
<History>The Celts developed the first rotary flour mill.</History>
<Icon>structures/sb1.png</Icon>
</Identity>
<Obstruction>
<Static width="16.0" depth="16.0"/>
</Obstruction>
<ProductionQueue>
<BatchTimeModifier>0.8</BatchTimeModifier>
<Technologies datatype="tokens">
celts/special_gather_crop_rotation
</Technologies>
</ProductionQueue>
<RallyPoint disable=""/>
<Sound>
<SoundGroups>