Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. "name":"Alcimist",
  2. "head": {
  3. "name":"Sorting head",
  4. "item": "chainmail_helmet",
  5. "enchant": ["fire_protection"],
  6. "enchant_level": [2],
  7. "armor": 4,
  8. "lore": "You will be in Rave..., Triad",
  9. "health": 1,
  10. "attackSpeed": 0.1,
  11. "damage": 0.5,
  12. "moveSpeed": 0.1
  13. },
  14. "body": {
  15. "name":"Mithril",
  16. "item": "chain_chestplate",
  17. "enchant": ["protection, fire_protection"],
  18. "enchant_level": [1,2],
  19. "armor": 1,
  20. "lore": "No blade will penetrate",
  21. "health": 1,
  22. "attackSpeed": 0.1,
  23. "damage": 0.5,
  24. "moveSpeed": 0.1
  25. },
  26. "legs": {
  27. "name":"Smarter leggings",
  28. "item": "chain_leggings",
  29. "enchant": ["fire_protection"],
  30. "enchant_level": [2],
  31. "armor": 1,
  32. "lore": "This leggings owned Dumbledore",
  33. "health": 1,
  34. "attackSpeed": 0.1,
  35. "damage": 0.1,
  36. "moveSpeed": 0.1
  37. },
  38. "feets": {
  39. "name":"Alchemists boots",
  40. "item": "chain_boots",
  41. "enchant": ["fire_protection"],
  42. "enchant_level": [2],
  43. "armor": 1,
  44. "lore": "Boots are full of magic",
  45. "health": 1,
  46. "attackSpeed": 0.1,
  47. "damage": 0.1,
  48. "moveSpeed": 0.1
  49. },
  50. "weapon": {
  51. "name":"Magic wand",
  52. "item": "stick",
  53. "damage": 1,
  54. "enchant": ["flame", "sharpness"],
  55. "enchant_level": [2, 3],
  56. "lore": "Just a magic wand",
  57. "health": 1,
  58. "attackSpeed": 0.1,
  59. "moveSpeed": 0.1
  60.  
  61. }
  62. "inventory": [
  63. {
  64. "name":"Potion of speed",
  65. "item":"potion",
  66. "effect":"speed",
  67. "duration":5,
  68. "count": 5,
  69. "lore":"Fast as Fu** boiiii"}
  70. {
  71. "name":"Magic boost",
  72. "item":"ender_perel,
  73. "count": 1,
  74. "lore":"You dont know, what is happening around you"}
  75. {
  76. "name":"Potion of Healing",
  77. "item":"potion,
  78. "effect":"regeneration",
  79. "duration":6,
  80. "count": 2,
  81. "lore":"Strength of love"}
  82. ]
  83. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement