Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New Prussia #111

Merged
merged 3 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 34 additions & 2 deletions jsons/Nations.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,7 @@
"[+1 Gold] <with [Whales]>",
"[+1 Gold] <with [Jewelry]>",
"[+1 Gold] <with [Porcelain]>",
"[+1 Gold] <with [Arepa]>",
"[+1 Gold] <with [White Coffee]>"],
"[+1 Gold] <with [Arepa]>"],
"cities": ["Guy Not Fawkes","Regalia","Alion","Gatland","Vinia","Sibisia","Mogrim","Khemul","Ekh-krak","Suulak",
"Srandal","La Wang","Klosso","Pi-Ring","Sentir"],
},
Expand Down Expand Up @@ -650,4 +649,37 @@
"uniques": ["[+1] Sight <for [Scout] units>","[Scout] units gain the [Quick Study] promotion","City-State territory always counts as friendly territory"],
"cities":["No'El","Vir Ehing","Rav Gerrak","O'Negai","Na'Arua","Gor Irdur","Vak Eloen","Yuub Onae'U","U'Pran"],
},
// PrussiAcid
{
"name": "New Prussia",
"leaderName": "PrussiAcid",
"adjective": ["New Prussian"],
"startBias": ["Tundra"],
"preferredVictoryType": "Domination",
"favoredReligion": "Christianity",

"startIntroPart1": "Ashes to Ashes, Dust to Dust. We won't let the legasy of Germania turn to Rust.",
"startIntroPart2": "Even so, Omega has failed. It's time to deside, whether you will krumble or prevail...",

"introduction": "A new face, pertshanse?",
"declaringWar": "The Konskript's bloodlust has taken shape, prepare yourself for war!",
"attacked": "Boah! I will beat you 'til yer eyes glaze over!",
"defeated": "You may think yerself safe, but be it in this life, or the next, or the one after that; I'll have your head, and I'll have it on a plate!",
"neutralHello": "Go for it.",
"hateHello": "Do I need Koershion?",
"tradeRequest": "This is a fair trade, review it as sutsh.",

"outerColor": [23, 16, 9],
"innerColor": [249, 200, 86],

"uniqueName": "Kaiser and Konquest",
"uniques": ["[75]% Strenght <for [Modern era] units> <vs [Atomic era] units>","[150]% Strenght <for [Modern era] units> <vs [Information era] units>"],
"cities": ["Trentsh Town","Ravensmear","Kranberri","Fernesi","Königsberg","Akkenheimer","Krieg","Kampfflieger","Rote","Breslau","Wroklaw",
"Kurtzberg","Fort Tundra","Dreston","Brandt","NeuBrandenburg","Ragenteeg","Karbrow","Fegalkiete","Aubernbury",
"Montagerburt","Rohbenheit","Kirentagh","Linderhielle","Kiarglin","Drieb","Berße","Ilkert","Wuntingkraut","Krinterhaus",
"Greatahn","Karkk","Kastell","Notsh","Hammville","Nogger","NeuKranberri","Dylan's Haus","Hotters","Drusselstein",
"Brick","Hueterkönig","Point Alpha","Point Beta","Point Gamma","Point Delta","Point Epsilon","Point Theta","Point Psi",
"Point Kurtz","Point Zeta","Point Pi","Point Omicron","Point Omega","Iturnil Suhfaring"],
"spyNames": ["Josh", "Dylan", "Wilhelm", "Kriegan", "Hans", "Horst", "Rehpostin", "Kaleb", "Nickerson", "Tshighur"]
},
]
28 changes: 28 additions & 0 deletions jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,32 @@
"uniques": ["No defensive terrain bonus", "Unbuildable", "Cannot be purchased", "Never appears as a Barbarian unit","Can transform to [Unicycle Clown]"],
"attackSound": "elephant"
},
// New Prussia
{
"name": "Konskript",
"replaces": "Great War Infantry",
"uniqueTo": "New Prussia",
"unitType": "Gunpowder",
"movement": 2,
"strength": 50,
"cost": 250,
"requiredTech": "Replaceable Parts",
"upgradesTo": "Infantry",
"uniques": ["[-100]% maintenance costs"],
"attackSound": "shot"
},
{
"name": "Hirudinea",
"unitType": "Armored",
"replaces": "Giant Death Robot",
"uniqueTo": "New Prussia",
"movement": 3,
"strength": 200,
"cost": 450,
"requiredTech": "Nuclear Fusion",
"requiredResource": "Uranium",
"uniques": ["Can move after attacking", "No defensive terrain bonus", "Never appears as a Barbarian unit"],
"promotions": ["March"],
"attackSound": "gdrAttack"
},
]