Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. levels:
  2. # default Town levels.
  3. town_level:
  4. - numResidents: 0
  5. namePostfix: ' Ruins'
  6. mayorPrefix: 'Spirit '
  7. namePrefix: ''
  8. mayorPostfix: ''
  9. townBlockLimit: 1
  10. upkeepModifier: 1.0
  11. townOutpostLimit: 0
  12. - numResidents: 1
  13. namePostfix: ' (Settlement)'
  14. mayorPrefix: 'Hermit '
  15. namePrefix: ''
  16. mayorPostfix: ''
  17. townBlockLimit: 16
  18. upkeepModifier: 1.0
  19. townOutpostLimit: 0
  20. - numResidents: 2
  21. namePostfix: ' (Hamlet)'
  22. mayorPrefix: 'Chief '
  23. namePrefix: ''
  24. mayorPostfix: ''
  25. townBlockLimit: 32
  26. upkeepModifier: 1.0
  27. townOutpostLimit: 1
  28. - numResidents: 6
  29. namePostfix: ' (Village)'
  30. mayorPrefix: 'Baron Von '
  31. namePrefix: ''
  32. mayorPostfix: ''
  33. townBlockLimit: 96
  34. upkeepModifier: 1.0
  35. townOutpostLimit: 1
  36. - numResidents: 10
  37. namePostfix: ' (Town)'
  38. mayorPrefix: 'Viscount '
  39. namePrefix: ''
  40. mayorPostfix: ''
  41. townBlockLimit: 160
  42. upkeepModifier: 1.0
  43. townOutpostLimit: 2
  44. - numResidents: 14
  45. namePostfix: ' (Large Town)'
  46. mayorPrefix: 'Count Von '
  47. namePrefix: ''
  48. mayorPostfix: ''
  49. townBlockLimit: 224
  50. upkeepModifier: 1.0
  51. townOutpostLimit: 2
  52. - numResidents: 20
  53. namePostfix: ' (City)'
  54. mayorPrefix: 'Earl '
  55. namePrefix: ''
  56. mayorPostfix: ''
  57. townBlockLimit: 320
  58. upkeepModifier: 1.0
  59. townOutpostLimit: 3
  60. - numResidents: 24
  61. namePostfix: ' (Large City)'
  62. mayorPrefix: 'Duke '
  63. namePrefix: ''
  64. mayorPostfix: ''
  65. townBlockLimit: 384
  66. upkeepModifier: 1.0
  67. townOutpostLimit: 3
  68. - numResidents: 28
  69. namePostfix: ' (Metropolis)'
  70. mayorPrefix: 'Lord '
  71. namePrefix: ''
  72. mayorPostfix: ''
  73. townBlockLimit: 448
  74. upkeepModifier: 1.0
  75. townOutpostLimit: 4
  76. # default Nation levels.
  77. nation_level:
  78. - kingPostfix: ''
  79. capitalPostfix: ''
  80. upkeepModifier: 1.0
  81. kingPrefix: 'Leader '
  82. capitalPrefix: ''
  83. numResidents: 0
  84. nationBonusOutpostLimit: 0
  85. namePostfix: ' (Nation)'
  86. townBlockLimitBonus: 10
  87. namePrefix: 'Land of '
  88. nationZonesSize: 1
  89. nationTownUpkeepModifier: 1.0
  90. - kingPostfix: ''
  91. capitalPostfix: ''
  92. upkeepModifier: 1.0
  93. kingPrefix: 'Count '
  94. capitalPrefix: ''
  95. numResidents: 10
  96. nationBonusOutpostLimit: 1
  97. namePostfix: ' (Nation)'
  98. townBlockLimitBonus: 20
  99. namePrefix: 'Federation of '
  100. nationZonesSize: 1
  101. nationTownUpkeepModifier: 1.0
  102. - kingPostfix: ''
  103. capitalPostfix: ''
  104. upkeepModifier: 1.0
  105. kingPrefix: 'Duke '
  106. capitalPrefix: ''
  107. numResidents: 20
  108. nationBonusOutpostLimit: 2
  109. namePostfix: ' (Nation)'
  110. townBlockLimitBonus: 40
  111. namePrefix: 'Dominion of '
  112. nationZonesSize: 1
  113. nationTownUpkeepModifier: 1.0
  114. - kingPostfix: ''
  115. capitalPostfix: ''
  116. upkeepModifier: 1.0
  117. kingPrefix: 'King '
  118. capitalPrefix: ''
  119. numResidents: 30
  120. nationBonusOutpostLimit: 3
  121. namePostfix: ' (Nation)'
  122. townBlockLimitBonus: 60
  123. namePrefix: 'Kingdom of '
  124. nationZonesSize: 2
  125. nationTownUpkeepModifier: 1.0
  126. - kingPostfix: ''
  127. capitalPostfix: ''
  128. upkeepModifier: 1.0
  129. kingPrefix: 'Emperor '
  130. capitalPrefix: ''
  131. numResidents: 40
  132. nationBonusOutpostLimit: 4
  133. namePostfix: ' Empire'
  134. townBlockLimitBonus: 100
  135. namePrefix: 'The '
  136. nationZonesSize: 2
  137. nationTownUpkeepModifier: 1.0
  138. - kingPostfix: ''
  139. capitalPostfix: ''
  140. upkeepModifier: 1.0
  141. kingPrefix: 'God Emperor '
  142. capitalPrefix: ''
  143. numResidents: 60
  144. nationBonusOutpostLimit: 5
  145. namePostfix: ' Realm'
  146. townBlockLimitBonus: 140
  147. namePrefix: 'The '
  148. nationZonesSize: 3
  149. nationTownUpkeepModifier: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement