CyGame().setPlotExtraYield(pPlot.getX(), pPlot.getY(), YieldTypes.YIELD_PRODUCTION, 1)
CyGame().setPlotExtraYield(pPlot.getX(), pPlot.getY(), YieldTypes.YIELD_COMMERCE, 2)
iRnd = CyGame().getSorenRandNum(200, "Bob")
if iRnd <= 110:
pPlot.setImprovementType(gc.getInfoTypeForString('IMPROVEMENT_MINE'))
if iRand <5:
pPlot.setBonusType(gc.getInfoTypeForString('BONUS_MITHRIL'))
if iRnd >= 5 and iRnd < 15:
pPlot.setBonusType(gc.getInfoTypeForString('BONUS_GEMS'))
if iRnd >= 15 and iRnd < 45:
pPlot.setBonusType(gc.getInfoTypeForString('BONUS_GOLD'))
if iRnd >= 45 and iRnd < 70:
pPlot.setBonusType(gc.getInfoTypeForString('BONUS_IRON'))
if iRnd >= 70 and iRnd < 90:
pPlot.setBonusType(gc.getInfoTypeForString('BONUS_COPPER'))
if iRand > 180:
pPlot.setBonusType(gc.getInfoTypeForString('BONUS_MARBLE'))
if iRnd == 170:
pPlot.setBonusType(gc.getInfoTypeForString('BONUS_SHUET_STONE'))