Platyping's Python

Random thing I noticed; the Leaning Tower stores 25% of the next level (say you have 320/360 great people points, and generate 80 per turn, the next turn you will have 145/420 points; 320+80=400, -360=40, and 420/4=105, so 40+105=420). Personally, I assumed it would be 25% of the current level (360/4=90, in this example).

Not that it matters! I just wonder whether it was intentional, and if it wasn't, well, now you know. :p

And yeah, I decided to use this for Chichen Itza now. You have a lot of awesome stuff here though, really!
 
Sorry. I'm sure he is here talked about it . My English is very bad , I do not make reading all pages. Is there a way to do so that I can assign to a project building model ?
thanks
Hrochland
 
Don't really understand what you meant.
You mean when a project is built, add a building to the same city?
 
What is "the starting ramp model"? Just a building?
 
this model
 

Attachments

  • ramp.jpg
    ramp.jpg
    9.4 KB · Views: 202
I assume that is supposed to be a building in game...

Code:
	def onProjectBuilt(self, argsList):
		'Project Completed'
		pCity, iProjectType = argsList
		game = gc.getGame()
##
		if iProjectType == gc.getInfoTypeForString("PROJECT_XXX"):
			pCity.setNumRealBuilding(gc.getInfoTypeForString("BUILDING_YYY"), 1)
##
 
Is there a list of all wonder effects still around here somewhere? Or do I have to install the modules and look at them ingame?
 
Top Bottom