Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.67 KB | None | 0 0
  1. #----------------------------------------------------------------------------------------------
  2. # Welcome to EliteArmor
  3. # Created by Splodgebox
  4.  
  5. # Effects:
  6. # Damage: Increase damage done by player
  7. # Bow_Damage: Allows player to inflict more damage with bows
  8. # Dura: Decrease durability damage
  9. # Dura_Damage: Increase the amount of durability damage done (Weapons Only)
  10. # Fall_Damage: Ignore Fall Damage
  11. # Reduction: Decrease damage done by players
  12. # EXP: Increase amount of exp gained by mobs
  13. # Smite: Spawn a 3x3 lightning strike on attackers
  14. # Suffocation: Spawn blocks out of the sky to suffocate enemies (Configurable in config.yml)
  15. # Push_Away: Push attackers away Push_Away:(Amount_Of_Blocks)
  16. # Hunger_Loss: Makes players avoid hunger loss
  17. # Fly: Allows player to fly
  18. # Trap: Make attackers immobilised
  19. # Teleport: Teleport behind attacker
  20. #
  21. # HOW TO CREATE HEROIC_ARMOR
  22. # Chestplate:
  23. # Enchants:
  24. # - 'PROTECTION_ENVIRONMENTAL:4'
  25. # - 'DURABILITY:3'
  26. # Material: "HEROIC_CHESTPLATE"
  27. # Data: 0
  28. # Name: "&c&lHeroic Chestplate"
  29. # Lore:
  30. # - '&cLegendary chestplate that is stronger'
  31. # - '&cThan diamond!'
  32. #----------------------------------------------------------------------------------------------
  33.  
  34. Armor:
  35. Elite: # Name of Set
  36. Apply_Message: "&aYou have applied the &c&lElite &aSet"
  37. Effects:
  38. - "Damage:1.25" # Effect:Percentage
  39. # Available Effects: "Reduction", "Damage", "EXP", "Smite", "Suffocation", "Push_Away", "Hunger_Loss", "Fly", "Bow_Damage"
  40. # Percentage is using percentage multipliers, 1.25 = 25%
  41. # However If you are using Smite or Suffocation this is the percentage of it triggering
  42. # Therefore 50 would be a 50% chance of it activating
  43. Potion: [] # Create your own list of potions you want applied when the set is on
  44. #- 'SPEED:4'
  45. Upgrade:
  46. Material: "INK_SACK"
  47. Data: 11
  48. Name: "&e&lHeroic (&c&lElite&e&l) Upgrade"
  49. Lore:
  50. - '&7Apply to any &c&lElite &7armor'
  51. - '&7for a &6%percent%% &7chance to imbue it'
  52. - '&7with the power of Heroic Armor'
  53. Weapon:
  54. Effects:
  55. - 'Damage:1.1'
  56. Enchants:
  57. - 'DAMAGE_ALL:4' # When adding an enchantment you want to do the following
  58. - 'DURABILITY:3' # 'Enchantment:Level'
  59. Material: "DIAMOND_SWORD" # Only change the type of armor not the item or it will not work
  60. Name: "&c&lElite Scythe"
  61. Lore:
  62. - '&7An eerie blade designed to'
  63. - '&7cut through anything'
  64. - ''
  65. - '&c&lElite WEAPON BONUS'
  66. - '&cDeal +10% damage to all enemies.'
  67. - '&7&o(Requires all 4 phantom set items.)'
  68. Helmet:
  69. Enchants:
  70. - 'PROTECTION_ENVIRONMENTAL:4' # When adding an enchantment you want to do the following
  71. - 'DURABILITY:3' # 'Enchantment:Level'
  72. Material: "DIAMOND_HELMET" # Only change the type of armor not the item or it will not work
  73. Data: 0
  74. Name: "&c&lElite Hood"
  75. Lore:
  76. - '&cThe fabled hood of the phantom'
  77. - ''
  78. - '&c&lElite SET BONUS'
  79. - '&cDeal +25% damage to all enemies.'
  80. - '&7&o(Requires all 4 phantom items.)'
  81. Chestplate:
  82. Enchants:
  83. - 'PROTECTION_ENVIRONMENTAL:4'
  84. - 'DURABILITY:3'
  85. Material: "DIAMOND_CHESTPLATE"
  86. Data: 0
  87. Name: "&c&lElite Shroud"
  88. Lore:
  89. - '&cThe legendary shroud of the Phantom.'
  90. - ''
  91. - '&c&lPHANTOM SET BONUS'
  92. - '&cDeal +25% damage to all enemies.'
  93. - '&7&o(Requires all 4 phantom items.)'
  94. Leggings:
  95. Enchants:
  96. - 'PROTECTION_ENVIRONMENTAL:4'
  97. - 'DURABILITY:3'
  98. Material: "DIAMOND_LEGGINGS"
  99. Data: 0
  100. Name: "&c&lElite Robeset"
  101. Lore:
  102. - '&cThe demonic robe of the Phantom.'
  103. - ''
  104. - '&c&lElite SET BONUS'
  105. - '&cDeal +25% damage to all enemies.'
  106. - '&7&o(Requires all 4 phantom items.)'
  107. Boots:
  108. Enchants:
  109. - 'PROTECTION_ENVIRONMENTAL:4'
  110. - 'DURABILITY:3'
  111. Material: "DIAMOND_BOOTS"
  112. Data: 0
  113. Name: "&c&lElite Sandals"
  114. Lore:
  115. - '&cThe silent sandals of the Phantom.'
  116. - ''
  117. - '&c&lElite SET BONUS'
  118. - '&cDeal +25% damage to all enemies.'
  119. - '&7&o(Requires all 4 phantom items.)'
  120. ####################################################################
  121. King:
  122. Apply_Message: "&aYou have applied the &b&lKing &aSet"
  123. Effects:
  124. - "Damage:1.1"
  125. - "Reduction:0.9"
  126. Potion: []
  127. Upgrade:
  128. Material: "INK_SACK"
  129. Data: 11
  130. Name: "&e&lHeroic (&b&lKing&e&l) Upgrade"
  131. Lore:
  132. - '&7Apply to any &b&lKing &7armor'
  133. - '&7for a &6%percent%% &7chance to imbue it'
  134. - '&7with the power of Heroic Armor'
  135. Helmet:
  136. Enchants:
  137. - 'PROTECTION_ENVIRONMENTAL:4'
  138. - 'DURABILITY:3'
  139. Material: "DIAMOND_HELMET"
  140. Data: 0
  141. Name: "&b&lKing Facemask"
  142. Lore:
  143. - '&bThe savage mask of the King.'
  144. - ''
  145. - '&b&lKing SET BONUS'
  146. - '&b* Deal +10% damage to all enemies.'
  147. - '&b* Enemies deal 10% less damage to you.'
  148. - '&7&o(Requires all 4 King items.)'
  149. Chestplate:
  150. Enchants:
  151. - 'PROTECTION_ENVIRONMENTAL:4'
  152. - 'DURABILITY:3'
  153. Material: "DIAMOND_CHESTPLATE"
  154. Data: 0
  155. Name: "&b&lBloody King Torso"
  156. Lore:
  157. - '&bThe impermeable chestplate of the King.'
  158. - ''
  159. - '&b&lKing SET BONUS'
  160. - '&b* Deal +10% damage to all enemies.'
  161. - '&b* Enemies deal 10% less damage to you.'
  162. - '&7&o(Requires all 4 King items.)'
  163. Leggings:
  164. Enchants:
  165. - 'PROTECTION_ENVIRONMENTAL:4'
  166. - 'DURABILITY:3'
  167. Material: "DIAMOND_LEGGINGS"
  168. Data: 0
  169. Name: "&b&lFuzzy King Leggings"
  170. Lore:
  171. - '&bThe cozy yet monstrous legs of the King.'
  172. - ''
  173. - '&b&lKing SET BONUS'
  174. - '&b* Deal +10% damage to all enemies.'
  175. - '&b* Enemies deal 10% less damage to you.'
  176. - '&7&o(Requires all 4 King items.)'
  177. Boots:
  178. Enchants:
  179. - 'PROTECTION_ENVIRONMENTAL:4'
  180. - 'DURABILITY:3'
  181. Material: "DIAMOND_BOOTS"
  182. Data: 0
  183. Name: "&b&lBig-King Boots"
  184. Lore:
  185. - '&bBigfoot has nothing on these boots.'
  186. - ''
  187. - '&b&lKing SET BONUS'
  188. - '&b* Deal +10% damage to all enemies.'
  189. - '&b* Enemies deal 10% less damage to you.'
  190. - '&7&o(Requires all 4 King items.)'
  191. ####################################################################
  192. Queen:
  193. Apply_Message: "&aYou have applied the &f&lQueen &aSet"
  194. Effects:
  195. - "Reduction:0.7"
  196. - "Smite:10"
  197. Potion: []
  198. Upgrade:
  199. Material: "INK_SACK"
  200. Data: 11
  201. Name: "&e&lHeroic (&f&lQueen&e&l) Upgrade"
  202. Lore:
  203. - '&7Apply to any &f&lQueen &7armor'
  204. - '&7for a &6%percent%% &7chance to imbue it'
  205. - '&7with the power of Heroic Armor'
  206. Helmet:
  207. Enchants:
  208. - 'PROTECTION_ENVIRONMENTAL:4'
  209. - 'DURABILITY:3'
  210. Material: "DIAMOND_HELMET"
  211. Data: 0
  212. Name: "&f&lMask of Queen the Destroyer of Worlds"
  213. Lore:
  214. - '&fThe god-mask of Queen, imbued with'
  215. - '&fthe power of absolute destruction.'
  216. - ''
  217. - '&f&lQueen SET BONUS'
  218. - '&F* Enemies deal 30% less damage to you.'
  219. - '&f* Revenge of Queen Passive Ability'
  220. - '&7&o(Requires all four Queen items)'
  221. Chestplate:
  222. Enchants:
  223. - 'PROTECTION_ENVIRONMENTAL:4'
  224. - 'DURABILITY:3'
  225. Material: "DIAMOND_CHESTPLATE"
  226. Data: 0
  227. Name: "&f&lMantel of Queen the Destroyer of Worlds"
  228. Lore:
  229. - '&fThe forbidden mantel of Queen'
  230. - '&fwoven from the dust of fallen stars'
  231. - ''
  232. - '&f&lQueen SET BONUS'
  233. - '&F* Enemies deal 30% less damage to you.'
  234. - '&f* Revenge of Queen Passive Ability'
  235. - '&7&o(Requires all four Queen items)'
  236. Leggings:
  237. Enchants:
  238. - 'PROTECTION_ENVIRONMENTAL:4'
  239. - 'DURABILITY:3'
  240. Material: "DIAMOND_LEGGINGS"
  241. Data: 0
  242. Name: "&f&lRobset of Queen the Destroyer of Worlds"
  243. Lore:
  244. - '&fThe fabled robes of Queen'
  245. - '&fhalf angelic, half demonic'
  246. - ''
  247. - '&f&lQueen SET BONUS'
  248. - '&F* Enemies deal 30% less damage to you.'
  249. - '&f* Revenge of Queen Passive Ability'
  250. - '&7&o(Requires all four Queen items)'
  251. Boots:
  252. Enchants:
  253. - 'PROTECTION_ENVIRONMENTAL:4'
  254. - 'DURABILITY:3'
  255. Material: "DIAMOND_BOOTS"
  256. Data: 0
  257. Name: "&f&lFootwraps of Queen the Destroyer of Worlds"
  258. Lore:
  259. - '&fLight as a feather, heavy as'
  260. - '&fa mountain - the footwraps of Queen'
  261. - ''
  262. - '&f&lQueen SET BONUS'
  263. - '&F* Enemies deal 30% less damage to you.'
  264. - '&f* Revenge of Queen Passive Ability'
  265. - '&7&o(Requires all four Queen items)'
  266. ####################################################################
  267. Hero:
  268. Apply_Message: "&aYou have applied the &5&lHero &aSet"
  269. Effects:
  270. - "Damage:1.3"
  271. - "Suffocation:5"
  272. Potion: []
  273. Upgrade:
  274. Material: "INK_SACK"
  275. Data: 11
  276. Name: "&e&lHeroic (&5&lHero&e&l) Upgrade"
  277. Lore:
  278. - '&7Apply to any &5&lHero &7armor'
  279. - '&7for a &6%percent%% &7chance to imbue it'
  280. - '&7with the power of Heroic Armor'
  281. Helmet:
  282. Enchants:
  283. - 'PROTECTION_ENVIRONMENTAL:4'
  284. - 'DURABILITY:3'
  285. Material: "DIAMOND_HELMET"
  286. Data: 0
  287. Name: "&5&lInterdimensional Hood"
  288. Lore:
  289. - '&7A hood that fades in and out'
  290. - '&7Existance inside the dimension of the owner'
  291. - ''
  292. - '&5&lHero SET BONUS"'
  293. - '&D* You deal 30% more damage.'
  294. - '&D* Dimensional Shift Passive Ability'
  295. - '&7&o(Requires all four Hero items)'
  296. Chestplate:
  297. Enchants:
  298. - 'PROTECTION_ENVIRONMENTAL:4'
  299. - 'DURABILITY:3'
  300. Material: "DIAMOND_CHESTPLATE"
  301. Data: 0
  302. Name: "&5&lChestplate of Ad Infinitum"
  303. Lore:
  304. - '&7A cross-dimensional chestplate'
  305. - '&7with impossibly infinite density'
  306. - '&7and defensive properties.'
  307. - ''
  308. - '&5&lHero SET BONUS"'
  309. - '&D* You deal 30% more damage.'
  310. - '&D* Dimensional Shift Passive Ability'
  311. - '&7&o(Requires all four Hero items)'
  312. Leggings:
  313. Enchants:
  314. - 'PROTECTION_ENVIRONMENTAL:4'
  315. - 'DURABILITY:3'
  316. Material: "DIAMOND_LEGGINGS"
  317. Data: 0
  318. Name: "&5&lTimeless Robes"
  319. Lore:
  320. - '&7Robes that evade the 4th dimension'
  321. - '&7are in a state of constant existence'
  322. - '&7cross all planets of reality.'
  323. - ''
  324. - '&5&lHero SET BONUS"'
  325. - '&D* You deal 30% more damage.'
  326. - '&D* Dimensional Shift Passive Ability'
  327. - '&7&o(Requires all four Hero items)'
  328. Boots:
  329. Enchants:
  330. - 'PROTECTION_ENVIRONMENTAL:4'
  331. - 'DURABILITY:3'
  332. Material: "DIAMOND_BOOTS"
  333. Data: 0
  334. Name: "&5&lWarp Speed Sandals"
  335. Lore:
  336. - '&7Sandals capable of breaking through'
  337. - '&7dimensional barriers to allow the barer'
  338. - '&7to preform impossible feats.'
  339. - ''
  340. - '&5&lHero SET BONUS"'
  341. - '&D* You deal 30% more damage.'
  342. - '&D* Dimensional Shift Passive Ability'
  343. - '&7&o(Requires all four Hero items)'
  344. ####################################################################
  345. Serendipity:
  346. Apply_Message: "&aYou have applied the &4&lSerendipity &aSet"
  347. Effects:
  348. - "Fall_Damage:0"
  349. - "Damage:1.15"
  350. - "Hunger_Loss:0"
  351. - "Fly:0"
  352. Potion:
  353. - "SPEED:4"
  354. Upgrade:
  355. Material: "INK_SACK"
  356. Data: 11
  357. Name: "&e&lHeroic (&4&lSerendipity&e&l) Upgrade"
  358. Lore:
  359. - '&7Apply to any &4&lSerendipity &7armor'
  360. - '&7for a &6%percent%% &7chance to imbue it'
  361. - '&7with the power of Heroic Armor'
  362. Helmet:
  363. Enchants:
  364. - 'PROTECTION_ENVIRONMENTAL:4'
  365. - 'DURABILITY:3'
  366. Material: "DIAMOND_HELMET"
  367. Data: 0
  368. Name: "&4&lSerendipity Headgear"
  369. Lore:
  370. - '&4A lightweight headpiece fit for take off.'
  371. - ''
  372. - '&4&lSerendipity SET BONUS'
  373. - '&4* Gears IV'
  374. - '&4* No Fall Damage'
  375. - '&4* No Food Loss'
  376. - '&4* Deal +15% damage to all enemies'
  377. - '&4* +200% Clout'
  378. Chestplate:
  379. Enchants:
  380. - 'PROTECTION_ENVIRONMENTAL:4'
  381. - 'DURABILITY:3'
  382. Material: "DIAMOND_CHESTPLATE"
  383. Data: 0
  384. Name: "&4&lSerendipity Vest"
  385. Lore:
  386. - '&4An aerodynamic vest that is capable of sustaining flight.'
  387. - ''
  388. - '&4&lSerendipity SET BONUS'
  389. - '&4* Gears IV'
  390. - '&4* No Fall Damage'
  391. - '&4* No Food Loss'
  392. - '&4* Deal +15% damage to all enemies'
  393. - '&4* +200% Clout'
  394. Leggings:
  395. Enchants:
  396. - 'PROTECTION_ENVIRONMENTAL:4'
  397. - 'DURABILITY:3'
  398. Material: "DIAMOND_LEGGINGS"
  399. Data: 0
  400. Name: "&4&lSerendipity Chaps"
  401. Lore:
  402. - '&4Lightweight and clout powered,'
  403. - '&4provides enough thrust to boost even the most feeble into the skies.'
  404. - ''
  405. - '&4&lSerendipity SET BONUS'
  406. - '&4* Gears IV'
  407. - '&4* No Fall Damage'
  408. - '&4* No Food Loss'
  409. - '&4* Deal +15% damage to all enemies'
  410. - '&4* +200% Clout'
  411. Boots:
  412. Enchants:
  413. - 'PROTECTION_ENVIRONMENTAL:4'
  414. - 'DURABILITY:3'
  415. Material: "DIAMOND_BOOTS"
  416. Data: 0
  417. Name: "&4&lSerendipity Thruster Boots"
  418. Lore:
  419. - '&4Serendipity boots capable of converting clout into flight.'
  420. - ''
  421. - '&4&lSerendipity SET BONUS'
  422. - '&4* Gears IV'
  423. - '&4* No Fall Damage'
  424. - '&4* No Food Loss'
  425. - '&4* Deal +15% damage to all enemies'
  426. - '&4* +200% Clout'
  427. Euphoria:
  428. Apply_Message: "&aYou have applied the &b&lEuphoria &aSet"
  429. Effects:
  430. - "Damage:1.3"
  431. - "Push_Away:3"
  432. Potion: []
  433. Upgrade:
  434. Material: "INK_SACK"
  435. Data: 11
  436. Name: "&e&lHeroic (&b&lEuphoria&e&l) Upgrade"
  437. Lore:
  438. - '&7Apply to any &b&lEuphoria &7armor'
  439. - '&7for a &6%percent%% &7chance to imbue it'
  440. - '&7with the power of Heroic Armor'
  441. Weapon:
  442. Effects:
  443. - 'Damage:1.1'
  444. Enchants:
  445. - 'DAMAGE_ALL:4'
  446. - 'DURABILITY:3'
  447. Material: "DIAMOND_SWORD"
  448. Name: "&b&lEuphoric Dagger"
  449. Lore:
  450. - '&7A sharp dagger designed to'
  451. - '&7cut through anything'
  452. - ''
  453. - '&b&lEUPHORIA WEAPON BONUS'
  454. - '&bDeal +10% damage to all enemies.'
  455. - '&7&o(Requires all 4 Euphoria set items.)'
  456. Helmet:
  457. Enchants:
  458. - 'PROTECTION_ENVIRONMENTAL:4'
  459. - 'DURABILITY:3'
  460. Material: "DIAMOND_HELMET"
  461. Data: 0
  462. Name: "&b&lEuphoric Cap"
  463. Lore:
  464. - '&7A comfortable cap'
  465. - ''
  466. - '&b&lEUPHORIA SET BONUS"'
  467. - '&D* Push away your enemies.'
  468. - '&D* Dimensional Shift Passive Ability'
  469. - '&7&o(Requires all four Euphoria items)'
  470. Chestplate:
  471. Enchants:
  472. - 'PROTECTION_ENVIRONMENTAL:4'
  473. - 'DURABILITY:3'
  474. Material: "DIAMOND_CHESTPLATE"
  475. Data: 0
  476. Name: "&b&lEuphoric Jacket"
  477. Lore:
  478. - '&7A nice jacket to put you in a good mood'
  479. - ''
  480. - '&b&lEUPHORIA SET BONUS"'
  481. - '&D* Push away your enemies'
  482. - '&7&o(Requires all four Euphoria items)'
  483. Leggings:
  484. Enchants:
  485. - 'PROTECTION_ENVIRONMENTAL:4'
  486. - 'DURABILITY:3'
  487. Material: "DIAMOND_LEGGINGS"
  488. Data: 0
  489. Name: "&b&lEuphoric Leggings"
  490. Lore:
  491. - '&7You can move around swell with these on!'
  492. - ''
  493. - '&b&lEUPHORIA SET BONUS"'
  494. - '&D* Push away your enemies'
  495. - '&7&o(Requires all four Euphoria items)'
  496. Boots:
  497. Enchants:
  498. - 'PROTECTION_ENVIRONMENTAL:4'
  499. - 'DURABILITY:3'
  500. Material: "DIAMOND_BOOTS"
  501. Data: 0
  502. Name: "&b&lEuphoric Boots"
  503. Lore:
  504. - '&7What a nice pair of boots! They match your jacket!'
  505. - ''
  506. - '&b&lEUPHORIA SET BONUS"'
  507. - '&D* Push away your enemies'
  508. - '&7&o(Requires all four Euphoria items)'
  509. Singularity:
  510. Apply_Message: "&aYou have applied the &5&lSingularity &aSet"
  511. Effects:
  512. - "Damage:1.3"
  513. - "Suffocation:5"
  514. Potion: []
  515. Upgrade:
  516. Material: "INK_SACK"
  517. Data: 11
  518. Name: "&e&lHeroic (&5&lSingularity&e&l) Upgrade"
  519. Lore:
  520. - '&7Apply to any &5&lSingularity &7armor'
  521. - '&7for a &6%percent%% &7chance to imbue it'
  522. - '&7with the power of Heroic Armor'
  523. Weapon:
  524. Effects:
  525. - 'Damage:1.1'
  526. Enchants:
  527. - 'DAMAGE_ALL:4'
  528. - 'DURABILITY:3'
  529. Material: "DIAMOND_SWORD"
  530. Name: "&5&lDagger of Singularity"
  531. Lore:
  532. - '&7A sharp dagger designed to'
  533. - '&7cut through anything'
  534. - ''
  535. - '&5&lSINGULARITY WEAPON BONUS'
  536. - '&5Deal +10% damage to all enemies.'
  537. - '&7&o(Requires all 4 Elite set items.)'
  538. Helmet:
  539. Enchants:
  540. - 'PROTECTION_ENVIRONMENTAL:4'
  541. - 'DURABILITY:3'
  542. Material: "DIAMOND_HELMET"
  543. Data: 0
  544. Name: "&5&lSingularity Hood"
  545. Lore:
  546. - '&7A hood that fades in and out'
  547. - '&7Existance inside the dimension of the owner'
  548. - ''
  549. - '&5&lSINGULARITY SET BONUS"'
  550. - '&D* You deal 30% more damage.'
  551. - '&D* Dimensional Shift Passive Ability'
  552. - '&7&o(Requires all four Singularity items)'
  553. Chestplate:
  554. Enchants:
  555. - 'PROTECTION_ENVIRONMENTAL:4'
  556. - 'DURABILITY:3'
  557. Material: "DIAMOND_CHESTPLATE"
  558. Data: 0
  559. Name: "&5&lSingularity Chestplate"
  560. Lore:
  561. - '&7A cross-dimensional chestplate'
  562. - '&7with impossibly infinite density'
  563. - '&7and defensive properties.'
  564. - ''
  565. - '&5&lSINGULARITY SET BONUS"'
  566. - '&D* You deal 30% more damage.'
  567. - '&D* Dimensional Shift Passive Ability'
  568. - '&7&o(Requires all four Singularity items)'
  569. Leggings:
  570. Enchants:
  571. - 'PROTECTION_ENVIRONMENTAL:4'
  572. - 'DURABILITY:3'
  573. Material: "DIAMOND_LEGGINGS"
  574. Data: 0
  575. Name: "&5&lSingularity Robes"
  576. Lore:
  577. - '&7Robes that evade the 4th dimension'
  578. - '&7are in a state of constant existence'
  579. - '&7cross all planets of reality.'
  580. - ''
  581. - '&5&lSINGULARITY SET BONUS"'
  582. - '&D* You deal 30% more damage.'
  583. - '&D* Dimensional Shift Passive Ability'
  584. - '&7&o(Requires all four Singularity items)'
  585. Boots:
  586. Enchants:
  587. - 'PROTECTION_ENVIRONMENTAL:4'
  588. - 'DURABILITY:3'
  589. Material: "DIAMOND_BOOTS"
  590. Data: 0
  591. Name: "&5&lSingularity Shoes"
  592. Lore:
  593. - '&7Sandals capable of breaking through'
  594. - '&7dimensional barriers to allow the barer'
  595. - '&7to preform impossible feats.'
  596. - ''
  597. - '&5&lSINGULARITY SET BONUS"'
  598. - '&D* You deal 30% more damage.'
  599. - '&D* Dimensional Shift Passive Ability'
  600. - '&7&o(Requires all four Singularity items)'
  601. # Epiphany:
  602. # Apply_Message: "&aYou have applied the &e&lEpiphany &aSet"
  603. # Effects:
  604. # - "Damage:1.3"
  605. # - "Fly"
  606. # Potion: []
  607. # Upgrade:
  608. # Material: "INK_SACK"
  609. # Data: 11
  610. # Name: "&e&lHeroic (&7&lEpiphany&7&l) Upgrade"
  611. # Lore:
  612. # - '&7Apply to any &e&lEpiphany &7armor'
  613. # - '&7for a &6%percent%% &7chance to imbue it'
  614. # - '&7with the power of Heroic Armor'
  615. # Weapon:
  616. # Effects:
  617. # - 'Damage:1.4'
  618. # - 'Smite'
  619. # Enchants:
  620. # - 'DAMAGE_ALL:4'
  621. # - 'DURABILITY:3'
  622. # Material: "DIAMOND_SWORD"
  623. # Name: "&7&lDeicate Blade of Epiphany"
  624. # Lore:
  625. # - '&7A sharp blade designed to'
  626. # - '&7cut through anything'
  627. # - ''
  628. # - '&7&lEpiphany WEAPON BONUS'
  629. # - '&7Wanna knock someone off the edge? Roger that.'
  630. # - '&7&o(Requires all 4 Serendipity set items.)'
  631. # Helmet:
  632. # Enchants:
  633. # - 'PROTECTION_ENVIRONMENTAL:4'
  634. # - 'DURABILITY:3'
  635. # Material: "DIAMOND_HELMET"
  636. # Data: 0
  637. # Name: "&e&lEpiphany Top Hat"
  638. # Lore:
  639. # - '&7A A top hat that makes you look stylish'
  640. # - '&7Existance inside the dimension of the owner'
  641. # - ''
  642. # - '&e&lPIPHANY SET BONUS"'
  643. # - '&e* Maybe I, I can never fly'
  644. # - '&e* Dimensional Shift Passive Ability'
  645. # - '&7&o(Requires all four Serendipity items)'
  646. # Chestplate:
  647. # Enchants:
  648. # - 'PROTECTION_ENVIRONMENTAL:4'
  649. # - 'DURABILITY:3'
  650. # Material: "DIAMOND_CHESTPLATE"
  651. # Data: 0
  652. # Name: "&e&lEpiphany Suit"
  653. # Lore:
  654. # - '&7Is my lad goin on a date'
  655. # - '&7with the most stunning'
  656. # - '&7Queen of all eternity?'
  657. # - ''
  658. # - '&7&lEpiphany SET BONUS"'
  659. # - '&e* No fall damage'
  660. # - '&e* Dimensional Shift Passive Ability'
  661. # - '&7&o(Requires all four Serendipity items)'
  662. # Leggings:
  663. # Enchants:
  664. # - 'PROTECTION_ENVIRONMENTAL:4'
  665. # - 'DURABILITY:3'
  666. # Material: "DIAMOND_LEGGINGS"
  667. # Data: 0
  668. # Name: "&e&lEpiphany Pants"
  669. # Lore:
  670. # - '&7Suit would go SWELL with your nice little top hat'
  671. # - '&7and make sure to'
  672. # - '&7your boots!'
  673. # - ''
  674. # - '&7&lEpiphany SET BONUS"'
  675. # - '&e* No fall damage'
  676. # - '&e* Dimensional Shift Passive Ability'
  677. # - '&7&o(Requires all four Serendipity items)'
  678. # Boots:
  679. # Enchants:
  680. # - 'PROTECTION_ENVIRONMENTAL:4'
  681. # - 'DURABILITY:3'
  682. # Material: "DIAMOND_BOOTS"
  683. # Data: 0
  684. # Name: "&e&lEpiphany Boots"
  685. # Lore:
  686. # - '&7What a nice finishing touch to your look'
  687. # - '&7to preform impossible feats.'
  688. # - ''
  689. # - '&7&lEpiphany SET BONUS"'
  690. # - '&e* Maybe I, I can never fly'
  691. # - '&e* Dimensional Shift Passive Ability'
  692. # - '&7&o(Requires all four Serendipity items)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement