mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +07:00
9696fa59f5
* Added unique to convert terrain to other terrain if adjacent to something
Terrain converting to other terrain when adjacent to rivers was using hardcoded stuff, so I un-hardcoded it
I thought I could use this to replace the 'coast' hardcoding, and if it wasn't for the maxCoastExtension then I could.
Modders CAN therefore add their own coast (Lava tiles and Ash tiles I dunno) but it will only be for directly close terrains.
This enables Deciv Redux to spawn huge maps.
* Also for Vanilla, which apparently had a different number of tabs than G&K for no apparent reason.
* Apparently terrain name wasn't a uniquetype yet
(cherry picked from commit
|
||
---|---|---|
.. | ||
Buildings.json | ||
Difficulties.json | ||
Eras.json | ||
GlobalUniques.json | ||
GreatPeopleNames.json | ||
ModOptions.json | ||
Nations.json | ||
Policies.json | ||
Quests.json | ||
Ruins.json | ||
Specialists.json | ||
Techs.json | ||
Terrains.json | ||
TileImprovements.json | ||
TileResources.json | ||
UnitPromotions.json | ||
Units.json | ||
UnitTypes.json |