Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. #------------------------------------
  2. # [0215] Chromatic recipe items ("RGB Recipe")
  3. #------------------------------------
  4. # These items have a RGB link and sell for a chromatic orb each.
  5.  
  6. Show #$rgb, small %H3
  7. SocketGroup RGB
  8. Width <= 2
  9. Height <= 2
  10. Rarity < Rare
  11. ItemLevel >= 65
  12. SetFontSize 36
  13. SetBorderColor 150 150 150 # BORDERCOLOR: Rares - Size - Small (+Good basetype), Recipe: small/high qual
  14. SetBackgroundColor 75 75 75 # BACKGROUND: Recipes
  15.  
  16. Show #$rgb, small %H3
  17. SocketGroup RGB
  18. Width <= 1
  19. Height <= 3
  20. Rarity < Rare
  21. ItemLevel >= 65
  22. SetFontSize 36
  23. SetBorderColor 150 150 150 # BORDERCOLOR: Rares - Size - Small (+Good basetype), Recipe: small/high qual
  24. SetBackgroundColor 75 75 75 # BACKGROUND: Recipes
  25.  
  26. Hide #$rgb, bulky %H1
  27. SocketGroup RGB
  28. Width >= 2
  29. Height >= 4
  30. Rarity < Rare
  31. ItemLevel >= 65
  32. SetFontSize 30
  33. SetBorderColor 0 0 0 # BORDERCOLOR: Cosmetic: Neutral Highlight
  34. SetBackgroundColor 75 75 75 # BACKGROUND: Recipes
  35.  
  36. Hide #$rgb %H2
  37. SocketGroup RGB
  38. Rarity < Rare
  39. ItemLevel >= 65
  40. SetFontSize 32
  41. SetBorderColor 0 0 0 # BORDERCOLOR: Cosmetic: Neutral Highlight
  42. SetBackgroundColor 75 75 75 # BACKGROUND: Recipes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement