Advertisement
Rhisereld

Project Horizon RecipeManager Configuration (Medic)

Jan 12th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.67 KB | None | 0 0
  1. //NOVICE LEVEL
  2.  
  3. CRAFT bandage
  4. @permission otherdrops.custom.medic.novice, otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps a Novice Medic could help you.
  5. @displayresult first
  6. wool + wool + wool
  7. = paper:0:3
  8.   @permission otherdrops.custom.medic.novice
  9. = paper:0:6
  10.   @permission otherdrops.custom.medic.adept
  11. = paper:0:9
  12.   @permission otherdrops.custom.medic.expert
  13.  
  14. COMBINE morphine
  15. @permission otherdrops.custom.medic.novice, otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps a Novice Medic could help you.
  16. @displayresult first
  17. potion:0 + yellow_flower + red_rose
  18. = potion:8192:1
  19.   @permission otherdrops.custom.medic.novice
  20. = potion:8192:2
  21.   @permission otherdrops.custom.medic.adept
  22. = potion:8192:3
  23.   @permission otherdrops.custom.medic.expert
  24.  
  25. COMBINE antibiotics
  26. @permission otherdrops.custom.medic.novice, otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps a Novice Medic could help you.
  27. @displayresult first
  28. potion:0 + brown_mushroom + red_mushroom
  29. = potion:8193:1
  30.   @permission otherdrops.custom.medic.novice
  31. = potion:8257:1
  32.   @permission otherdrops.custom.medic.adept
  33. = potion:8257:2
  34.   @permission otherdrops.custom.medic.expert
  35.  
  36. COMBINE vaccine
  37. @permission otherdrops.custom.medic.novice, otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps a Novice Medic could help you.
  38. @displayresult first
  39. potion:0 + red_rose + sugar_cane
  40. = potion:16:1
  41.   @permission otherdrops.custom.medic.novice
  42. = potion:16:2
  43.   @permission otherdrops.custom.medic.adept
  44. = potion:16:3
  45.   @permission otherdrops.custom.medic.expert
  46.  
  47. COMBINE localAnaesthetic
  48. @permission otherdrops.custom.medic.novice, otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps a Novice Medic could help you.
  49. @displayresult first
  50. potion:0 + red_mushroom + raw_fish:3
  51. = potion:31:1
  52.   @permission otherdrops.custom.medic.novice
  53. = potion:31:2
  54.   @permission otherdrops.custom.medic.adept
  55. = potion:31:3
  56.   @permission otherdrops.custom.medic.expert
  57.  
  58. COMBINE antidepressant
  59. @permission otherdrops.custom.medic.novice, otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps a Novice Medic could help you.
  60. @displayresult first
  61. potion:0 + yellow_flower + brown_mushroom
  62. = potion:32:1
  63.   @permission otherdrops.custom.medic.novice
  64. = potion:32:2
  65.   @permission otherdrops.custom.medic.adept
  66. = potion:32:3
  67.   @permission otherdrops.custom.medic.expert
  68.  
  69.  
  70. //ADEPT LEVEL
  71.  
  72. COMBINE crystal
  73. @permission otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Adept Medic could help you.
  74. @displayresult first
  75. potion:0 + speckled_melon + brown_mushroom
  76. = potion:8194:1
  77.   @permission otherdrops.custom.medic.adept
  78. = potion:8258:1
  79.   @permission otherdrops.custom.medic.expert
  80.  
  81. COMBINE steroid
  82. @permission otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Adept Medic could help you.
  83. @displayresult first
  84. potion:0 + speckled_melon + red_rose
  85. = potion:8201:1
  86.   @permission otherdrops.custom.medic.adept
  87. = potion:8265:1
  88.   @permission otherdrops.custom.medic.expert
  89.  
  90. COMBINE einsberg
  91. @permission otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Adept Medic could help you.
  92. @displayresult first
  93. potion:0 + raw_fish:3 + yellow_flower
  94. = potion:15:1
  95.   @permission otherdrops.custom.medic.adept
  96. = potion:15:2
  97.   @permission otherdrops.custom.medic.expert
  98.  
  99. COMBINE imatinib
  100. @permission otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Adept Medic could help you.
  101. @displayresult first
  102. potion:0 + speckled_melon + red_mushroom
  103. = potion:23:1
  104.   @permission otherdrops.custom.medic.adept
  105. = potion:23:2
  106.   @permission otherdrops.custom.medic.expert
  107.  
  108. COMBINE coagulationEnhancer
  109. @permission otherdrops.custom.medic.adept, otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Adept Medic could help you.
  110. @displayresult first
  111. potion:0 + sugar_cane + brown_mushroom
  112. = potion:8230:1
  113.   @permission otherdrops.custom.medic.adept
  114. = potion:8262:1
  115.   @permission otherdrops.custom.medic.expert
  116.  
  117. //EXPERT LEVEL
  118.  
  119. //lethal injection
  120. //potassium cyanide
  121. //sodium pentothal
  122. //adrenaline
  123.  
  124. COMBINE lethalInjection
  125. @permission otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Expert Medic could help you.
  126. @displayresult first
  127. potion:0 + speckled_melon + raw_fish:3
  128. = potion:7:1
  129.   @permission otherdrops.custom.medic.expert
  130.  
  131. COMBINE potassiumCyanide
  132. @permission otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Expert Medic could help you.
  133. @displayresult first
  134. potion:0 + speckled_melon + sugar_cane
  135. = potion:63:1
  136.   @permission otherdrops.custom.medic.expert
  137.  
  138. COMBINE immunosuppressant
  139. @permission otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Expert Medic could help you.
  140. @displayresult first
  141. potion:0 + raw_fish:3 + brown_mushroom
  142. = potion:47:1
  143.   @permission otherdrops.custom.medic.expert
  144.  
  145. COMBINE adrenaline
  146. @permission otherdrops.custom.medic.expert | <yellow>You're not sure how to make this. Perhaps an Expert Medic could help you.
  147. @displayresult first
  148. potion:0 + red_rose + raw_fish:3
  149. = potion:8229:1
  150.   @permission otherdrops.custom.medic.expert
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement