TheCowSaysMoooo said:Possibly intentional, but Ljosalfar and Kuriotate city names overlap (even Kwythellar, which is typically the Kuriotate capital, is listed as a potential Ljosalfar city).
def reqConvertCity(caster):
if not canCast(caster):
return False
pPlot = caster.plot()
if pPlot.isCity() == False:
return False
pCity = pPlot.getPlotCity()
if pCity.getOwner() == caster.getOwner():
return False
if pCity.getOwner() == gc.getBARBARIAN_PLAYER() and caster.getUnitType() == gc.getInfoTypeForString('UNIT_RANTINE'):
for i in range(pPlot.getNumUnits()):
pUnit = pPlot.getUnit(i)
if pUnit.baseCombatStr() > caster.baseCombatStr():
return False
return True
return False
They could stack up the books and make a little play-fort!Jean Elcard said:I don't know, but what would a Doviello do in a library? Reading? If you propose something abnormal like this to him you would probably lose your head instantly. It's like speaking about Democracy in front of a Godking.![]()
QES said:I had a friend once who played a barbarian in D&D with an int of 18. He acted completely like a barbarian. And people thought he was dumb, until he'd point out the logical falacies of wizzards. Mayhaps they're not as dumb as we think they are?
QES said:Also, perhaps they evolve out of their primitive ways?
-Qes
Jean Elcard said:After a bit of chitchatting lets remind Kael of the original problem again. There are some civs like the orcs that are seemingly capable of building some wonders they can't build because they lack the prerequisites for them (libraries for The Great Library or a mage guild for the Tomb of Succelus).
My suggestion: Block these wonders for the affected civs to get rid of them in the tech tree.
eerr said:for civs that can't build the prererequisit buildings-
don't require the prequisits to build the wonders...
so technically they can get the wonders easer than other civs that can build the prerequisit...?