Would this be a cool nation wonder?

SerriaFox

King
Joined
Mar 27, 2008
Messages
751
Location
Texas
I was thinking how important oil is to the civil economy, and I was thinking you could be able to simulate this with the following national wonder:

National Highway ACT:

Provide happines equal to Oil reserve - 5, note this can provide negative happiness
Prephaps this should be automatical build when you discover combustion?
 

Evalis

Prince
Joined
Mar 2, 2009
Messages
496
There is currently no way to implement this. I'm not certain if you can have a building auto-construct upon researching a tech... and since buildings can't produce resources, the only way to simulate this would be to consume an oil resource for each happy.. which probably isn't a good idea, considering how scarce resources are already.
 

Abremms

Prince
Joined
Mar 5, 2010
Messages
436
there needs to be some other upside beyond the happyness mechanic, i agree its interesting, but i wouldn't ever build it just for that. maybe if it increased trade route yield by 20% and/or movement on roads by 1.
 

Voyhkah

Undead
Joined
Apr 25, 2009
Messages
1,444
Location
Earth
Should be simple if lua is anything like python. Here it is in Python Psudocode:

Code:
   function onTurn(self, argslist):
   player, numTurn = argslist[]

//Code START//

  if player.hasBuilt(gc.getInfoTypeForString("BUILDING_NATIONAL_HIGHWAY")):
      numOil = player.getNumResource(gc.getInfoTypeForString("RESOURCE_OIL"))
      player.changeHappiness(numOil - 3)
//Code END//
 

SerriaFox

King
Joined
Mar 27, 2008
Messages
751
Location
Texas
I really don't want to use up the oil, just show how much is available for the civilian economy.
A 20% boost to the economy might be enough to make building worth it.
 

Evalis

Prince
Joined
Mar 2, 2009
Messages
496
@Voyhkah There's the rub.. no one know any of the variables that affect those things. So it's all just speculation. I 'speculate' this would be an interesting wonder.... hehe
 

CrazyAce

Prince
Joined
Jun 16, 2004
Messages
396
Location
I'm here, soon to be there.
there needs to be some other upside beyond the happyness mechanic, i agree its interesting, but i wouldn't ever build it just for that. maybe if it increased trade route yield by 20% and/or movement on roads by 1.

I agree, after looking at the history of this ACT, this idea would benefit from this idea.
 
Top Bottom