Makiver

Towny Towns Prefixes

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