Advertisement
Guest User

Untitled

a guest
Apr 6th, 2014
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.42 KB | None | 0 0
  1. general:
  2.   #pointsPerLevel - number of points needed to advance 1 island level.
  3.   pointsPerLevel: 1000
  4.   #default - the default value for blocks not listed in blockValues here.
  5.   default: 10
  6.   #useDiminishingReturns - If true, diminishing returns will be used for all blocks using the default scale (custom scales can be defined in the section below)
  7.   #If useDiminishingReturns is false, the blocks listed in the dimishingReturns section will still be affected.
  8.   useDiminishingReturns: false
  9.   #defaultScale - the default value to use for diminishing returns. This is the number of blocks before DR starts to lower value.
  10.   defaultScale: 10000
  11. #blockValues [ID: VALUE] - the blocks listed below will have custom values instead of the default.
  12. blockValues:
  13.   02: 20
  14.   03: 20
  15.   07: 0
  16.   08: 0
  17.   09: 0
  18.   10: 0
  19.   11: 0
  20.   12: 20
  21.   13: 20
  22.   14: 500
  23.   15: 200
  24.   16: 200
  25.   18: 0
  26.   20: 50
  27.   21: 300
  28.   22: 500
  29.   24: 20
  30.   25: 20
  31.   26: 1000
  32.   27: 20
  33.   28: 20
  34.   29: 60
  35.   30: 20
  36.   33: 40
  37.   34: 0
  38.   35: 50
  39.   36: 0
  40.   41: 1500
  41.   42: 300
  42.   43: 20
  43.   45: 50
  44.   46: 80
  45.   47: 50
  46.   48: 30
  47.   49: 200
  48.   51: 0
  49.   55: 0
  50.   56: 400
  51.   57: 5000
  52.   59: 0
  53.   60: 40
  54.   63: 0
  55.   65: 0
  56.   68: 0
  57.   70: 0
  58.   72: 0
  59.   79: 50
  60.   80: 50
  61.   81: 0
  62.   82: 50
  63.   83: 0
  64.   84: 50
  65.   90: 0
  66.   91: 20
  67.   92: 50
  68.   98: 20
  69.   99: 100
  70.   100: 100
  71.   101: 20
  72.   102: 20
  73.   103: 0
  74.   104: 0
  75.   105: 0
  76.   106: 10
  77.   108: 30
  78.   109: 20
  79.   110: 20
  80.   112: 20
  81.   114: 20
  82.   116: 150
  83.   122: 5000
  84.   123: 20
  85.   124: 20
  86.   127: 0
  87.   128: 20
  88.   129: 200
  89.   130: 2000
  90.   133: 1000
  91.   138: 2000
  92.   144: 1000
  93.   145: 150
  94.   152: 150
  95.   153: 50
  96.   155: 100
  97.   156: 100
  98.   157: 20
  99.   159: 50
  100.   171: 20
  101.   172: 20
  102. #blockLimits - blocks listed here will stop adding to island levels after the given number of blocks.
  103. blockLimits:
  104.   04: 10000
  105.   87: 10000
  106.   88: 10000
  107.   121: 10000
  108.   106: 100
  109.   130: 3
  110.   138: 10
  111. #diminishingReturns [ID: SCALE] - The listed blocks will add more to island level before SCALE number of blocks are counted towards the island level, and less to island level after SCALE.
  112. diminishingReturns:
  113.   1: 10000
  114.   2: 10000
  115.   3: 10000
  116.   5: 10000
  117.   12: 10000
  118.   17: 100
  119.   26: 1
  120.   31: 100
  121.   37: 100
  122.   38: 100
  123.   39: 100
  124.   40: 100
  125.   43: 20000
  126.   44: 10000
  127.   49: 50
  128.   67: 5000
  129.   85: 5000
  130.   98: 20000
  131.   99: 30
  132.   100: 30
  133.   107: 100
  134.   108: 5000
  135.   109: 5000
  136.   110: 10000
  137.   112: 20000
  138.   113: 5000
  139.   114: 5000
  140.   128: 5000
  141.   139: 5000
  142.   156: 10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement