add some missing spaces in previous commit

This was SVN commit r17810.
This commit is contained in:
mimo 2016-03-01 17:12:38 +00:00
parent c9b0db7f5f
commit 04c94da3cb

View File

@ -10,13 +10,13 @@
"pers": "Paradise" "pers": "Paradise"
}, },
"description": "The wonder attracts many more people to your civilization.", "description": "The wonder attracts many more people to your civilization.",
"cost": {"food": 2000, "wood": 3000, "stone": 500, "metal": 500}, "cost": { "food": 2000, "wood": 3000, "stone": 500, "metal": 500 },
"requirements": {"tech": "phase_city"}, "requirements": { "tech": "phase_city" },
"requirementsTooltip": "Unlocked in City Phase.", "requirementsTooltip": "Unlocked in City Phase.",
"icon": "special_treasure.png", "icon": "special_treasure.png",
"researchTime": 40, "researchTime": 40,
"tooltip": "Increase the population bonus of the wonder by 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"], "affects": ["Wonder"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml" "soundComplete": "interface/alarm/alarm_upgradearmory.xml"
} }