Steelmage

Untitled

Mar 29th, 2024
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Show
  2. BaseType "Sadist Garb" "Carnal Armour"
  3. ItemLevel >= 86
  4. Rarity <= Rare
  5. SetFontSize 45
  6. SetTextColor 255 255 255 255
  7. SetBorderColor 255 255 255 255
  8. SetBackgroundColor 200 0 0 255
  9. PlayEffect Red
  10. MinimapIcon 0 Red Diamond
  11.  
  12. Show
  13. BaseType "Deicide Mask" "Vaal Mask"
  14. ItemLevel >= 85
  15. Rarity <= Rare
  16. SetFontSize 45
  17. SetTextColor 255 255 255 255
  18. SetBorderColor 255 255 255 255
  19. SetBackgroundColor 200 0 0 255
  20. PlayEffect Red
  21. MinimapIcon 0 Red Diamond
  22.  
  23. Show
  24. BaseType "Murder Mitts" "Assassin's Mitts" "Carnal Mitts"
  25. ItemLevel >= 85
  26. Rarity <= Rare
  27. SetFontSize 45
  28. SetTextColor 255 255 255 255
  29. SetBorderColor 255 255 255 255
  30. SetBackgroundColor 200 0 0 255
  31. PlayEffect Red
  32. MinimapIcon 0 Red Diamond
  33.  
  34. Show
  35. BaseType "Murder Boots" "Fugitive Boots" "Assassin's Boots" "Carnal Boots"
  36. ItemLevel >= 85
  37. Rarity <= Rare
  38. SetFontSize 45
  39. SetTextColor 255 255 255 255
  40. SetBorderColor 255 255 255 255
  41. SetBackgroundColor 200 0 0 255
  42. PlayEffect Red
  43. MinimapIcon 0 Red Diamond
  44.  
  45. Show
  46. BaseType "Supreme Spiked Shield" "Sovereign Spiked Shield"
  47. ItemLevel >= 86
  48. Rarity <= Rare
  49. SetFontSize 45
  50. SetTextColor 255 255 255 255
  51. SetBorderColor 255 255 255 255
  52. SetBackgroundColor 200 0 0 255
  53. PlayEffect Red
  54. MinimapIcon 0 Red Diamond
  55.  
  56. Show
  57. BaseType "Profane Wand" "Prophecy Wand" "Imbued Wand" "Heathen Wand"
  58. ItemLevel >= 84
  59. Rarity <= Rare
  60. SetFontSize 45
  61. SetTextColor 255 255 255 255
  62. SetBorderColor 255 255 255 255
  63. SetBackgroundColor 200 0 0 255
  64. PlayEffect Red
  65. MinimapIcon 0 Red Diamond
  66.  
  67. Show
  68. BaseType "Void Sceptre" "Sambar Sceptre" "Carnal Sceptre" "Vaal Sceptre" "Opal Sceptre" "Abyssal Sceptre"
  69. ItemLevel >= 84
  70. Rarity <= Rare
  71. SetFontSize 45
  72. SetTextColor 255 255 255 255
  73. SetBorderColor 255 255 255 255
  74. SetBackgroundColor 200 0 0 255
  75. PlayEffect Red
  76. MinimapIcon 0 Red Diamond
Add Comment
Please, Sign In to add comment