Skip to content

Commit

Permalink
Update BTS dependencies and obsolete Wonders
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Oct 19, 2024
1 parent db31700 commit 2e6eee9
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 11 deletions.
19 changes: 15 additions & 4 deletions jsons/Buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@
"name": "Pentagon",
"cost": 1250,
"isWonder": true,
// BTS: "greatPersonPoints": {"Great Spy": 2},
"greatPersonPoints": {"Great Spy": 2},
"uniques": [
"New [Military] units start with [2] Experience [in all cities]"
],
Expand Down Expand Up @@ -1091,7 +1091,7 @@
{
"name": "West Point",
"cost": 800,
// BTS: "greatPersonPoints": {"Great Spy": 1},
"greatPersonPoints": {"Great Spy": 1},
"isNationalWonder": true,
"uniques": [
"[-50]% production cost <with [Stone]>",
Expand Down Expand Up @@ -1326,8 +1326,8 @@
"Only available <if [Apollo Program] is constructed>",
"Destroyed when the city is captured"
],
"requiredTech": "Satellites" // TODO: SS Thrusters requires Superconductors on BTS
}
"requiredTech": "Satellites" // SS Thrusters requires Superconductors on BTS
},

{
"name": "Spaceship",
Expand All @@ -1349,6 +1349,17 @@
"Destroyed when the city is captured"
],
"requiredTech": "Fusion"
},

// Placeholder Buildings for integration points
{
"name": "Mausoleum of Maussollos", // BTS
"uniques": [
"Unavailable",
"Unbuildable",
"Cannot be purchased",
"Will not be displayed in Civilopedia"
]
}

]
11 changes: 6 additions & 5 deletions jsons/Eras.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"startingGold": 10,
"startingCulture": 100,
"settlerPopulation": 1,
"startingObsoleteWonders": ["Great Wall"],
"baseUnitBuyCost": 200,
"startPercent": 10,
"citySound": "cityClassical",
Expand All @@ -43,7 +44,7 @@
"startingCulture": 200,
"settlerPopulation": 2,
"settlerBuildings": ["Monument"],
"startingObsoleteWonders": ["The Oracle", "The Pyramids"],
"startingObsoleteWonders": ["The Oracle", "The Pyramids", "Great Wall", "The Great Lighthouse", "Colossus", "The Great Library", "Hanging Gardens", "Parthenon"],
"baseUnitBuyCost": 200,
"startPercent": 25,
"citySound": "cityMedieval",
Expand All @@ -60,7 +61,7 @@
"startingCulture": 300,
"settlerPopulation": 2,
"settlerBuildings": ["Temple","Monument","Granary","Lighthouse", "Aqueduct"],
"startingObsoleteWonders": ["Stonehenge", "The Oracle", "The Pyramids"],
"startingObsoleteWonders": ["Stonehenge", "The Oracle", "The Pyramids", "Great Wall", "The Great Lighthouse", "Chichen Itza", "Colossus", "The Great Library", "Hanging Gardens", "Mausoleum of Maussollos", "Parthenon", "Angkor Wat", "Hagia Sophia"],
"baseUnitBuyCost": 300,
"startPercent": 37,
"citySound": "cityRenaissance",
Expand All @@ -77,7 +78,7 @@
"startingCulture": 400,
"settlerPopulation": 3,
"settlerBuildings": ["Monument","Granary","Lighthouse","Market","Temple","Library", "Aqueduct"],
"startingObsoleteWonders": ["Stonehenge", "The Oracle", "The Pyramids"],
"startingObsoleteWonders": ["Stonehenge", "The Oracle", "The Pyramids", "Great Wall", "The Great Lighthouse", "Chichen Itza", "Colossus", "The Great Library", "Hanging Gardens", "Mausoleum of Maussollos", "Parthenon", "Angkor Wat", "Hagia Sophia", "Sistine Chapel", "Spiral Minaret", "Statue of Liberty", "Taj Mahal"],
"baseUnitBuyCost": 400,
"startPercent": 50,
"citySound": "cityIndustrial",
Expand All @@ -94,7 +95,7 @@
"startingCulture": 500,
"settlerPopulation": 3,
"settlerBuildings": ["Monument","Granary","Lighthouse","Market","Temple","Library", "Aqueduct", "Forge", "Bank", "Jail"],
"startingObsoleteWonders": ["Stonehenge", "The Oracle", "The Pyramids"],
"startingObsoleteWonders": ["Stonehenge", "The Oracle", "The Pyramids", "Great Wall", "The Great Lighthouse", "Chichen Itza", "Colossus", "The Great Library", "Hanging Gardens", "Mausoleum of Maussollos", "Parthenon", "Angkor Wat", "Hagia Sophia", "Sistine Chapel", "Spiral Minaret", "Versailles", "Statue of Liberty", "Taj Mahal"],
"baseUnitBuyCost": 600,
"startPercent": 65,
"citySound": "cityModern",
Expand All @@ -111,7 +112,7 @@
"startingCulture": 600,
"settlerPopulation": 4,
"settlerBuildings": ["Monument","Granary","Lighthouse","Market","Temple","Library", "Aqueduct","Forge", "Bank", "Jail"],
"startingObsoleteWonders": ["Stonehenge", "The Oracle", "The Pyramids"],
"startingObsoleteWonders": ["Stonehenge", "The Oracle", "The Pyramids", "Great Wall", "The Great Lighthouse", "Chichen Itza", "Colossus", "The Great Library", "Hanging Gardens", "Mausoleum of Maussollos", "Parthenon", "Angkor Wat", "Hagia Sophia", "Sistine Chapel", "Spiral Minaret", "Versailles", "Statue of Liberty", "Taj Mahal"],
"baseUnitBuyCost": 600,
"startPercent": 65,
"citySound": "cityAtomic",
Expand Down
19 changes: 19 additions & 0 deletions jsons/Techs.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

]
},

{
"columnNumber": 1,
"era": "Ancient era",
Expand Down Expand Up @@ -122,6 +123,7 @@
}
]
},

{
"columnNumber": 2,
"era": "Ancient era",
Expand Down Expand Up @@ -166,6 +168,7 @@
}
]
},

{
"columnNumber": 3,
"era": "Ancient era",
Expand Down Expand Up @@ -198,6 +201,7 @@

]
},

{
"columnNumber": 4,
"era": "Classical era",
Expand Down Expand Up @@ -246,6 +250,7 @@
}
]
},

{
"columnNumber": 5,
"era": "Classical era",
Expand Down Expand Up @@ -295,6 +300,7 @@

]
},

{
"columnNumber": 6,
"era": "Classical era",
Expand Down Expand Up @@ -355,6 +361,7 @@
}
]
},

{
"columnNumber": 7,
"era": "Medieval era",
Expand Down Expand Up @@ -417,6 +424,7 @@
}
]
},

{
"columnNumber": 8,
"era": "Medieval era",
Expand Down Expand Up @@ -454,6 +462,7 @@
}
]
},

{
"columnNumber": 9,
"era": "Renaissance era",
Expand Down Expand Up @@ -490,6 +499,7 @@
}
]
},

{
"columnNumber": 10,
"era": "Renaissance era",
Expand Down Expand Up @@ -562,6 +572,7 @@
}
]
},

{
"columnNumber": 11,
"era": "Renaissance era",
Expand Down Expand Up @@ -613,6 +624,7 @@
}
]
},

{
"columnNumber": 12,
"era": "Industrial era",
Expand Down Expand Up @@ -667,6 +679,7 @@
}
]
},

{
"columnNumber": 13,
"era": "Industrial era",
Expand Down Expand Up @@ -718,6 +731,7 @@
}
]
},

{
"columnNumber": 14,
"era": "Modern era",
Expand Down Expand Up @@ -779,6 +793,7 @@
}
]
},

{
"columnNumber": 15,
"era": "Modern era",
Expand Down Expand Up @@ -827,6 +842,7 @@
}
]
},

{
"columnNumber": 16,
"era": "Modern era",
Expand Down Expand Up @@ -864,6 +880,7 @@
}
]
},

{
"columnNumber": 17,
"era": "Modern era",
Expand Down Expand Up @@ -937,6 +954,7 @@
}
]
},

{
"columnNumber": 19,
"era": "Future era",
Expand All @@ -955,4 +973,5 @@
}
]
}

]
2 changes: 1 addition & 1 deletion jsons/TileResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"terrainsCanBeFoundOn": ["Plains", "Desert", "Hill"],
"gold": 1,
"improvement": "Mine",
"improvementStats": {"gold": 6, "production": -1, "happiness":1},
"improvementStats": {"gold": 6, "production": -1, "happiness": 1},
},

{
Expand Down
2 changes: 1 addition & 1 deletion jsons/UnitPromotions.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"prerequisites": ["Combat III"],
"uniques": [
"[1] additional attacks per turn",
"Only available <after discovering [Chemistry]>" // TODO: Military Science in BTS
"Only available <after discovering [Chemistry]>" // Military Science in BTS
],
"unitTypes": ["Mounted", "Armored", "Helicopter", "Melee Water"],
"outerColor": [12, 74, 146],
Expand Down

0 comments on commit 2e6eee9

Please sign in to comment.