Marble - does it help with wonder building in CiV?

How about getting marble from other civ ?

There was one game where I trade for a marble from other Civ, but do not recall getting the bonus. I manually compare the PPT for a wonder, it didn't reduce even with that marble trade.

Thoughts?
 
How about getting marble from other civ ?

There was one game where I trade for a marble from other Civ, but do not recall getting the bonus. I manually compare the PPT for a wonder, it didn't reduce even with that marble trade.

Thoughts?

No.

Marble's 25% wonder production bonus only applies to a city that can work the marble tile with quarry built on it.

I'm not sure how that'll work on two cities that overlap over a marble tile though. My guess is that they both recive bonus from it but I haven't actually seen this situation in game.
 
Go to city with access to marble, open the city screen, set production to any wonder and check the production details. You will see that the bonus of 25% is added to your production.
Plus I always get notification - hey your city have access to marble, go for wonder building ;)

Indeed, it's 25% (from C:\Program Files (x86)\Steam\steamapps\common\sid meier's civilization v\Assets\Gameplay\XML\Terrain):

Code:
		<Row>
			<Type>RESOURCE_MARBLE</Type>
			<Happiness>5</Happiness>
			<TechCityTrade>TECH_MASONRY</TechCityTrade>
			<Description>TXT_KEY_RESOURCE_MARBLE</Description>
			<Civilopedia>TXT_KEY_CIV5_RESOURCE_MARBLE_TEXT</Civilopedia>
			<ResourceClassType>RESOURCECLASS_LUXURY</ResourceClassType>
			<ArtDefineTag>ART_DEF_RESOURCE_MARBLE</ArtDefineTag>
			<AltArtDefineTag>ART_DEF_RESOURCE_MARBLE</AltArtDefineTag>
			<WonderProductionMod>25</WonderProductionMod>
			<PlacementOrder>3</PlacementOrder>
			<ConstAppearance>50</ConstAppearance>
			<MinAreaSize>3</MinAreaSize>
			<MaxLatitude>90</MaxLatitude>
			<RandApp1>25</RandApp1>
			<RandApp2>25</RandApp2>
			<Player>67</Player>
			<Unique>3</Unique>
			<Hills>true</Hills>
			<NoRiverSide>true</NoRiverSide>
			<IconString>[ICON_RES_MARBLE]</IconString>
			<PortraitIndex>14</PortraitIndex>
			<IconAtlas>RESOURCE_ATLAS</IconAtlas>
		</Row>

It's also the only resource in that file that has a WonderProductionMod tag.
 
Go to city with access to marble, open the city screen, set production to any wonder and check the production details. You will see that the bonus of 25% is added to your production.
Plus I always get notification - hey your city have access to marble, go for wonder building ;)

Me too. Generally, the Economy Advisor says it is better choice.
When I am playing Egypt, I always look for marbles. Last game, I just expanded like crazy (I had The Oracle, The Great Wall, Stonehenge, National Epic, Monument... from what I remember) and had a nice production and economy (lots of Luxurys)... until the Demo ended :mad:
 
Back
Top Bottom