Sid Meier's Civilization VI

Sid Meier's Civilization VI

217 ratings
Merrick's Finland
4
4
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
80.160 MB
29 Mar, 2018 @ 3:16pm
27 Aug, 2024 @ 4:35am
24 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
Merrick's Finland

In 1 collection by Rosenthorn
Merrick's 2024 Collection (new or updated)
38 items
Description
Finland is a defensive Civilization focused on culture, happiness, and appeal. Their strength lies in unimproved woods and lakes, and in maintaining a high appeal in their cities for a tourism victory, and so as to get good combat bonuses from Mannerheim's unique ability. Maintaining loyalty and happiness is the key to victory as Finland.

Finland
Kalevala
  • Cities on your Home Continent receive +1 Loyalty per turn.
  • Cities at maximum Loyalty receive an additional +10% Culture and +10% Production.
  • Unimproved Woods and Lake tiles yield +1 Culture and +1 Production.

Sissi
  • Replaces Infantry.
  • Increased Flanking Bonus.
  • Can perform a Range 1 ranged attack but has weaker melee.
  • Doesn't have strategic resource costs.

Sauna
  • Unique improvement that can be built on Grass, Plains, Tundra, Snow, but not adjacent to another Sauna. Can be built in Woods and Marsh without removal.
  • +1 Appeal and +0.5 Housing
  • +1 Culture and +1 Production
  • Further +1 Culture from every 2 adjacent Woods
  • Further +1 Production from each adjacent Camp
  • +1 Amenity when adjacent to a River

Mannerheim
Our Homes, Our Faith, Our Country
  • All Military Units in friendly territory receive a bonus to Combat Strength based on tile appeal, +3 in Average, +4 in Charming, and +5 in Breathtaking.

Marshal of Finland
  • Favors civilizations with the same type of government and that keep a large standing army. Dislikes civilizations with different governments that keep large standing armies.

-----------------------------------------------------------
This mod is compatible with Gathering Storm.
Firaxis World and Europe TSL
YNAMP TSL
---------------------------------------------------------------------
Direct Downloads on Google Drive[drive.google.com]
-----------------------------------------------------------
Credits
Merrick - Art and Code
Deliverator - Sissi hat
---------------------------------------------------------------------
Direct Downloads on Google Drive[drive.google.com]
(Direct downloads may not be available straight after a new release. Please be patient.)
---------------------------------------------------------------------
Follow my twitter for modding updates, among other things.
https://twitter.com/rosenthorn_

Support
Consider supporting my mods with direct one-time or monthly donations using Kofi. I would greatly appreciate this as any donations would go towards my necessary medical bills. [ko-fi.com]
Popular Discussions View All (1)
0
25 May, 2020 @ 3:03pm
it appears that the sauna amenity bonus is broken
sershe
142 Comments
Nihilator 19 Nov, 2024 @ 1:59pm 
Love your work!
Nihilator 19 Nov, 2024 @ 1:57pm 
Thanks so much man!
Rosenthorn  [author] 26 Aug, 2024 @ 12:12pm 
Reworked and updated with adjusted abilities and now fully functional.
Rosenthorn  [author] 22 Aug, 2024 @ 12:57pm 
Uploaded a fix for the mod that stops the Culture and Production bonuses from stacking and causing a snowball.
Gif35 23 Jun, 2024 @ 10:17am 
Yay
Radon 4 Apr, 2024 @ 12:31pm 
Too much op, like i was in atomic age meanwhile like everyone was in medieval/ressainance
yere 7 Mar, 2024 @ 1:53pm 
I like the uniqueness but seems super op. The fact that you could get +1 culture and production on round 1 just by settling next to a forest is waaay too strong.

Also unlike you suggest I don't think this is a defensive civ, considering that you should easily be able to hold cities that you conquer on your own continent, not to mentiong the 3/4/5 bonus combat strength.

I also don't really understand why the sissi unit would replace the melee unit AND have a ranged attack. Just have it replace a recon unit, since the sissis of real life are mostly for reconnaissance. This way the ranged attack also makes sense, since recon units after the scout already have one.

Although I really like the uniqueness of using loyalty for boosting yields and appeal for boosting combat strength I think the numbers should be toned down quite a bit.
Zixim 18 Mar, 2023 @ 6:54am 
@Attackarack I'm no coder, but \steamapps\workshop\content\289070\1346055198\Core\Finland_GamesDefines.sql has some lines like this:

('MODIFIER_MER_OUR_HOMES_OUR_FAITH_OUR_COUNTRY_CHARMING_STRENGTH','Amount',4)

If I'm reading this right, this and the similar lines above and below it with the AVERAGE and BREATHTAKING labels should be responsible for the strength bonus values.
Simply replace the numbers in the CHARMING and BREATHTAKING with 1, and it should result in 3+1+1 for the strength bonus.
Could also go with 1+2+2 if you want it to be more strict with requiring higher appeal.
Attackarack 7 Feb, 2023 @ 10:05am 
This mod is super cool! However, the unique ability of +3/4/5 combat strength in average/charming/breathtaking tiles is bugged and very OP - they are stacking rather than applying the highest value.

Could anyone suggest a way to modify "Finland_GameDefines.sql" so that only the highest combat strength bonus applies (for example, +5 total bonus CS in breathtaking tiles, rather than 3+4+5 = 12 bonus CS in breathtaking tiles)?
JUSTSAMY 19 Jan, 2023 @ 7:36pm 
If you want to play the YNAMP map with this mod, but the civilization does not appear on this map, then go to the mod file: mods/1346055198 Merrick's Finland/Core/Finland_GameDefines , Then paste the text below into Notepad



--======================
--YNAMP
--======================
CREATE TABLE IF NOT EXISTS StartPosition (MapName TEXT, Civilization TEXT, Leader TEXT, X INT default 0, Y INT default 0);


INSERT INTO StartPosition
(MapName, Civilization, X, Y)
VALUES ('CordiformEarth', 'CIVILIZATION_MER_FINLAND', 41, 39),
('GiantEarth', 'CIVILIZATION_MER_FINLAND', 28, 79),
('LargestEarthCustom', 'CIVILIZATION_MER_FINLAND', 36, 99),
('LargeEurope', 'CIVILIZATION_MER_FINLAND', 47, 63),
('Zobtzler_NorthernEurope_Map', 'CIVILIZATION_MER_FINLAND', 60, 25),
('PlayEuropeAgain', 'CIVILIZATION_MER_FINLAND', 61, 72),
('GreatestEarthMap', 'CIVILIZATION_MER_FINLAND', 56, 61);