Advertisement
Guest User

iProfessions example

a guest
Oct 2nd, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 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 how to smelt this item.
  23. craftItem:
  24. - id: 50,58,268,269,270,271,290
  25. hasnot: Only a Digger knows how to craft this item
  26. placeBlock:
  27. - id: 50
  28. hasnot: Only a Digger knows how to build using this item.
  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: Only a Miner knows how to smelt this item.
  44. craftItem:
  45. - id: 98
  46. hasnot: Only a Miner knows how to craft this item
  47. placeBlock:
  48. - id: 58
  49. hasnot: Only a Miner knows how to build using this item.
  50. gainMoneyOnBreakBlock:
  51. - id: 1,16,24
  52. reward: 1000
  53. gainMoneyOnKillCreature:
  54. - type: Cow
  55. reward: 100
  56. hasnot: Too bad your not a Miner you might have gotten paid for doing this.
  57. delver:
  58. name: Deep Miner
  59. price: 1000
  60. parent: miner
  61. skills:
  62. breakBlock:
  63. - id: 14,15
  64. hasnot: This block is too strong, only a Deep Miner can break it !
  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: Only a Deep Miner knows how to smelt this item.
  71. fighter:
  72. name: Fighter
  73. skills:
  74. gainMoneyOnKillCreature:
  75. - type: SHEEP
  76. reward: 1
  77. hasnot: Too bad your not a Fighter you might have gotten paid for doing this.
  78. wearItem:
  79. - id: 298,299,300,301
  80. hasnot: Only a fighter may wear this.
  81. fighter2:
  82. name: Fighter2
  83. parent: fighter
  84. skills:
  85. gainMoneyOnKillCreature:
  86. - type: COW
  87. reward: 1
  88. hasnot: Too bad your not a Fighter2 you might have gotten paid for doing this.
  89. wearItem:
  90. - id: 306,307,308,309
  91. hasnot: Only a fighter2 may wear this.
  92. fighter3:
  93. name: Fighter3
  94. parent: fighter2
  95. skills:
  96. gainMoneyOnKillCreature:
  97. - type: PIG
  98. reward: 1
  99. hasnot: Too bad your not a Fighter3 you might have gotten paid for doing this.
  100. wearItem:
  101. - id: 314,315,316,317
  102. hasnot: Only a fighter3 may wear this.
  103. players:
  104. Silverpath:
  105. professions: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement