Guest User

Untitled

a guest
Dec 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. config:
  2. max_profession: 2
  3. profession_groups:
  4. - max_profession: 1
  5. professions:
  6. - layman
  7. - miner
  8. - max_profession: 1
  9. professions:
  10. - fighter
  11. - delver
  12. activated_worlds: []
  13. professions:
  14. layman:
  15. name: Digger
  16. skills:
  17. breakBlock:
  18. - id: 3,12,17
  19. hasnot: This block is too strong, only a Digger can break it !
  20. smeltItem:
  21. - id: 3,12,17
  22. hasnot: Only a Digger knows where to put it !
  23. craftItem:
  24. - id: 50,58,268,269,270,271,280,290
  25. hasnot: Only a Digger knows where to put it !
  26. placeBlock:
  27. - id: 50
  28. hasnot: Only a Digger knows where to put it !
  29. miner:
  30. name: Miner
  31. price: 0
  32. required:
  33. - category: blockdestroy
  34. key: dirt
  35. require: 10
  36. hasnot: You need to dig {LEFT} dirt.
  37. skills:
  38. breakBlock:
  39. - id: 1,16,24
  40. hasnot: This block is too strong, only a Miner can break it !
  41. smeltItem:
  42. - id: 4
  43. hasnot: This block is too strong, only a Miner can break it !
  44. craftItem:
  45. - id: 98
  46. hasnot: This block is too strong, only a Miner can break it !
  47. placeBlock:
  48. - id: 58
  49. hasnot: This block is too strong, only a Miner can break it !
  50. gainMoneyOnBreakBlock:
  51. - id: 1,16,24
  52. reward: 1000
  53. gainMoneyOnKillCreature:
  54. - type: Chicken,Cow,Pig
  55. reward: 100
  56. hasnot: This block is too strong, only a Miner can break it !
  57. delver:
  58. name: Deep Miner
  59. price: 1000
  60. parent: miner
  61. skills:
  62. breakBlock:
  63. - id: 14,15
  64. hasnot: too bad your not a Deep Miner you might have gotten something for your effort!
  65. dropItem:
  66. - id: 16
  67. hasnot: too bad your not a Deep Miner you might have gotten something for your effort!
  68. smeltItem:
  69. - id: 15
  70. hasnot: It's too hot for me, only a Deep Miner can smelt that !
  71. fighter:
  72. name: Fighter
  73. skills:
  74. gainMoneyOnKillCreature:
  75. - type: Sheep
  76. reward: 1
  77. hasnot: Only a fighter may wear this.
  78. wearItem:
  79. - id: 306,307,308,309
  80. hasnot: Only a fighter may wear this.
  81. players:
  82. Silverpath:
  83. professions: []
Add Comment
Please, Sign In to add comment