RocketTurtle

weaponsmith_trades.json

Jan 22nd, 2016
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.37 KB | None | 0 0
  1. {
  2.     "offers": [
  3.         {
  4.             "weight": 1,
  5.             "rewardExp": 1,
  6.             "maxUses": 10,
  7.             "CareerLevel": 1,
  8.             "buy": [
  9.                 {
  10.                     "type": "item",
  11.                     "name": "minecraft:coal",
  12.                     "functions": [
  13.                         {
  14.                             "function": "set_count",
  15.                             "count": {
  16.                                 "min": 16,
  17.                                 "max": 24
  18.                             }
  19.                         }
  20.                     ]
  21.                 }
  22.             ],
  23.             "sell": [
  24.                 {
  25.                     "type": "item",
  26.                     "name": "minecraft:emerald"
  27.                 }
  28.             ]
  29.         },
  30.         {
  31.             "weight": 1,
  32.             "rewardExp": 1,
  33.             "maxUses": 8,
  34.             "CareerLevel": 2,
  35.             "buy": [
  36.                 {
  37.                     "type": "item",
  38.                     "name": "minecraft:iron_ingot",
  39.                     "functions": [
  40.                         {
  41.                             "function": "set_count",
  42.                             "count": {
  43.                                 "min": 7,
  44.                                 "max": 9
  45.                             }
  46.                         }
  47.                     ]
  48.                 }
  49.             ],
  50.             "sell": [
  51.                 {
  52.                     "type": "item",
  53.                     "name": "minecraft:emerald"
  54.                 }
  55.             ]
  56.         },
  57.         {
  58.             "weight": 1,
  59.             "rewardExp": 1,
  60.             "maxUses": 5,
  61.             "CareerLevel": 3,
  62.             "buy": [
  63.                 {
  64.                     "type": "item",
  65.                     "name": "minecraft:diamond",
  66.                     "functions": [
  67.                         {
  68.                             "function": "set_count",
  69.                             "count": {
  70.                                 "min": 3,
  71.                                 "max": 4
  72.                             }
  73.                         }
  74.                     ]
  75.                 }
  76.             ],
  77.             "sell": [
  78.                 {
  79.                     "type": "item",
  80.                     "name": "minecraft:emerald"
  81.                 }
  82.             ]
  83.         },
  84.         {
  85.             "weight": 1,
  86.             "rewardExp": 1,
  87.             "maxUses": 5,
  88.             "CareerLevel": 1,
  89.             "buy": [
  90.                 {
  91.                     "type": "item",
  92.                     "name": "minecraft:emerald",
  93.                     "functions": [
  94.                         {
  95.                             "function": "set_count",
  96.                             "count": {
  97.                                 "min": 6,
  98.                                 "max": 8
  99.                             }
  100.                         }
  101.                     ]
  102.                 }
  103.             ],
  104.             "sell": [
  105.                 {
  106.                     "type": "item",
  107.                     "name": "minecraft:iron_axe"
  108.                 }
  109.             ]
  110.         },
  111.         {
  112.             "weight": 1,
  113.             "rewardExp": 1,
  114.             "maxUses": 8,
  115.             "CareerLevel": 2,
  116.             "buy": [
  117.                 {
  118.                     "type": "item",
  119.                     "name": "minecraft:emerald",
  120.                     "functions": [
  121.                         {
  122.                             "function": "set_count",
  123.                             "count": {
  124.                                 "min": 9,
  125.                                 "max": 10
  126.                             }
  127.                         }
  128.                     ]
  129.                 }
  130.             ],
  131.             "sell": [
  132.                 {
  133.                     "type": "item",
  134.                     "name": "minecraft:iron_sword",
  135.                     "functions": [
  136.                         {
  137.                             "function": "enchant_with_levels",
  138.                             "levels": {
  139.                                 "min": 5,
  140.                                 "max": 19
  141.                             },
  142.                             "treasure": true
  143.                         }
  144.                     ]
  145.                 }
  146.             ]
  147.         },
  148.         {
  149.             "weight": 1,
  150.             "rewardExp": 1,
  151.             "maxUses": 6,
  152.             "CareerLevel": 3,
  153.             "buy": [
  154.                 {
  155.                     "type": "item",
  156.                     "name": "minecraft:emerald",
  157.                     "functions": [
  158.                         {
  159.                             "function": "set_count",
  160.                             "count": {
  161.                                 "min": 12,
  162.                                 "max": 15
  163.                             }
  164.                         }
  165.                     ]
  166.                 }
  167.             ],
  168.             "sell": [
  169.                 {
  170.                     "type": "item",
  171.                     "name": "minecraft:diamond_sword",
  172.                     "functions": [
  173.                         {
  174.                             "function": "enchant_with_levels",
  175.                             "levels": {
  176.                                 "min": 5,
  177.                                 "max": 19
  178.                             },
  179.                             "treasure": true
  180.                         }
  181.                     ]
  182.                 }
  183.             ]
  184.         },
  185.         {
  186.             "weight": 1,
  187.             "rewardExp": 1,
  188.             "maxUses": 6,
  189.             "CareerLevel": 3,
  190.             "buy": [
  191.                 {
  192.                     "type": "item",
  193.                     "name": "minecraft:emerald",
  194.                     "functions": [
  195.                         {
  196.                             "function": "set_count",
  197.                             "count": {
  198.                                 "min": 12,
  199.                                 "max": 15
  200.                             }
  201.                         }
  202.                     ]
  203.                 }
  204.             ],
  205.             "sell": [
  206.                 {
  207.                     "type": "item",
  208.                     "name": "minecraft:diamond_axe",
  209.                     "functions": [
  210.                         {
  211.                             "function": "enchant_with_levels",
  212.                             "levels": {
  213.                                 "min": 5,
  214.                                 "max": 19
  215.                             },
  216.                             "treasure": true
  217.                         }
  218.                     ]
  219.                 }
  220.             ]
  221.         },
  222.         {
  223.             "weight": 1,
  224.             "rewardExp": 0,
  225.             "maxUses": 0,
  226.             "CareerLevel": 0,
  227.             "buy": [
  228.                 {
  229.                     "type": "item",
  230.                     "name": "minecraft:gravel",
  231.                     "functions": [
  232.                         {
  233.                             "function": "set_count",
  234.                             "count": 10
  235.                         }
  236.                     ]
  237.                 },
  238.                 {
  239.                     "type": "item",
  240.                     "name": "minecraft:emerald"
  241.                 }
  242.             ],
  243.             "sell": [
  244.                 {
  245.                     "type": "item",
  246.                     "name": "minecraft:flint",
  247.                     "functions": [
  248.                         {
  249.                             "function": "set_count",
  250.                             "count": {
  251.                                 "min": 6,
  252.                                 "max": 10
  253.                             }
  254.                         }
  255.                     ]
  256.                 }
  257.             ]
  258.         }
  259.     ]
  260. }
Add Comment
Please, Sign In to add comment