Sid Meier's Civilization VI

Sid Meier's Civilization VI

72 betyg
No Appeal Penalty from Wilderness
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Type: Mod
Mod: Gameplay
Filstorlek
Lades upp
Uppdaterades
2.115 KB
14 feb, 2019 @ 13:15
29 mar, 2019 @ 9:54
4 ändringsnotiser ( visa )

Abonnera för att ladda ner
No Appeal Penalty from Wilderness

I 1 samling av lockstep
Recommended Gameplay Mods (for GS)
6 artiklar
Beskrivning
Floodplains, marsh, and rainforest do not reduce the appeal of adjacent tiles.

Brazils Amazon trait gives +1 extra appeal for tiles adjacent to rainforest.

Works with Gathering Storm, Rise & Fall and Vanilla.

Affects saved games.

If you like this mod, please make sure to rate it.
10 kommentarer
Joe 1 feb, 2024 @ 15:34 
I agree, once I realized appeal modifiers don't apply to the tile itself I completely checked out of the mechanic. Unfortunately, it doesn't appear that there is any way to have an appeal modifier apply to the tile itself. Old-growth woods are the only thing in vanilla, and they are hardcoded.

I've installed this + Luke's City-wide Appeal mods and it's a decent solution to the problem.
GingerMagician 27 jul, 2023 @ 10:19 
I like this mod a lot! Thanks for making it. I was looking to see how to change it so that the floodplains, marsh, and jungle do not reduce the appeal of adjacent tiles, but still reduce their own tile's appeal. Also, so that forests and other positive appeals apply to their own tile as well. I didn't see anything else on the workshop that did that, and this is the closest to that.
NextinLine727 24 mar, 2022 @ 23:44 
thank you, i play heavy with national parks and this is a blessing, truly.
BEar 2 dec, 2021 @ 12:35 
Is the mode working? When I tried it, I don't think it's working in Rf mode.
D34DLY 9 maj, 2021 @ 11:19 
To make Marsh and Rainforest (aka Jungle) add to appeal, change the 0 to 1 in these lines:

UPDATE Features SET Appeal = 1 WHERE FeatureType = 'FEATURE_MARSH' ;
UPDATE Features SET Appeal = 1 WHERE FeatureType = 'FEATURE_JUNGLE' ;

Note, these 3 comments refer to the NAPW.sql file in the 1655604410 folder
D34DLY 9 maj, 2021 @ 11:13 
For mad appeal from coastlines and mountains add:

UPDATE Terrains SET Appeal = 2 WHERE TerrainType = 'TERRAIN_COAST' ;
UPDATE Terrains SET Appeal = 2 WHERE TerrainType = 'TERRAIN_GRASS_MOUNTAIN' ;
UPDATE Terrains SET Appeal = 2 WHERE TerrainType = 'TERRAIN_PLAINS_MOUNTAIN' ;
UPDATE Terrains SET Appeal = 2 WHERE TerrainType = 'TERRAIN_DESERT_MOUNTAIN' ;
UPDATE Terrains SET Appeal = 2 WHERE TerrainType = 'TERRAIN_TUNDRA_MOUNTAIN' ;
D34DLY 9 maj, 2021 @ 11:06 
For Canada and other tundra lovers, add this line:

UPDATE Features SET Appeal = 0 WHERE FeatureType = 'FEATURE_FLOODPLAINS_TUNDRA' AND EXISTS (SELECT * FROM Features WHERE FeatureType = 'FEATURE_FLOODPLAINS_TUNDRA') ;
lockstep  [skapare] 3 mar, 2019 @ 13:59 
@Tech Osen: So far, I haven't found a way to add the "old growth" appeal bonus to specific features (e.g., rainforests).
lightbrigade43 28 feb, 2019 @ 10:48 
Thank you very much!
Tech Osen 26 feb, 2019 @ 4:19 
Would it be possible to add the +1 appeal modifier those tiles that old growth gets with the Conservation civic?