Skip to content

Commit

Permalink
3.11.15
Browse files Browse the repository at this point in the history
  • Loading branch information
k4zoo committed Nov 26, 2020
1 parent cb6f821 commit 8deef96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
5 changes: 2 additions & 3 deletions jsons/Buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
},
{
"name": "Australia Bonus",
"isNationalWonder": true,
"uniqueTo": "Australia",
"cost": -1,
"cannotBeBuiltWith": "~l1",
"providesFreeBuilding": "~l1",
"uniques": ["Must be next to [Coast]","[5]% of food is carried over after population increases"
"Will not be displayed in Civilopedia"]
"Will not be displayed in Civilopedia","Unbuildable"]
},
{
"name": "Macedon Bonus",
Expand Down
2 changes: 1 addition & 1 deletion jsons/Nations.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"uniqueName": "Land Down Under",
"uniqueText": " 5% of food is carried over after population increases in coastal cities. Campus, Commercial Hub, Holy Site, and Theater Square receive an additional +1 yield.
",
"uniques": ["[+1 Science] from every [Campus]","[+1 Gold] from every [Commercial Hub]","[+1 Culture] from every [Holy Site]","[+1 Culture] from every [Theater Square]"],
"uniques": ["Gain a free [Australia Bonus] [in every coastal city]","[+1 Science] from every [Campus]","[+1 Gold] from every [Commercial Hub]","[+1 Culture] from every [Holy Site]","[+1 Culture] from every [Theater Square]"],
"cities": ["Canberra","Sydney","Launceston","Ballaarat","Perth","Brisbane","Toowoomba","Melbourne","Townsville","Geelong",
"Adelaide","Hobart","Bendigo","Broken Hill","Cairns","Newcastle","Maitland","Rockhampton","Wagga Wagga","Wollongong",
"Albury","Alice Springs","Bathurst","Queanbeyan","Bundaberg","Coffs Harbor","Darwin","Dremantle","Gladstone","Goulburn","Hervery Bay",
Expand Down
10 changes: 3 additions & 7 deletions jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@
"movement": 4,
"strength": 55,
"cost": 220,
"requiredTech": "Pottery", // UNIT UPGRADE BUG
"obsoleteTech": "Ballistics",
"requiredResource": "Iron",
"upgradesTo": "Cuirassier",
Expand Down Expand Up @@ -740,7 +739,6 @@
"strength": 45,
"rangedStrength": 55,
"cost": 300,
"requiredTech": "Pottery", // UNIT UPGRADE BUG
"obsoleteTech": "Steel",
"upgradesTo": "Battleship",
"uniques": ["Requires [Mercenaries]"],
Expand All @@ -755,7 +753,6 @@
"strength": 40,
"rangedStrength": 50,
"cost": 240,
"requiredTech": "Pottery", // UNIT UPGRADE BUG
"obsoleteTech": "Electricity",
"upgradesTo": "Submarine",
"uniques": ["No movement cost to pillage","Invisible to others","Can attack submarines",
Expand Down Expand Up @@ -784,7 +781,6 @@
"strength": 40,
"rangedStrength": 50,
"cost": 280,
"requiredTech": "Cartography", // UNIT UPGRADE BUG
"obsoleteTech": "Electricity",
"upgradesTo": "Submarine",
"uniques": ["Invisible to others","Can attack submarines","Requires [Mercantilism]"],
Expand All @@ -799,7 +795,6 @@
"strength": 40,
"rangedStrength": 50,
"cost": 240,
"requiredTech": "Cartography", // UNIT UPGRADE BUG
"obsoleteTech": "Electricity",
"upgradesTo": "Submarine",
"uniques": ["Invisible to others","Can attack submarines","Requires [Mercantilism]"],
Expand Down Expand Up @@ -995,7 +990,6 @@
"strength": 70,
"rangedStrength": 80,
"cost": 430,
"requiredTech": "Cartography", // UNIT UPGRADE BUG
"obsoleteTech": "Lasers",
"requiredResource": "Coal",
"upgradesTo": "Missile Cruiser",
Expand Down Expand Up @@ -1333,7 +1327,8 @@
"obsoleteTech": "Lasers",
"requiredResource": "Aluminum",
"upgradesTo": "Jet Fighter",
"uniques": ["50% Bonus XP gain","Bonus vs Fighter 10%","[100]% chance to intercept air attacks","+2 Visibility Range","Requires [Aerodrome]"],
"uniques": ["50% Bonus XP gain","Bonus vs Fighter 10%","[100]% chance to intercept air attacks",
"+2 Visibility Range","Requires [Aerodrome]"],
"attackSound": "shot"
},
{
Expand Down Expand Up @@ -1399,6 +1394,7 @@
"unitType": "WaterAircraftCarrier",
"movement": 3,
"strength": 65,
"rangedStrength": 65,
"cost": 540,
"requiredTech": "Combined Arms",
"uniques": ["Can carry 2 aircraft"],
Expand Down

0 comments on commit 8deef96

Please sign in to comment.