Advertisement
Hightension

Untitled

Jul 30th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. general:
  2. # pointsPerLevel - number of points needed to advance 1 island level.
  3. pointsPerLevel: 1000
  4.  
  5. # default - the default value for blocks not listed in blockValues here.
  6. default: 10
  7.  
  8. # useDiminishingReturns - If true, diminishing returns will be used for all blocks using the default scale
  9. # (custom scales can be defined in the section below).
  10. # If useDiminishingReturns is false, the blocks listed in the dimishingReturns section will still be affected.
  11. useDiminishingReturns: false
  12.  
  13. # defaultScale - the default value to use for diminishing returns. This is the number of blocks before DR starts to
  14. # lower value.
  15. defaultScale: 10000
  16.  
  17. # blockValues [ID: VALUE] - the blocks listed below will have custom values instead of the default.
  18. # Syntax: ID : VALUE
  19. # ID := BlockID | BlockID/SubType | BlockID/SubTypeMin-SubTypeMax
  20. # E.G.
  21. # '1/0': 10 # Will give 10 points per STONE
  22. # '1/1': 20 # Will give 20 points per GRANITE
  23. # '1/2-6': 25 # Will give 25 points for Polished Granite(2), Andesite(3), Polished Andesite(4), Diorite(5) and
  24. # Polished Diorite(6).
  25. # Special Values:
  26. # -1 means "share everything with the base-block" (subtype 0).
  27. # i.e.
  28. # '35/0': 50
  29. # '35/1-15': -1
  30. # means all wool is counted as "wool", instead of having separate limits and values.
  31. blockValues:
  32. '1/0': 10
  33. '1/1': 12.5
  34. '1/2': 15
  35. '1/3': 12.5
  36. '1/4': 15
  37. '1/5': 12.5
  38. '1/6': 15
  39. '2': 20
  40. '3': 20
  41. '3/1': 25
  42. '3/2': 25
  43. '4': 10
  44. '5': 10
  45. '6': 0
  46. '7': 0
  47. '8': 0
  48. '9': 0
  49. '10': 0
  50. '11': 0
  51. '12/0': 20
  52. '12/1': 22.5
  53. '13': 20
  54. '14': 500
  55. '15': 200
  56. '16': 200
  57. '17/0': 10
  58. '17/1-5': -1
  59. '18/0-3': 0
  60. '19': 50
  61. '19/1': 50
  62. '20': 50
  63. '21': 300
  64. '22': 500
  65. '24/0': 80
  66. '24/1-2': -1
  67. '25': 20
  68. '26': 1000
  69. '27': 20
  70. '28': 20
  71. '29': 60
  72. '30': 20
  73. '33': 40
  74. '34': 0
  75. '35/0': 50
  76. '35/1-15': -1
  77. '36': 0
  78. '41': 1500
  79. '42': 300
  80. '43/0': 10
  81. '43/1': 20
  82. '43/2-3': 10
  83. '43/4': 50
  84. '43/5': 15
  85. '43/6': 20
  86. '43/7': 100
  87. '44/0': 5
  88. '44/1': 40
  89. '44/2': 5
  90. '44/3': 5
  91. '44/4': 25
  92. '44/5': 7
  93. '44/6': 20
  94. '44/7': 50
  95. '45': 50
  96. '46': 80
  97. '47': 50
  98. '48': 30
  99. '49': 200
  100. '51': 0
  101. '53': 15
  102. '55': 0
  103. '56': 400
  104. '57': 5000
  105. '59': 0
  106. '60': 40
  107. '63': 0
  108. '64': 20
  109. '65': 0
  110. '67': 15
  111. '68': 0
  112. '70': 0
  113. '71': 200
  114. '72': 0
  115. '78': 0
  116. '79': 50
  117. '80': 50
  118. '81': 0
  119. '82': 50
  120. '83': 0
  121. '84': 50
  122. '85': 17.5
  123. '89': 20
  124. '90': 0
  125. '91': 20
  126. '92': 50
  127. '95/0': 25
  128. '95/1-15': -1
  129. '96': 30
  130. '98': 12
  131. '99': 100
  132. '100': 100
  133. '101': 12.5
  134. '103': 0
  135. '104': 0
  136. '105': 0
  137. '107': 40
  138. '108': 75
  139. '109': 20
  140. '110': 20
  141. '112': 20
  142. '113': 60
  143. '114': 30
  144. '116': 150
  145. '117': 30
  146. '118': 155
  147. '119': 0
  148. '120': 200
  149. '121': 15
  150. '122': 5000
  151. '123': 20
  152. '124': 20
  153. '125/0': 10
  154. '125/1-5': -1
  155. '126/0': 5
  156. '126/1-5': -1
  157. '127': 0
  158. '128': 120
  159. '129': 200
  160. '130': 2000
  161. '133': 1000
  162. '134': 15
  163. '135': 15
  164. '136': 15
  165. '137': 0
  166. '138': 2000
  167. '141': 0
  168. '142': 0
  169. '144/1': 1000
  170. '144/2': 10000
  171. '144/3': 100000
  172. '145/0': 150
  173. '145/1-2': -1
  174. '146': 20
  175. '147': 115
  176. '148': 50
  177. '151': 200
  178. '152': 150
  179. '153': 50
  180. '154': 125
  181. '155/0': 100
  182. '155/1-2': -1
  183. '156': 150
  184. '157': 20
  185. '159/0': 50
  186. '159/1-15': -1
  187. '161/0-1': 0
  188. '163': 15
  189. '164': 15
  190. '165': 250
  191. '166': 0
  192. '167': 20
  193. '168': 50
  194. '168/1': 50
  195. '168/2': 50
  196. '169': 50
  197. '170': 20
  198. '171/0': 20
  199. '171/1-15': -1
  200. '172': 20
  201. '173': 500
  202. '174': 15
  203. '176': 20
  204. '177': 20
  205. '178': 200
  206. '179/0': 25
  207. '179/1-2': -1
  208. '180': 20
  209. '181': 20
  210. '182': 12.5
  211. '183': 40
  212. '184': 40
  213. '185': 40
  214. '186': 40
  215. '187': 40
  216. '188': 17.5
  217. '189': 17.5
  218. '190': 17.5
  219. '191': 17.5
  220. '192': 17.5
  221. '193': 20
  222. '194': 20
  223. '195': 20
  224. '196': 20
  225. '197': 20
  226. # blockLimits - blocks listed here will stop adding to island levels after the given number of blocks.
  227. blockLimits:
  228. '4': 10000
  229. '19': 20
  230. '26': 1
  231. '87': 10000
  232. '88': 10000
  233. '106': 25
  234. '117': 10
  235. '118': 10
  236. '121': 10000
  237. '122': 2
  238. '154': 10
  239. '130': 3
  240. '145/0-2': 5
  241. '138': 10
  242. # diminishingReturns [ID: SCALE] - The listed blocks will add more to island level before SCALE number of blocks are counted towards the island level,
  243. # and less to island level after SCALE.
  244. diminishingReturns:
  245. '1/0-6': 10000
  246. '2': 10000
  247. '3/0-2': 10000
  248. '5': 10000
  249. '12/0-1': 10000
  250. '17/0-5': 100
  251. '22': 2500
  252. '31': 100
  253. '35/0-15': 64
  254. '37': 100
  255. '38': 100
  256. '39': 100
  257. '40': 100
  258. '43/0-7': 10000
  259. '44/0-7': 10000
  260. '41': 100
  261. '42': 200
  262. '49': 50
  263. '67': 5000
  264. '80': 3000
  265. '85': 5000
  266. '98': 20000
  267. '99': 30
  268. '100': 30
  269. '107': 100
  270. '108': 5000
  271. '109': 5000
  272. '110': 10000
  273. '112': 20000
  274. '113': 5000
  275. '114': 5000
  276. '125/0-5': 10000
  277. '126/0-5': 10000
  278. '128': 5000
  279. '139': 5000
  280. '144/0-4': 100
  281. '155/0-2': 400
  282. '156': 5000
  283. '162': 100
  284. '162/1': 100
  285. '165': 100
  286. '167': 10
  287. '171/0-15': 5000
  288. '173': 100
  289. '176': 20
  290. '177': 20
  291. '181': 20000
  292. '182': 20000
  293. '183': 100
  294. '184': 100
  295. '185': 100
  296. '186': 100
  297. '187': 100
  298. '188': 5000
  299. '189': 5000
  300. '190': 5000
  301. '191': 5000
  302. '192': 5000
  303. version: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement