Advertisement
Guest User

Untitled

a guest
Jan 6th, 2021
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. 2JednorekiBibliotekarz:
  2. Id: GOLD_NUGGET
  3. Display: '<#696969><bold>Jednoręki Bibliotekarz<reset>'
  4. Amount: 1
  5. Lore:
  6. - ''
  7. - '&8&oKliknij prawym, aby uzyskać'
  8. - '&8&olosowy, tajemniczy przedmiot'
  9. - '&8&oprosto z biblioteki!'
  10. - '&c&LUWAGA! Przedmiot jednorazowy!'
  11. - ''
  12. - '&7&lPospolity Talizman'
  13. - ''
  14. - '&7Po godzinach, bibliotekarze z miasta'
  15. - '&7za pomocą hazardu wymieniają się'
  16. - '&7starożytną wiedzą.'
  17. - ''
  18. - '&8&lPoziom 2'
  19. - ''
  20. Skills:
  21. - randomskill{cd=5;skills=2DajNozyceCzasu,2DajOstrzeKlucznika,2DajBezkresnaTulaczke,2DajMiesoHeretyka,2DajChlebPowszedni} @Self ~onUse
  22. #ive tried putting skill{s=2DajNozyceCzasu} to see if that would break anything, but it still worked fine
  23.  
  24.  
  25. 2DajNozyceCzasu:
  26. Conditions:
  27. - hasinventoryspace{} true
  28. Skills:
  29. - giveitem{i=2NozyceCzasu;a=1}
  30. - consumeUsedItem
  31. 2DajOstrzeKlucznika:
  32. Conditions:
  33. - hasinventoryspace{} true
  34. Skills:
  35. - consumeUsedItem
  36. - giveitem{i=2OstrzeKlucznika;a=1}
  37. 2DajBezkresnaTulaczke:
  38. Conditions:
  39. - hasinventoryspace{} true
  40. Skills:
  41. - consumeUsedItem
  42. - giveitem{i=2BezkresnaTulaczka;a=1}
  43. 2DajMiesoHeretyka:
  44. Conditions:
  45. - hasinventoryspace{} true
  46. Skills:
  47. - consumeUsedItem
  48. - giveitem{i=2MiesoHeretyka;a=1}
  49. 2DajChlebPowszedni:
  50. Conditions:
  51. - hasinventoryspace{} true
  52. Skills:
  53. - consumeUsedItem
  54. - giveitem{i=2ChlebPowszedni;a=1}
  55.  
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement