EDIT
Just saw something not entirely relevant (and from regular BTS to) but may be worth mentioning in the context of abuse
On accepting gifts, when in financial trouble it seems the AI wil still accept workers to a limit of how many it thinks it needs, and missionaries, but as they'll get used in no time that doesn't help us. But what about workboats? What does it do with Workboats it doesn't need? because I see potential for farming war success from spammed Workboat gifts![]()
I have changed the two following posts to the OP for more valuable informations.
# Plot wird ausgewaehlt
# Wald 10% Chance
if len(PlotArray1) > 0:
if 1 > self.myRandom(1, None): PlotArrayX = PlotArray1
# Savanne 20% Chance
elif len(PlotArray2) > 0:
if 2 > self.myRandom(1, None): PlotArrayX = PlotArray2
# Dschungel 10% Chance
elif len(PlotArray3) > 0:
if 1 > self.myRandom(1, None): PlotArrayX = PlotArray3
# Bewirt. Feld ohne Holzlager 20%
elif len(PlotArray4) > 0:
if 2 > self.myRandom(1, None): PlotArrayX = PlotArray4
# Dichter Wald 5%
elif len(PlotArray5) > 0:
if 1 > self.myRandom(1, None): PlotArrayX = PlotArray5
In fact, I think we should probably get what we can for Spoked Wheels too.