Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. <GameData>
  2. <BuildingClasses>
  3. <Row>
  4. <Type>BUILDINGCLASS_KOUTOBIA_MOSQUE</Type>
  5. <DefaultBuilding>BUILDING_KOUTOUBIA_MOSQUE</DefaultBuilding>
  6. <Description>[Koutoubia Mosque]</Description>
  7. <MaxPlayerInstances>[1]</MaxPlayerInstances>
  8. </Row>
  9. </BuildingClasses>
  10. <Buildings>
  11. <Row>
  12. <Type>BUILDING_[KOUTOBIA_MOSQUE]</Type>
  13. <BuildingClass>BUILDINGCLASS_[KOUTOBIA_MOSQUE]</BuildingClass>
  14. <Cost>[1000]</Cost>
  15. <PrereqTech>TECH_THEOLOGY</PrereqTech>
  16. <Help>The Mosque grants you faith and culture.</Help>
  17. <Description>[INSERT]</Description>
  18. <Civilopedia>The Koutoubia Mosque is a Muslim unique building, replacing the Temple. The Koutoubia Mosque greatly increases the city's culture, speeding the growth of the city's territory and the civilization's acquisition of Social Policies.</Civilopedia>
  19. <Quote>[NEWLINE]Travelling, one accepts everything; indignation stays at home. One looks, one listens, one is roused to enthusiasm by the most dreadful things because they are new. Good travellers are heartless[NEWLINE]- Elias Canetti</Quote>
  20. <ArtDefineTag>---------??????--------</ArtDefineTag>
  21. <MaxStartEra>----------???????-----</MaxStartEra>
  22. <NukeImmune>true</NukeImmune>
  23. <HurryCostModifier>-1</HurryCostModifier>
  24. <MinAreaSize>-1</MinAreaSize>
  25. <ConquestProb>100</ConquestProb>
  26. <DisplayPosition>2</DisplayPosition>
  27. <IconAtlas>mosque</IconAtlas>
  28. <PortraitIndex>0</PortraitIndex>
  29. <WonderSplashImage>[INSERT]</WonderSplashImage>
  30. <WonderSplashAnchor>[INSERT]</WonderSplashAnchor>
  31. </Row>
  32. </Buildings>
  33. -------------------------------------------------I FINISHED THIS PART^ I STILL HAVE THE BELOW PART
  34. <Building_Flavors>
  35. <Row>
  36. <BuildingType>BUILDING_[INSERT]</BuildingType>
  37. <FlavorType>FLAVOR_WONDER</FlavorType>
  38. <Flavor>[INSERT]</Flavor>
  39. </Row>
  40. <Row>
  41. <BuildingType>BUILDING_[INSERT]</BuildingType>
  42. <FlavorType>FLAVOR_GOLD</FlavorType>
  43. <Flavor>[INSERT]</Flavor>
  44. </Row>
  45. <Row>
  46. <BuildingType>BUILDING_[INSERT]</BuildingType>
  47. <FlavorType>FLAVOR_SCIENCE</FlavorType>
  48. <Flavor>[INSERT]</Flavor>
  49. </Row>
  50. </Building_Flavors>
  51. <Civilization_BuildingClassOverrides>
  52. <Row>
  53. <CivilizationType>CIVILIZATION_BARBARIAN</CivilizationType>
  54. <BuildingClassType>BUILDINGCLASS_[INSERT]</BuildingClassType>
  55. <BuildingType/>
  56. </Row>
  57. </Civilization_BuildingClassOverrides>
  58. <Building_YieldChanges>
  59. <Row>
  60. <BuildingType>BUILDING_[INSERT]</BuildingType>
  61. <YieldType>YIELD_[INSERT]</YieldType>
  62. <Yield>[INSERT]</Yield>
  63. </Row>
  64. <Row>
  65. <BuildingType>BUILDING_[INSERT]</BuildingType>
  66. <YieldType>YIELD_[INSERT]</YieldType>
  67. <Yield>[INSERT]</Yield>
  68. </Row>
  69. </Building_YieldChanges>
  70. </GameData>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement