Advertisement
Guest User

RPGEssentials items.yml

a guest
Apr 20th, 2013
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 20.12 KB | None | 0 0
  1. Custom Items:
  2.   Bronze Coin:
  3.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/misc/bronzecoin.png
  4.     Sell Able: false
  5.     Buy Able: false
  6.     Buy Price: 1
  7.     Sell Price: 0
  8.     storetype: miscellaneous
  9.   Silver Coin:
  10.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/misc/silvercoin.png
  11.     Sell Able: false
  12.     Buy Able: false
  13.     Buy Price: 1
  14.     Sell Price: 0
  15.     storetype: miscellaneous
  16.   Gold Coin:
  17.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/misc/goldcoin.png
  18.     Sell Able: false
  19.     Buy Able: false
  20.     Buy Price: 1
  21.     Sell Price: 0
  22.     storetype: miscellaneous
  23.   NPC Wand:
  24.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/wands/npcwand.png
  25.     Sell Able: true
  26.     Buy Able: true
  27.     Buy Price: 1000
  28.     Sell Price: 200
  29.     storetype: miscellaneous
  30.   Pet Wand:
  31.     texture url: https://dl.dropboxusercontent.com/u/8929876/petwand.png
  32.     Sell Able: true
  33.     Buy Able: true
  34.     Buy Price: 1000
  35.     Sell Price: 200
  36.     storetype: miscellaneous
  37.   Snow Wand:
  38.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/wands/snowwand.png
  39.     Sell Able: true
  40.     Buy Able: true
  41.     Buy Price: 1000
  42.     Sell Price: 200
  43.     storetype: miscellaneous
  44.   Spawner Wand:
  45.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/wands/spawnerwand.png
  46.     Sell Able: true
  47.     Buy Able: true
  48.     Buy Price: 1000
  49.     Sell Price: 200
  50.     storetype: miscellaneous
  51.   Wood Bolt:
  52.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/bolts/Woodbolt.png
  53.     type: bolt
  54.     damage: 2
  55.     shapeless recipe1:
  56.       amount: 4
  57.       ingredients:
  58.      - '280'
  59.       - '5'
  60.     Sell Able: true
  61.     Buy Able: true
  62.     Buy Price: 5
  63.     Sell Price: 1
  64.     storetype: tools
  65.   Stone Bolt:
  66.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/bolts/Stonebolt.png
  67.     type: bolt
  68.     damage: 3
  69.     shapeless recipe1:
  70.       amount: 4
  71.       ingredients:
  72.      - '280'
  73.       - '4'
  74.     Sell Able: true
  75.     Buy Able: true
  76.     Buy Price: 7
  77.     Sell Price: 2
  78.     storetype: tools
  79.   Iron Bolt:
  80.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/bolts/Ironbolt.png
  81.     type: bolt
  82.     damage: 5
  83.     shapeless recipe1:
  84.       amount: 4
  85.       ingredients:
  86.      - '280'
  87.       - '265'
  88.     Sell Able: true
  89.     Buy Able: true
  90.     Buy Price: 15
  91.     Sell Price: 3
  92.     storetype: tools
  93.   Gold Bolt:
  94.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/bolts/Goldbolt.png
  95.     type: bolt
  96.     damage: 7
  97.     shapeless recipe1:
  98.       amount: 4
  99.       ingredients:
  100.      - '280'
  101.       - '266'
  102.     Sell Able: true
  103.     Buy Able: true
  104.     Buy Price: 25
  105.     Sell Price: 5
  106.     storetype: tools
  107.   Diamond Bolt:
  108.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/bolts/Diamondbolt.png
  109.     type: bolt
  110.     damage: 10
  111.     shapeless recipe1:
  112.       amount: 4
  113.       ingredients:
  114.      - '280'
  115.       - '264'
  116.     Sell Able: true
  117.     Buy Able: true
  118.     Buy Price: 50
  119.     Sell Price: 10
  120.     storetype: tools
  121.   Adamantine Ingot:
  122.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/ingots/Adamantineingot.png
  123.     furnace recipe1:
  124.       amount: 1
  125.       ingredient: Adamantine Ore
  126.     Sell Able: true
  127.     Buy Able: true
  128.     Buy Price: 1000
  129.     Sell Price: 300
  130.     storetype: raw materials
  131.   Mithril Ingot:
  132.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/ingots/Mithrilingot.png
  133.     furnace recipe1:
  134.       amount: 1
  135.       ingredient: Mithril Ore
  136.     Sell Able: true
  137.     Buy Able: true
  138.     Buy Price: 400
  139.     Sell Price: 100
  140.     storetype: raw materials
  141.   Verdite Ingot:
  142.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/ingots/Verditeingot.png
  143.     furnace recipe1:
  144.       amount: 1
  145.       ingredient: Verdite Ore
  146.     Sell Able: true
  147.     Buy Able: true
  148.     Buy Price: 200
  149.     Sell Price: 50
  150.     storetype: raw materials
  151.   Iridium Nugget:
  152.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/ingots/Iridiumnugget.png
  153.     furnace recipe1:
  154.       amount: 1
  155.       ingredient: Iridium Ore
  156.     Sell Able: true
  157.     Buy Able: true
  158.     Buy Price: 500
  159.     Sell Price: 300
  160.     storetype: raw materials
  161.   Iridium Ingot:
  162.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/ingots/Iridiumingot.png
  163.     furnace recipe1:
  164.       amount: 1
  165.       ingredient: Iridium Nugget
  166.     Sell Able: true
  167.     Buy Able: true
  168.     Buy Price: 600
  169.     Sell Price: 200
  170.     storetype: raw materials
  171.   Chain:
  172.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/items/chain.png
  173.     shapeless recipe1:
  174.       amount: 2
  175.       ingredients:
  176.      - '265'
  177.     Sell Able: true
  178.     Buy Able: true
  179.     Buy Price: 1000
  180.     Sell Price: 1
  181.     storetype: raw materials
  182. Custom Fish:
  183.   Raw Cave Trout:
  184.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/fish/cavetrout.png
  185.     restore: 10
  186.     level: 50
  187.     chance: 5
  188.     xp: 150
  189.     Buy Able: true
  190.     Buy Price: 5
  191.     Sell Price: 1
  192.   Raw Cave Eel:
  193.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/fish/caveeel.png
  194.     restore: 10
  195.     level: 40
  196.     chance: 8
  197.     xp: 70
  198.     Buy Able: true
  199.     Buy Price: 5
  200.     Sell Price: 1
  201.   Raw Mine Fish:
  202.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/fish/minefish.png
  203.     restore: 3
  204.     level: 5
  205.     chance: 30
  206.     xp: 25
  207.     Buy Able: true
  208.     Buy Price: 5
  209.     Sell Price: 1
  210.   Raw Puffer Fish:
  211.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/fish/pufferfish.png
  212.     restore: 4
  213.     level: 20
  214.     chance: 10
  215.     xp: 50
  216.     Buy Able: true
  217.     Buy Price: 5
  218.     Sell Price: 1
  219. Custom Food:
  220.   Tomato:
  221.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/tomato.png
  222.     restore: 3
  223.     Buy Able: true
  224.     Buy Price: 5
  225.     Sell Price: 1
  226.   Salad:
  227.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/salad.png
  228.     restore: 2
  229.     Buy Able: true
  230.     Buy Price: 5
  231.     Sell Price: 1
  232.   Cheese:
  233.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/cheese.png
  234.     restore: 8
  235.     Buy Able: true
  236.     Buy Price: 5
  237.     Sell Price: 1
  238.   Hamburger:
  239.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/hamburger.png
  240.     restore: 20
  241.     shaped recipe1:
  242.       amount: 1
  243.       ingredients:
  244.      - 297,297,297
  245.       - Salad,Tomato,Cheese
  246.       - 297,297,297
  247.     Buy Able: true
  248.     Buy Price: 5
  249.     Sell Price: 1
  250.   Raw Bacon:
  251.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/rawbacon.png
  252.     restore: 3
  253.     Buy Able: true
  254.     Buy Price: 5
  255.     Sell Price: 1
  256.   Cooked Bacon:
  257.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/cookedbacon.png
  258.     restore: 8
  259.     furnace recipe1:
  260.       amount: 1
  261.       ingredient: Raw Bacon
  262.     Buy Able: true
  263.     Buy Price: 5
  264.     Sell Price: 1
  265.   Cooked Cave Eel:
  266.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/cookedcaveeel.png
  267.     restore: 13
  268.     furnace recipe1:
  269.       amount: 1
  270.       ingredient: Raw Cave Eel
  271.     Buy Able: true
  272.     Buy Price: 5
  273.     Sell Price: 1
  274.   Cooked Cave Trout:
  275.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/cookedcavetrout.png
  276.     restore: 15
  277.     furnace recipe1:
  278.       amount: 1
  279.       ingredient: Raw Cave Trout
  280.     Buy Able: true
  281.     Buy Price: 5
  282.     Sell Price: 1
  283.   Salad Bowl:
  284.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/food/saladbowl.png
  285.     restore: 6
  286.     shaped recipe1:
  287.       amount: 1
  288.       ingredients:
  289.      - Salad,-,-
  290.       - 281,-,-
  291.       - -,-,-
  292.     shaped recipe2:
  293.       amount: 1
  294.       ingredients:
  295.      - -,Salad,-
  296.       - -,281,-
  297.       - -,-,-
  298.     shaped recipe3:
  299.       amount: 1
  300.       ingredients:
  301.      - -,-,Salad
  302.       - -,-,281
  303.       - -,-,-
  304.     Buy Able: true
  305.     Buy Price: 5
  306.     Sell Price: 5
  307. Custom Tools:
  308.   Adamantine Sword:
  309.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Adamantinesword.png
  310.     durability: 20
  311.     damage: 10
  312.     type: sword
  313.     shaped recipe1:
  314.       amount: 1
  315.       ingredients:
  316.      - -,Adamantine Ingot,-
  317.       - -,Adamantine Ingot,-
  318.       - -,280,-
  319.     shaped recipe2:
  320.       amount: 1
  321.       ingredients:
  322.      - Adamantine Ingot,-,-
  323.       - Adamantine Ingot,-,-
  324.       - 280,-,-
  325.     shaped recipe3:
  326.       amount: 1
  327.       ingredients:
  328.      - -,-,Adamantine Ingot
  329.       - -,-,Adamantine Ingot
  330.       - -,-,280
  331.     Sell Able: true
  332.     Buy Able: true
  333.     Buy Price: 5
  334.     Sell Price: 1
  335.   Adamantine Shovel:
  336.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Adamantineshovel.png
  337.     durability: 20
  338.     type: shovel
  339.     shaped recipe1:
  340.       amount: 1
  341.       ingredients:
  342.      - -,Adamantine Ingot,-
  343.       - -,280,-
  344.       - -,280,-
  345.     shaped recipe2:
  346.       amount: 1
  347.       ingredients:
  348.      - Adamantine Ingot,-,-
  349.       - 280,-,-
  350.       - 280,-,-
  351.     shaped recipe3:
  352.       amount: 1
  353.       ingredients:
  354.      - -,-,Adamantine Ingot
  355.       - -,-,280
  356.       - -,-,280
  357.     Sell Able: true
  358.     Buy Able: true
  359.     Buy Price: 5
  360.     Sell Price: 1
  361.   Adamantine Axe:
  362.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Adamantineaxe.png
  363.     durability: 20
  364.     type: axe
  365.     shaped recipe1:
  366.       amount: 1
  367.       ingredients:
  368.      - Adamantine Ingot,Adamantine Ingot,-
  369.       - Adamantine Ingot,280,-
  370.       - -,-,-
  371.     shaped recipe2:
  372.       amount: 1
  373.       ingredients:
  374.      - -,Adamantine Ingot,Adamantine Ingot
  375.       - -,280,Adamantine Ingot
  376.       - -,280,-
  377.     Sell Able: true
  378.     Buy Able: true
  379.     Buy Price: 5
  380.     Sell Price: 1
  381.   Adamantine Pickaxe:
  382.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Adamantinepick.png
  383.     durability: 20
  384.     type: pickaxe
  385.     shaped recipe1:
  386.       amount: 1
  387.       ingredients:
  388.      - Adamantine Ingot,Adamantine Ingot,Adamantine Ingot
  389.       - -,280,-
  390.       - -,280,-
  391.     Sell Able: true
  392.     Buy Able: true
  393.     Buy Price: 5
  394.     Sell Price: 1
  395.   Adamantine Hoe:
  396.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Adamantinehoe.png
  397.     durability: 20
  398.     type: hoe
  399.     shaped recipe1:
  400.       amount: 1
  401.       ingredients:
  402.      - Adamantine Ingot,Adamantine Ingot,-
  403.       - -,280,-
  404.       - -,280,-
  405.     shaped recipe2:
  406.       amount: 1
  407.       ingredients:
  408.      - -,Adamantine Ingot,Adamantine Ingot
  409.       - -,280,-
  410.       - -,280,-
  411.     Sell Able: true
  412.     Buy Able: true
  413.     Buy Price: 5
  414.     Sell Price: 1
  415.   Iridium Sword:
  416.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Iridiumsword.png
  417.     durability: 20
  418.     damage: 8
  419.     type: sword
  420.     shaped recipe1:
  421.       amount: 1
  422.       ingredients:
  423.      - -,Iridium Ingot,-
  424.       - -,Iridium Ingot,-
  425.       - -,280,-
  426.     shaped recipe2:
  427.       amount: 1
  428.       ingredients:
  429.      - Iridium Ingot,-,-
  430.       - Iridium Ingot,-,-
  431.       - 280,-,-
  432.     shaped recipe3:
  433.       amount: 1
  434.       ingredients:
  435.      - -,-,Iridium Ingot
  436.       - -,-,Iridium Ingot
  437.       - -,-,280
  438.     Sell Able: true
  439.     Buy Able: true
  440.     Buy Price: 5
  441.     Sell Price: 1
  442.   Iridium Shovel:
  443.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Iridiumshovel.png
  444.     durability: 20
  445.     type: shovel
  446.     shaped recipe1:
  447.       amount: 1
  448.       ingredients:
  449.      - -,Iridium Ingot,-
  450.       - -,280,-
  451.       - -,280,-
  452.     shaped recipe2:
  453.       amount: 1
  454.       ingredients:
  455.      - Iridium Ingot,-,-
  456.       - 280,-,-
  457.       - 280,-,-
  458.     shaped recipe3:
  459.       amount: 1
  460.       ingredients:
  461.      - -,-,Iridium Ingot
  462.       - -,-,280
  463.       - -,-,280
  464.     Sell Able: true
  465.     Buy Able: true
  466.     Buy Price: 5
  467.     Sell Price: 1
  468.   Iridium Axe:
  469.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Iridiumaxe.png
  470.     durability: 20
  471.     type: axe
  472.     shaped recipe1:
  473.       amount: 1
  474.       ingredients:
  475.      - Iridium Ingot,Iridium Ingot,-
  476.       - Iridium Ingot,280,-
  477.       - -,280,-
  478.     shaped recipe2:
  479.       amount: 1
  480.       ingredients:
  481.      - -,Iridium Ingot,Iridium Ingot
  482.       - -,280,Iridium Ingot
  483.       - -,280,-
  484.     Sell Able: true
  485.     Buy Able: true
  486.     Buy Price: 5
  487.     Sell Price: 1
  488.   Iridium Pickaxe:
  489.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Iridiumpick.png
  490.     durability: 20
  491.     type: pickaxe
  492.     shaped recipe1:
  493.       amount: 1
  494.       ingredients:
  495.      - Iridium Ingot,Iridium Ingot,Iridium Ingot
  496.       - -,280,-
  497.       - -,280,-
  498.     Sell Able: true
  499.     Buy Able: true
  500.     Buy Price: 5
  501.     Sell Price: 1
  502.   Iridium Hoe:
  503.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Iridiumhoe.png
  504.     durability: 20
  505.     type: hoe
  506.     shaped recipe1:
  507.       amount: 1
  508.       ingredients:
  509.      - Iridium Ingot,Iridium Ingot,-
  510.       - -,280,-
  511.       - -,280,-
  512.     shaped recipe2:
  513.       amount: 1
  514.       ingredients:
  515.      - -,Iridium Ingot,Iridium Ingot
  516.       - -,280,-
  517.       - -,280,-
  518.     Sell Able: true
  519.     Buy Able: true
  520.     Buy Price: 5
  521.     Sell Price: 1
  522.   Mithril Sword:
  523.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Mithrilsword.png
  524.     durability: 20
  525.     damage: 6
  526.     type: sword
  527.     shaped recipe1:
  528.       amount: 1
  529.       ingredients:
  530.      - -,Mithril Ingot,-
  531.       - -,Mithril Ingot,-
  532.       - -,280,-
  533.     shaped recipe2:
  534.       amount: 1
  535.       ingredients:
  536.      - Mithril Ingot,-,-
  537.       - Mithril Ingot,-,-
  538.       - 280,-,-
  539.     shaped recipe3:
  540.       ingredients:
  541.      - -,-,Mithril Ingot
  542.       - -,-,Mithril Ingot
  543.       - -,-,280
  544.     Sell Able: true
  545.     Buy Able: true
  546.     Buy Price: 5
  547.     Sell Price: 1
  548.   Mithril Shovel:
  549.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Mithrilshovel.png
  550.     durability: 20
  551.     type: shovel
  552.     shaped recipe1:
  553.       amount: 1
  554.       ingredients:
  555.      - -,Mithril Ingot,-
  556.       - -,280,-
  557.       - -,280,-
  558.     shaped recipe2:
  559.       amount: 1
  560.       ingredients:
  561.      - Mithril Ingot,-,-
  562.       - 280,-,-
  563.       - 280,-,-
  564.     shaped recipe3:
  565.       amount: 1
  566.       ingredients:
  567.      - -,-,Mithril Ingot
  568.       - -,-,280
  569.       - -,-,280
  570.     Sell Able: true
  571.     Buy Able: true
  572.     Buy Price: 5
  573.     Sell Price: 1
  574.   Mithril Axe:
  575.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Mithrilaxe.png
  576.     durability: 20
  577.     type: axe
  578.     shaped recipe1:
  579.       amount: 1
  580.       ingredients:
  581.      - Mithril Ingot,Mithril Ingot,-
  582.       - Mithril Ingot,280,-
  583.       - -,280,-
  584.     shaped recipe2:
  585.       amount: 1
  586.       ingredients:
  587.      - -,Mithril Ingot,Mithril Ingot
  588.       - -,280,Mithril Ingot
  589.       - -,280,-
  590.     Sell Able: true
  591.     Buy Able: true
  592.     Buy Price: 5
  593.     Sell Price: 1
  594.   Mithril Pickaxe:
  595.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Mithrilpick.png
  596.     durability: 20
  597.     type: pickaxe
  598.     shaped recipe1:
  599.       amount: 1
  600.       ingredients:
  601.      - Mithril Ingot,Mithril Ingot,Mithril Ingot
  602.       - -,280,-
  603.       - -,280,-
  604.     Sell Able: true
  605.     Buy Able: true
  606.     Buy Price: 5
  607.     Sell Price: 1
  608.   Mithril Hoe:
  609.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Mithrilhoe.png
  610.     durability: 20
  611.     type: hoe
  612.     shaped recipe1:
  613.       amount: 1
  614.       ingredients:
  615.      - Mithril Ingot,Mithril Ingot,-
  616.       - -,280,-
  617.       - -,280,-
  618.     shaped recipe2:
  619.       amount: 1
  620.       ingredients:
  621.      - -,Mithril Ingot,Mithril Ingot
  622.       - -,280,-
  623.       - -,280,-
  624.     Sell Able: true
  625.     Buy Able: true
  626.     Buy Price: 5
  627.     Sell Price: 1
  628.   Verdite Sword:
  629.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Verditesword.png
  630.     durability: 20
  631.     damage: 4
  632.     type: sword
  633.     shaped recipe1:
  634.       amount: 1
  635.       ingredients:
  636.      - -,Verdite Ingot,-
  637.       - -,Verdite Ingot,-
  638.       - -,280,-
  639.     shaped recipe2:
  640.       amount: 1
  641.       ingredients:
  642.      - Verdite Ingot,-,-
  643.       - Verdite Ingot,-,-
  644.       - 280,-,-
  645.     shaped recipe3:
  646.       amount: 1
  647.       ingredients:
  648.      - -,-,Verdite Ingot
  649.       - -,-,Verdite Ingot
  650.       - -,-,280
  651.     Sell Able: true
  652.     Buy Able: true
  653.     Buy Price: 5
  654.     Sell Price: 1
  655.   Verdite Shovel:
  656.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Verditeshovel.png
  657.     durability: 20
  658.     type: shovel
  659.     shaped recipe1:
  660.       amount: 1
  661.       ingredients:
  662.      - -,Verdite Ingot,-
  663.       - -,280,-
  664.       - -,280,-
  665.     shaped recipe2:
  666.       amount: 1
  667.       ingredients:
  668.      - Verdite Ingot,-,-
  669.       - 280,-,-
  670.       - 280,-,-
  671.     shaped recipe3:
  672.       amount: 1
  673.       ingredients:
  674.      - -,-,Verdite Ingot
  675.       - -,-,280
  676.       - -,-,280
  677.     Sell Able: true
  678.     Buy Able: true
  679.     Buy Price: 5
  680.     Sell Price: 1
  681.   Verdite Axe:
  682.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Verditeaxe.png
  683.     durability: 20
  684.     type: axe
  685.     shaped recipe1:
  686.       amount: 1
  687.       ingredients:
  688.      - Verdite Ingot,Verdite Ingot,-
  689.       - Verdite Ingot,280,-
  690.       - -,280,-
  691.     shaped recipe2:
  692.       amount: 1
  693.       ingredients:
  694.      - -,Verdite Ingot,Verdite Ingot
  695.       - -,280,Verdite Ingot
  696.       - -,280,-
  697.     Sell Able: true
  698.     Buy Able: true
  699.     Buy Price: 5
  700.     Sell Price: 1
  701.   Verdite Pickaxe:
  702.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Verditepick.png
  703.     durability: 20
  704.     type: pickaxe
  705.     shaped recipe1:
  706.       amount: 1
  707.       ingredients:
  708.      - Verdite Ingot,Verdite Ingot,Verdite Ingot
  709.       - -,280,-
  710.       - -,280,-
  711.     Sell Able: true
  712.     Buy Able: true
  713.     Buy Price: 5
  714.     Sell Price: 1
  715.   Verdite Hoe:
  716.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/tools/Verditehoe.png
  717.     durability: 20
  718.     type: hoe
  719.     shaped recipe1:
  720.       amount: 1
  721.       ingredients:
  722.      - Verdite Ingot,Verdite Ingot,-
  723.       - -,280,-
  724.       - -,280,-
  725.     shaped recipe2:
  726.       amount: 1
  727.       ingredients:
  728.      - -,Verdite Ingot,Verdite Ingot
  729.       - -,280,-
  730.       - -,280,-
  731.     Sell Able: true
  732.     Buy Able: true
  733.     Buy Price: 5
  734.     Sell Price: 1
  735.   Wood Crossbow:
  736.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/crossbows/Woodcrossbow.png
  737.     durability: 20
  738.     required bolts:
  739.    - Wood Bolt
  740.     type: crossbow
  741.     shaped recipe1:
  742.       amount: 1
  743.       ingredients:
  744.      - 5,5,287
  745.       - 5,280,-
  746.       - 287,-,280
  747.     Sell Able: true
  748.     Buy Able: true
  749.     Buy Price: 5
  750.     Sell Price: 1
  751.   Stone Crossbow:
  752.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/crossbows/Stonecrossbow.png
  753.     durability: 20
  754.     required bolts:
  755.    - Wood Bolt
  756.     - Stone Bolt
  757.     type: crossbow
  758.     shaped recipe1:
  759.       amount: 1
  760.       ingredients:
  761.      - 4,4,287
  762.       - 4,280,-
  763.       - 287,-,280
  764.     Sell Able: true
  765.     Buy Able: true
  766.     Buy Price: 5
  767.     Sell Price: 1
  768.   Iron Crossbow:
  769.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/crossbows/Ironcrossbow.png
  770.     durability: 20
  771.     required bolts:
  772.    - Wood Bolt
  773.     - Stone Bolt
  774.     - Iron Bolt
  775.     type: crossbow
  776.     shaped recipe1:
  777.       amount: 1
  778.       ingredients:
  779.      - 265,265,287
  780.       - 265,280,-
  781.       - 287,-,280
  782.     Sell Able: true
  783.     Buy Able: true
  784.     Buy Price: 5
  785.     Sell Price: 1
  786.   Gold Crossbow:
  787.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/crossbows/Goldcrossbow.png
  788.     durability: 20
  789.     required bolts:
  790.    - Wood Bolt
  791.     - Stone Bolt
  792.     - Iron Bolt
  793.     - Gold Bolt
  794.     type: crossbow
  795.     shaped recipe1:
  796.       amount: 1
  797.       ingredients:
  798.      - 266,266,287
  799.       - 266,280,-
  800.       - 287,-,280
  801.     Sell Able: true
  802.     Buy Able: true
  803.     Buy Price: 5
  804.     Sell Price: 1
  805.   Diamond Crossbow:
  806.     texture url: http://rpgessentials.lynxdragon.com/plugin/textures/crossbows/Diamondcrossbow.png
  807.     durability: 20
  808.     required bolts:
  809.    - Wood Bolt
  810.     - Stone Bolt
  811.     - Iron Bolt
  812.     - Gold Bolt
  813.     - Diamond Bolt
  814.     type: crossbow
  815.     shaped recipe1:
  816.       amount: 1
  817.       ingredients:
  818.      - 264,264,287
  819.       - 264,280,-
  820.       - 287,-,280
  821.     Sell Able: true
  822.     Buy Able: true
  823.     Buy Price: 5
  824.     Sell Price: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement