diff --git a/binaries/data/mods/public/simulation/data/technologies/pop_wonder.json b/binaries/data/mods/public/simulation/data/technologies/pop_wonder.json index 2cc0515dcb..6a550f0afe 100644 --- a/binaries/data/mods/public/simulation/data/technologies/pop_wonder.json +++ b/binaries/data/mods/public/simulation/data/technologies/pop_wonder.json @@ -10,13 +10,13 @@ "pers": "Paradise" }, "description": "The wonder attracts many more people to your civilization.", - "cost": {"food": 2000, "wood": 3000, "stone": 500, "metal": 500}, - "requirements": {"tech": "phase_city"}, + "cost": { "food": 2000, "wood": 3000, "stone": 500, "metal": 500 }, + "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "special_treasure.png", "researchTime": 40, "tooltip": "Increase the population bonus of the wonder by 40.", - "modifications": [{"value": "Auras/Aura1/Modifications/Player/MaxPopulation/Add", "add": 40}], + "modifications": [{ "value": "Auras/Aura1/Modifications/Player/MaxPopulation/Add", "add": 40 }], "affects": ["Wonder"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" }