Advertisement
Guest User

Upgrades.yml

a guest
Feb 16th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.08 KB | None | 0 0
  1. Classes:
  2.     Knight:
  3.         Level: 1
  4.         Price: 0
  5.         Upgrades:
  6.             Sword:
  7.                 Sharpness1:
  8.                     Level: 5
  9.                     Price: 100
  10.                 Sharpness2:
  11.                     Level: 11
  12.                     Price: 160
  13.                 Sharpness3:
  14.                     Level: 20
  15.                     Price: 300
  16.             Armor:
  17.                 Protection1:
  18.                     Level: 4
  19.                     Price: 100
  20.                 Protection2:
  21.                     Level: 12
  22.                     Price: 160
  23.                 Protection3:
  24.                     Level: 23
  25.                     Price: 230
  26.             Blocks:
  27.                 32More:
  28.                     Level: 10
  29.                     Price: 150
  30.                 ChangeToWool:
  31.                     Level: 24
  32.                     Price: 300
  33.             Potions:
  34.                 Heal2:
  35.                     Level: 10
  36.                     Price: 150
  37.                 2More:
  38.                     Level: 15
  39.                     Price: 220
  40.     Archer:
  41.         Level: 3
  42.         Price: 50
  43.         Upgrades:
  44.             Bow:
  45.                 Power1:
  46.                     Level: 6
  47.                     Price: 150
  48.                 Power2:
  49.                     Level: 13
  50.                     Price: 200
  51.                 Power3:
  52.                     Level: 24
  53.                     Price: 320
  54.                 Power4:
  55.                     Level: 31
  56.                     Price: 500
  57.                 16MoreArrows:
  58.                     Level: 15
  59.                     Price: 100
  60.                 Infinity:
  61.                     Level: 22
  62.                     Price: 200
  63.             Armor:
  64.                 Protection1:
  65.                     Level: 6
  66.                     Price: 100
  67.                 Protection2:
  68.                     Level: 15
  69.                     Price: 160
  70.                 Protection3:
  71.                     Level: 24
  72.                     Price: 240
  73.             Blocks:
  74.                 32More:
  75.                     Level: 10
  76.                     Price: 150
  77.                 ChangeToWool:
  78.                     Level: 24
  79.                     Price: 300
  80.     Builder:
  81.         Level: 5
  82.         Price: 100
  83.         Upgrades:
  84.             Armor:
  85.                 Protection1:
  86.                     Level: 8
  87.                     Price: 100
  88.                 Protection2:
  89.                     Level: 15
  90.                     Price: 160
  91.                 Protection3:
  92.                     Level: 25
  93.                     Price: 230
  94.             Blocks:
  95.                 32More:
  96.                     Level: 10
  97.                     Price: 150
  98.                 ChangeToWool:
  99.                     Level: 24
  100.                     Price: 300
  101.             Sword:
  102.                 ChangeToIron:
  103.                     Level: 15
  104.                     Price: 250
  105.             Shovel:
  106.                 Efficiency1:
  107.                     Level: 14
  108.                     Price: 120
  109.                 Efficiency4:
  110.                     Level: 30
  111.                     Price: 420
  112.     Assassin:
  113.         Level: 8
  114.         Price: 120
  115.         Upgrages:
  116.             Armor:
  117.                 Protection1:
  118.                     Level: 10
  119.                     Price: 100
  120.                 Protection2:
  121.                     Level: 16
  122.                     Price: 160
  123.                 Protection3:
  124.                     Level: 25
  125.                     Price: 230
  126.             Blocks:
  127.                 32More:
  128.                     Level: 10
  129.                     Price: 150
  130.                 ChangeToWool:
  131.                     Level: 24
  132.                     Price: 300
  133.             Speed:
  134.                 Speed2:
  135.                     Level: 20
  136.                     Price: 300
  137.     Heavy:
  138.         Level: 12
  139.         Price: 150
  140.         Upgrades:
  141.             Armor:
  142.                 Protection1:
  143.                     Level: 20
  144.                     Price: 300
  145.                 ChangeToDiamond:
  146.                     Level: 30
  147.                     Price: 400
  148.             Sword:
  149.                 ChangeToDiamond:
  150.                     Level: 30
  151.                     Price: 500
  152.             Blocks:
  153.                 32More:
  154.                     Level: 12
  155.                     Price: 150
  156.                 ChangeToWool:
  157.                     Level: 20
  158.                     Price: 300
  159.     Pyro:
  160.         Level: 15
  161.         Price: 300
  162.         Upgrades:
  163.             Armor:
  164.                 Protection1:
  165.                     Level: 20
  166.                     Price: 100
  167.                 Protection2:
  168.                     Level: 25
  169.                     Price: 160
  170.                 Protection3:
  171.                     Level: 30
  172.                     Price: 230
  173.             Sword:
  174.                 ChangeToIron:
  175.                     Level: 26
  176.                     Price: 300
  177.                 FireAspect2:
  178.                     Level: 31
  179.                     Price: 250
  180.             Fire:
  181.                 32More:
  182.                     Level: 31
  183.                     Price: 350
  184.             TNT:
  185.                 5More:
  186.                     Level: 28
  187.                     Price: 340
  188.             Blocks:
  189.                 32More:
  190.                     Level: 16
  191.                     Price: 150
  192.                 ChangeToWool:
  193.                     Level: 24
  194.                     Price: 300
  195.     Medic:
  196.         Level: 18
  197.         Price: 350
  198.         Upgrades:
  199.             Armor:
  200.                 Protection1:
  201.                     Level: 24
  202.                     Price: 100
  203.                 Protection2:
  204.                     Level: 30
  205.                     Price: 160
  206.                 Protection3:
  207.                     Level: 34
  208.                     Price: 230
  209.             Potions:
  210.                 PoisonPotions:
  211.                     Level: 24
  212.                     Price: 280
  213.                 RegenPotions:
  214.                     Level: 28
  215.                     Price: 300
  216.                 Level2:
  217.                     Level: 31
  218.                     Price: 450
  219.             Blocks:
  220.                 32More:
  221.                     Level: 20
  222.                     Price: 150
  223.                 ChangeToWool:
  224.                     Level: 28
  225.                     Price: 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement