nightcreature
Ready to Pounce!
it's not that, I had that happen to a lone hunter, but he could get out
maybe it needs a military unit?
maybe it needs a military unit?
Unless it requires more than one unit on tile? *laugh*
Cheers
I have question about event "Wild Herds" which settles Horse/Deer/Bison resource.
It happens very frequently. I had one with horses placed in the city and three with deers in city vicinity. The Korean AI had five horses resource placed by this.
In v18 I had only two events through the whole game.
It is intended or is something wrong with spawning event?
Check the XML files in Assets/XML/Events of the C2C folder.On a related note:
How do you create random events? I could think of a few...
if map.getWorldSize() == gc.getInfoTypeForString("WORLDSIZE_DUEL"):
iNumUnits1 = 2
iNumUnits2 = 1
elif map.getWorldSize() == gc.getInfoTypeForString("WORLDSIZE_TINY"):
iNumUnits1 = 3
iNumUnits2 = 1
elif map.getWorldSize() == gc.getInfoTypeForString("WORLDSIZE_SMALL"):
iNumUnits1 = 4
iNumUnits2 = 1
elif map.getWorldSize() == gc.getInfoTypeForString("WORLDSIZE_STANDARD"):
iNumUnits1 = 5
iNumUnits2 = 1
elif map.getWorldSize() == gc.getInfoTypeForString("WORLDSIZE_LARGE"):
yeah, that is well possible...
Probably effects most/all quests and some events