Advertisement
Guest User

Untitled

a guest
Jul 15th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ###############################################################################
  2. # Section: ### Gems ###########################################################
  3. ###############################################################################
  4.  
  5. #Gems - Q10+
  6. Show
  7. Class "Gems"
  8. Quality >= 10
  9. SetBorderColor 27 162 155 #Gems - Q10+
  10. SetTextColor 27 162 155 #Gems - Q10+
  11. #Gems - Q1+
  12. Show
  13. Class "Gems"
  14. Quality >= 1
  15. SetBorderColor 27 162 155 0 #Gems - Q1+
  16. SetTextColor 27 162 155 #Gems - Q1+
  17. #Gems - DropOnly
  18. Show
  19. Class "Gems"
  20. BaseType "Portal" "Detonate Mines" "Empower" "Enhance" "Enlighten" "Added Chaos Damage"
  21. SetTextColor 27 162 155 #Gems - DropOnly
  22. #Gems - Vaal
  23. Show
  24. Class "Gems"
  25. BaseType "Vaal"
  26. SetTextColor 27 162 155 #Gems - Vaal
  27. #Gems - Active
  28. Show
  29. Class "Active Skill Gems"
  30. SetTextColor 27 162 155 #Gems - Active
  31. SetFontSize 28
  32. #Gems - Support
  33. Show
  34. Class "Support Skill Gems"
  35. SetTextColor 27 162 155 #Gems - Support
  36. SetFontSize 28
  37. #Gems - CatchAll
  38. Show #Gems - ~CatchAll
  39. Class "Gems"
  40. SetTextColor 27 162 155 #Gems - CatchAll
  41. SetFontSize 28
  42.  
  43. ### /Gems #####################################################################
  44. ###############################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement