Advertisement
Guest User

Untitled

a guest
Aug 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "conditions": [
  5. {
  6. "condition": "random_chance",
  7. "chance": 1
  8. }
  9. ],
  10. "rolls": 1,
  11. "entries": [
  12. {
  13. "type": "item",
  14. "name": "minecraft:diamond_leggings",
  15. "weight": 1,
  16. "functions": [
  17. {
  18. "function": "set_nbt",
  19. "tag": "{display:{Name:\"{\"text\":\"Jambes d'Aghalas\"}\"},Enchantments:[{id:\"minecraft:protection\",lvl:4},{id:\"minecraft:unbreaking\",lvl:3}]}"
  20. }
  21. ]
  22. }
  23. ]
  24. },
  25. {
  26. "conditions": [
  27. {
  28. "condition": "random_chance",
  29. "chance": 1
  30. }
  31. ],
  32. "rolls": 1,
  33. "entries": [
  34. {
  35. "type": "item",
  36. "name": "minecraft:diamond_boots",
  37. "weight": 1,
  38. "functions": [
  39. {
  40. "function": "set_nbt",
  41. "tag": "{display:{Name:\"{\"text\":\"Bottes d'Aghalas\"}\"},Enchantments:[{id:\"minecraft:protection\",lvl:4},{id:\"minecraft:unbreaking\",lvl:3}]}"
  42. }
  43. ]
  44. }
  45. ]
  46. },
  47. {
  48. "conditions": [
  49. {
  50. "condition": "random_chance",
  51. "chance": 0.3
  52. }
  53. ],
  54. "rolls": 1,
  55. "entries": [
  56. {
  57. "type": "item",
  58. "name": "minecraft:diamond_chestplate",
  59. "weight": 1,
  60. "functions": [
  61. {
  62. "function": "set_nbt",
  63. "tag": "{display:{Name:\"{\"text\":\"Plastron d'Aghalas\"}\"},Enchantments:[{id:\"minecraft:protection\",lvl:4},{id:\"minecraft:blast_protection\",lvl:4},{id:\"minecraft:unbreaking\",lvl:3}],AttributeModifiers:[{AttributeName:\"generic.movementSpeed\",Name:\"generic.movementSpeed\",Amount:-0.25,Operation:0,UUIDLeast:123487,UUIDMost:417300,Slot:\"chest\"}]}"
  64. }
  65. ]
  66. }
  67. ]
  68. },
  69. {
  70. "conditions": [
  71. {
  72. "condition": "random_chance",
  73. "chance": 0.1
  74. }
  75. ],
  76. "rolls": 1,
  77. "entries": [
  78. {
  79. "type": "item",
  80. "name": "minecraft:diamond_axe",
  81. "weight": 1,
  82. "functions": [
  83. {
  84. "function": "set_nbt",
  85. "tag": "{display:{Name:\"{\"text\":\"Hache d'Aghalas\"}\"},Enchantments:[{id:\"minecraft:sharpness\",lvl:5},{id:\"minecraft:knockback\",lvl:2},{id:\"minecraft:fire_aspect\",lvl:2},{id:\"minecraft:unbreaking\",lvl:3}],AttributeModifiers:[{AttributeName:\"generic.maxHealth\",Name:\"generic.maxHealth\",Amount:8,Operation:0,UUIDLeast:45967,UUIDMost:35258,Slot:\"mainhand\"},{AttributeName:\"generic.movementSpeed\",Name:\"generic.movementSpeed\",Amount:-0.4,Operation:1,UUIDLeast:123487,UUIDMost:417300,Slot:\"mainhand\"}]}"
  86. }
  87. ]
  88. }
  89. ]
  90. }
  91. ]
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement