Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Nov 3, 2024
1 parent ec0c132 commit 8a7af32
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
27 changes: 18 additions & 9 deletions jsons/Buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"[+50]% Strength for cities <in this city> <vs [Siege] units>",

// TODO: -50% damage from bombard (except from Gunpowder units)
"[-50]% production cost <with [Stone]>",
"[-50]% production cost <with [Stone]>"
// "Obsolete with [Rifling]" (Except defensive bonus)
]
},
Expand Down Expand Up @@ -218,7 +218,14 @@
"culture": 8,
"greatPersonPoints": {"Great Scientist": 2},
"isWonder": true,
"uniques": ["[+2 Science] from all [Science] buildings" , "Obsolete with [Computers]", "[-50]% production cost <with [Stone]>"],
"uniques": [
"[+2 Science] from all [Temple] buildings",
"[+2 Science] from all [Monastery] buildings",
"[+2 Science] from all [Cathedral] buildings",
"[+2 Science] from all [Religious Shrine] buildings",
"Obsolete with [Computers]",
"[-50]% production cost <with [Stone]>"
],
"requiredTech": "Paper"
// "quote": "'For it soars to a height to match the sky, and as if surging up from among the other buildings it stands on high and looks down upon the remainder of the city, adorning it, because it is a part of it, but glorying in its own beauty' - Procopius, De Aedificis"
},
Expand All @@ -227,8 +234,10 @@
"cost": 1250,
"maintenance": 3,
"isWonder": true,
"greatPersonPoints": {"Great Engineer": 2},
"uniques": ["New [Military] units start with [15] Experience [in your cities]"],
"greatPersonPoints": {"Great Spy": 2},
"uniques": [
"New [Military] units start with [2] Experience [in your cities]"
],
"requiredTech": "Assembly Line",
"quote": "'In preparing for battle I have always found that plans are useless, but planning is indispensable.' - Dwight D. Eisenhower"
},
Expand Down Expand Up @@ -305,7 +314,8 @@
"requiredBuilding": "Temple",
"uniques": [
"[+20]% Natural religion spread [in this city]",
"Only available <after founding a Pantheon> <in cities following our religion>",
"Only available <after founding a Pantheon>",
// TODO: Only available <in cities following our religion>
"Only available <when religion is enabled>",
"[+1 Happiness] <with [Incense]>",
"[+2 Happiness] [in this city] <in cities following our religion>",
Expand All @@ -325,7 +335,7 @@
"Provides [1] [Health] <in this city> <with [Sugar]>",
"Provides [1] [Health] <in this city> <with [Bananas]>",
"Provides [1] [Health] <in this city> <with [Spices]>",
"Provides [1] [Health] <in this city> <with [Wine]>",
"Provides [1] [Health] <in this city> <with [Wine]>"
],
"requiredTech": "Guilds"
},
Expand Down Expand Up @@ -615,7 +625,7 @@
"requiredTech": "Mysticism",
"uniques": [
"Gain a free [Monument] [in your cities]",
"[-50]% production cost <with [Stone]>"
"[-50]% production cost <with [Stone]>",
"Obsolete with [Astronomy]"
// Centers world map
],
Expand Down Expand Up @@ -1115,7 +1125,7 @@
"[-25]% maintenance cost for buildings [in your cities]", // in nearby cities
"Unavailable <in [Capital] cities>",
"Unsellable",
"Only available <if [Courthouse] is constructed in at least [6] of [Your] cities>", // Requires at least 6 Courthouses in total on Normal speed
"Only available <if [Courthouse] is constructed in at least [6] of [Your] cities>" // Requires at least 6 Courthouses in total on Normal speed
// TODO: Requires at least 8 cities on Normal speed
],
"requiredTech": "Code of Laws"
Expand Down Expand Up @@ -1229,7 +1239,6 @@
"name": "Ironworks",
"cost": 700,
"maintenance": 2,
"food": -2,
"requiredBuilding": "Forge",
"greatPersonPoints": {"Great Engineer": 1},
"isNationalWonder": true,
Expand Down
8 changes: 8 additions & 0 deletions jsons/Nations.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ Sid Meier's Civilization IV Warlords/Warlords/Assets/XML/Text/CIV4GameText_Warlo
*/

[
//Spectator
//Not "Excluded from map editor" as it serves as placeholder for "Any Civ" starting locations
{
"name": "Spectator",
"outerColor": [255,255,255]
//"innerColor": [255,255,255]
},

{
"name": "America",
"leaderName": "George Washington",
Expand Down

0 comments on commit 8a7af32

Please sign in to comment.