Advertisement
JWhy

iKiwic's Jobs.yml

May 3rd, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jobs:
  2.   Digger:
  3.     description: a Digger earns money by digging certain blocks with the shovel!
  4.     basepay: 1.0
  5.     exp: 0.25
  6.     break:
  7.       pays: true
  8.       hide: false
  9.       tier1: dirt sand grass
  10.       tier2: gravel clay
  11.       tier4: soul_sand mycel
  12.   Miner:
  13.     description: a Miner earns money by smashing certain blocks with the pick axe!
  14.     basepay: 1.0
  15.     exp: 0.25
  16.     break:
  17.       pays: true
  18.       hide: false
  19.       tier1: stone coal_ore netherrack
  20.       tier2: iron_ore glowing_redstone_ore
  21.       tier3: gold_ore lapis_ore glowstone emerald_ore
  22.       tier4: diamond_ore
  23.       tier5: obsidian
  24.   Axeman:
  25.     description: Earns money by chopping trees and crafting wood items.
  26.     basepay: 0.25
  27.     exp: 1
  28.     break:
  29.       pays: true
  30.       hide: false
  31.       tier1: leaves
  32.       tier4: log
  33.     place:
  34.       pays: true
  35.       hide: false
  36.       tier2: sapling
  37.     craft:
  38.       pays: true
  39.       hide: false
  40.       tier1: stick wood_axe wood_spade wood_hoe wood_pickaxe fishing_rod bowl
  41.   Farmer:
  42.     description: Slaughtering animals and cultivating crops pays this job.
  43.     basepay: 0.5
  44.     exp: 1
  45.     break:
  46.       pays: true
  47.       hide: false
  48.       tier1: yellow_flower red_rose brown_mushroom red_mushroom crops cactus sugar_cane_block pumpkin melon_block
  49.       tier3: nether_warts
  50.     place:
  51.       pays: true
  52.       hide: false
  53.       tier2: soil melon_stem pumpkin_stem
  54.     defeat:
  55.       pays: true
  56.       hide: false
  57.       tier2: cow chicken pig sheep
  58.   Blacksmith:
  59.     description: Crafting and repairing armor gets a Blacksmith money.
  60.     basepay: 10.0
  61.     exp: 5
  62.     craft:
  63.       pays: true
  64.       hide: false
  65.       tier1: leather_helmet leather_boots
  66.       tier2: leather_chestplate leather_leggings
  67.       tier3: iron_helmet iron_boots gold_helmet gold_boots
  68.       tier4: iron_chestplate iron_leggings gold_chestplate gold_leggings
  69.       tier5: diamond_helmet diamond_boots diamond_chestplate diamond_leggings
  70.     repair:
  71.       pays: true
  72.       hide: false
  73.       tier1: leather_helmet leather_boots leather_chestplate leather_leggings
  74.       tier2: iron_helmet gold_helmet iron_boots gold_boots iron_chestplate gold_chestplate iron_leggings gold_leggings
  75.       tier3: diamond_helmet diamond_boots diamond_chestplate diamond_leggings
  76.   Fisherman:
  77.     description: Earn money for catching fish!
  78.     basepay: 2.0
  79.     show_every_time: true
  80.     exp: 2
  81.     fishing:
  82.       pays: true
  83.       hide: false
  84.       tier1: dropped_item
  85.   Baker:
  86.     description: Cooking foods and food based potion items pays the baker.
  87.     basepay: 2.0
  88.     show_every_time: true
  89.     exp: 1
  90.     craft:
  91.       pays: true
  92.       hide: false
  93.       tier1: cooked_fish bread sugar
  94.       tier2: cooked_beef cooked_chicken grilled_pork
  95.       tier3: cookie mushroom_soup fermented_spider_eye
  96.       tier4: cake speckled_melon
  97.       tier5: golden_apple
  98.   Scientist:
  99.     description: Crafting defensive potions pays the alchemist.
  100.     basepay: 2.0
  101.     show_every_time: true
  102.     exp: 5
  103.     potions:
  104.       pays: true
  105.       hide: false
  106.       tier1: awkward
  107.       tier2: regen swift fire_res strength health
  108.       tier3: fire_res_ext fire_res_spl swift_spl swift_ext swift_two health_spl health_two regen_spl regen_ext regen_two strength_spl strength_ext strength_two
  109.       tier4: fire_res_ext_spl swift_ext_spl swift_two_spl health_two_spl regen_ext_spl regen_two_spl strength_two_spl strength_ext_spl
  110.   Taxes:
  111.     description: In this world nothing can be said to be certain, except death and taxes.
  112.     basepay: 10.0
  113.     show_every_time: true
  114.     exp: 0
  115.     default: true
  116.     break:
  117.       pays: false
  118.       hide: false
  119.       tier1: sapling melon_stem pumpkin_stem
  120.     place:
  121.       pays: false
  122.       hide: false
  123.       tier1: coal_ore iron_ore gold_ore yellow_flower red_rose brown_mushroom red_mushroom crops cactus sugar_cane_block pumpkin melon_block
  124.       tier4: obsidian lapis_ore diamond_ore
  125.       tier5: tnt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement