The Jukkasjärvi Ice Hotel National Wonder
I made this for my Thomas' War mod:
Originally, this national wonder only increased commerce. The problem with that is that even if you add commerce to Snow / Tundra you probably don't have the food in arctic cities to devote to working those tiles. So, I made this wonder improve arctic tiles in a variety of ways.
What "Improve Arctic Tiles" boils down to:
- +2 Commerce on Snow and / or Tundra Tiles in City Radius
- +1 Food to Sea based (fish, clam, crab, whale) or Camp based (fur, deer) bonuses in City Radius
- Removes Ice from Sea tiles in the City Radius
- If theres a bonus in the City Radius, it'll construct the appropriate improvement (e.g. it will build a mine on a vacant silver plot)
- On any idle Snow / Tundra tile in the City Radius (no bonus or improvement) it will grow a forest
Additionally, the national wonder needs a snow tile in the City Radius to be built, and requires a minimum of 45 degrees latitude.
I also changed the python to allow National Wonders to show movies (also marked in the EventManager file)
Credits:
Python, XML, Button: Me (tsentom1)
Building Model: HROCHland
Wonder Movie: Arian
Thread
Edit: For it to build Offshore Platforms you or your team need to know Plastics
Edit 2: Cleaned up the code, made it slightly cheaper, added a more detailed python description.
I made this for my Thomas' War mod:
Originally, this national wonder only increased commerce. The problem with that is that even if you add commerce to Snow / Tundra you probably don't have the food in arctic cities to devote to working those tiles. So, I made this wonder improve arctic tiles in a variety of ways.
What "Improve Arctic Tiles" boils down to:
- +2 Commerce on Snow and / or Tundra Tiles in City Radius
- +1 Food to Sea based (fish, clam, crab, whale) or Camp based (fur, deer) bonuses in City Radius
- Removes Ice from Sea tiles in the City Radius
- If theres a bonus in the City Radius, it'll construct the appropriate improvement (e.g. it will build a mine on a vacant silver plot)
- On any idle Snow / Tundra tile in the City Radius (no bonus or improvement) it will grow a forest
Additionally, the national wonder needs a snow tile in the City Radius to be built, and requires a minimum of 45 degrees latitude.
I also changed the python to allow National Wonders to show movies (also marked in the EventManager file)
Spoiler :
Credits:
Python, XML, Button: Me (tsentom1)
Building Model: HROCHland
Wonder Movie: Arian
Thread
Edit: For it to build Offshore Platforms you or your team need to know Plastics
Edit 2: Cleaned up the code, made it slightly cheaper, added a more detailed python description.