Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. #Food:
  2. # Tasty_Diamond_Chestplate: //custom display name for the item
  3. # ItemID: '311' //item id of a diamond chestplate
  4. # health: '500' // ammount of healling it does total
  5. # time: '12' //ammount of seconds it takes to get the full healling
  6. Food:
  7. Bread: Crunchy_Bread
  8. ItemID: 297
  9. health: 10
  10. time: 12
  11. Food Buff: Haste
  12. Buff Duration: 60
  13. Buff Amp: 1
  14. Porkchop: Tasty_Porkchop
  15. ItemID: 320
  16. health: 30
  17. time: 16
  18. Food Buff: Jump_Boost
  19. Buff Duration: 60
  20. Buff Amp: 2
  21. Steak: Juicy_Steak
  22. ItemID: 364
  23. health: 30
  24. time: 16
  25. Food Buff: Strength
  26. Buff Duration: 60
  27. Buff Amp: 1
  28. RawPorkchop: Uncooked_Porkchop
  29. ItemID: 319
  30. health: 5
  31. time: 3
  32. Food Buff: Weakness
  33. Buff Duration: 60
  34. Buff Amp: 3
  35. RawSteak: Uncooked_Steak
  36. ItemID: 363
  37. health: 5
  38. time: 3
  39. Food Buff: Blindness
  40. Buff Duration: 30
  41. Buff Amp: 3
  42. Chicken: Tasty_Chicken
  43. ItemID: 366
  44. health: 25
  45. time: 12
  46. Food Buff: Speed
  47. Buff Duration: 60
  48. Buff Amp: 3
  49. RawChicken: Uncooked_Chicken
  50. ItemID: 365
  51. health: 3
  52. time: 3
  53. Food Buff: Poison
  54. Buff Duration: 15
  55. Buff Amp: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement