mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 13:18:56 +07:00
Natural Wonders (#1456)
* NaturalWonders initial commit * Created models/ruleset/tile/NaturalWonder and assets/json/NaturalWonders * MapGenerator now spawns NaturalWonders in random compatible random locations * MapParameters has a noNaturalWonders option * TileInfo has naturalWonder property (set to null if none) * TileInfo and UnitMovementAlgorithms correctly manages stats and consider the tile unpassable and unimprovable * Notification and happiness on NaturalWonder discovery * El Dorado discovery bonus, Spain unique * Doubled tile yields for Spain * NaturalWonders implemented as TerrainType + Fountain of Youth promotion * Images issue #124 * NaturalWonder TileImages (Fantasy) and Overlay (Default) * NaturalWonderOverlay.png : https://www.flaticon.com/free-icon/mount-fuji_2166259 * Bugfix * Added translations * Italian translations * Fix translation issue * missing space after = in template.properties breaks translations * Improved NaturalWonder spawn logic * Great Barrier Reef spawns on 2 contiguous tiles * Each wonder has specific spawn requirements * Number of wonders spawned scales with map radius * Fix unused import
This commit is contained in:

committed by
Yair Morgenstern

parent
0366233be5
commit
aa02a2d321
@ -769,7 +769,7 @@
|
||||
"Almarikh","Ulaanbaatar","Hovd","Darhan","Dalandzadgad","Mandalgovi","Choybalsan","Erdenet","Tsetserieg",
|
||||
"Baruun-Urt","Ereen","Batshireet","Choyr","Ulaangom","Tosontsengel","Atlay","Uliastay","Bayanhongor",
|
||||
"Har-Ayrag","Nalayh","Tes"]
|
||||
},
|
||||
},*/
|
||||
{
|
||||
/////NEEDS NATURAL WONDERS
|
||||
name:"Spanish",
|
||||
@ -802,12 +802,13 @@
|
||||
outerColor:[102,0,0],
|
||||
innerColor:[255,102,102],
|
||||
uniqueName:"Seven Cities of Gold"
|
||||
unique:"Gold nous for discovering a Natural Wonder (bonus enhanced if first to discover it). Culture, Happiness and tile yelds from Natural Wonders doubled.",
|
||||
unique:"100 Gold for discovering a Natural Wonder (bonus enhanced to 500 Gold if first to discover it). Culture, Happiness and tile yelds from Natural Wonders doubled.",
|
||||
cities:["Madrid","Barcelona","Seville","Cordoba","Toledo","Santiago","Salamanca","Murcia","Valencia","Zaragoza","Pamplona",
|
||||
"Vitoria","Santander","Oviedo","Jaen","Logroño","Valladolid","Palma","Teruel","Almeria","Leon","Zamora","Mida",
|
||||
"Lugo","Alicante","Càdiz","Eiche","Alcorcon","Burgos","Vigo","Badajoz","La Coruña","Guadalquivir","Bilbao",
|
||||
"San Sebastian","Granada","Mérida","Huelva","Ibiza","Las Palmas","Tenerife"]
|
||||
},
|
||||
/*
|
||||
{
|
||||
name:"Incan",
|
||||
leaderName:"Pachacuti",
|
||||
|
Reference in New Issue
Block a user