Missing _name annotations in the "needs" block of the first stage and the "products" block of the last stage.
<product _name="Fruits" eid="704" type="Crop"> <name tid="422" /> <GUIAnimation aid="fruitFrood1" /> <stages> <l co2PerMinute="3" lightNeeded="Medium" maxTemp="313" minTemp="273" oxygenPerMinute="10" stage="1" time="1300"> <needs> <l consumeEvery="2" element="16" howMuch="1" /> </needs> <anims> <l dir="D1" type="Single" useFlipped="true"> <animation aid="potato1" /> </l> </anims> </l> ... <l co2PerMinute="3" lightNeeded="Medium" maxTemp="313" minTemp="273" oxygenPerMinute="10" stage="5" time="1"> <harvestable> <products> <l element="706" howMuch="2" produceEvery="1" /> <l element="71" howMuch="0" produceEvery="1" /> </products> </harvestable> <anims> <l dir="D1" type="Single" useFlipped="true"> <animation aid="potato5" /> </l> </anims> </l> </stages> <plantingPenalty penalty="-75" /> <difficulty level="2" skill="Farming" /> <desc tid="424" /> </product>
Missing _name annotations in the "needs" block of the first stage and the "products" block of the last stage.
<product _name="Fruits" eid="704" type="Crop"> <name tid="422" /> <GUIAnimation aid="fruitFrood1" /> <stages> <l co2PerMinute="3" lightNeeded="Medium" maxTemp="313" minTemp="273" oxygenPerMinute="10" stage="1" time="1300"> <needs> <l consumeEvery="2" element="16" howMuch="1" /> </needs> <anims> <l dir="D1" type="Single" useFlipped="true"> <animation aid="potato1" /> </l> </anims> </l> ... <l co2PerMinute="3" lightNeeded="Medium" maxTemp="313" minTemp="273" oxygenPerMinute="10" stage="5" time="1"> <harvestable> <products> <l element="706" howMuch="2" produceEvery="1" /> <l element="71" howMuch="0" produceEvery="1" /> </products> </harvestable> <anims> <l dir="D1" type="Single" useFlipped="true"> <animation aid="potato5" /> </l> </anims> </l> </stages> <plantingPenalty penalty="-75" /> <difficulty level="2" skill="Farming" /> <desc tid="424" /> </product>