Added the nation of the Netherlands (#4372)

* Added the nation of the Netherlands

* Added Sea Beggar, Dutch unique unit

* Added polder improvement, Dutch unique improvement

* Added national ability
This commit is contained in:
Xander Lenstra
2021-07-05 08:35:04 +02:00
committed by GitHub
parent 8fb55e77a3
commit 957c8697ac
12 changed files with 513 additions and 436 deletions

View File

@ -691,6 +691,27 @@
"uniques": ["[+1 Production] from every [Pasture]", "Cities are razed [2] times as fast", "Starts with [Animal Husbandry]", "\"Borrows\" city names from other civilizations in the game"],
"cities": ["Atilla's Court"]
},
{
"name": "The Netherlands",
"leaderName": "William of Orange",
"adjective": ["Dutch"],
"startBias": ["Grassland"],
"preferredVictoryType": "Cultural",
"startIntroPart1": "Hail stalwart Prince William of Orange, liberator of the Netherlands and hero to the Dutch people. It was your courageous effort in the 1568 rebellion against Spanish dominion that led the Dutch to freedom, and ultimately resulted in the Eighty Years' War. Your undertaking allowed for the creation of one of Europe's first modern republics, the Seven United Provinces. You gave your life to the rebellion, falling at the hands of an assassin in 1584, but your death would only serve to embolden the people's charge, and your legacy as \"Father of the Fatherland\" will stand as a symbol of Dutch independence for all time.",
"startIntroPart2": "Brave prince, the people again yearn for the wise stewardship your wisdom afforded them. Can you once again secure the sovereignty of your kingdom and lead your people to greatness? Can you build a civilization that stands the test of time?",
"declaringWar": "As much as I despise war, I consider it a, hahaha, contribution to the common cause to erase your existence.",
"attacked": "You call yourself an exalted ruler, but I see nothing more than a smartly dressed barbarian!",
"introduction": "I am William of Orange, stadtholder of The Netherlands. Did you need anything? I still have a lot to do.",
"neutralHello": "Once again, greetings.",
"hateHello": "What do you want?",
"tradeRequest": "I believe I have something that may be of some importance to you.",
"outerColor": [255, 144, 0],
"innerColor": [255, 255, 255],
"uniqueName": "Dutch East India Company",
"uniques": ["Retain [50]% of the happiness from a luxury after the last copy has been traded away"],
"cities": ["Amsterdam", "Rotterdam", "Utrecht", "Groningen", "Breda", "Nijmegen", "Den Haag", "Haarlem", "Arnhem", "Zutphen", "Maastricht", "Tilburg", "Eindhoven", "Dordrecht", "Leiden", "Hertogenbosch", "Almere", "Alkmaar", "Brielle", "Vlissingen", "Apeldoorn", "Enschede", "Amersfoort", "Zwolle", "Venlo", "Uden", "Grave", "Delft", "Gouda", "Nieuwstadt", "Weesp", "Coevorden", "Kerkrade"]
},
/*
{
"name": "Sweden",

View File

@ -217,6 +217,16 @@
"techRequired": "Construction",
"shortcutKey": "F"
},
{
"name": "Polder",
"uniqueTo": "The Netherlands",
"food": 3,
"terrainsCanBeBuiltOn": ["Marsh", "Flood plains"],
"turnsToBuild": 7,
"uniques": ["[+1 Production, +2 Gold] once [Economics] is discovered"],
"techRequired": "Guilds",
"shortcutKey": "F"
},
{ "name": "Ancient ruins", "uniques": ["Unpillagable"],
"civilopediaText": [{text:"Ancient ruins provide a one-time random bonus when explored"}] },

View File

@ -801,6 +801,19 @@
"promotions": ["Coastal Raider I"],
"uniques": ["May capture killed [Water] units"]
},
{
"name": "Sea Beggar",
"unitType": "WaterMelee",
"replaces": "Privateer",
"uniqueTo": "The Netherlands",
"movement": 5,
"strength": 25,
"cost": 150,
"requiredTech": "Navigation",
"upgradesTo": "Destroyer",
"promotions": ["Coastal Raider I", "Coastal Raider II", "Supply"],
"uniques": ["May capture killed [Water] units"]
},
{
"name": "Frigate",
"unitType": "WaterRanged",