Chicken_Nugget

PoE Filter Talisman Updated

Dec 29th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. # OTHER
  2.  
  3. # Fishing Rod
  4. Show
  5. Class "Fishing Rods"
  6. SetTextColor 0 0 0
  7. SetBackgroundColor 255 255 255
  8. SetFontSize 45
  9. PlayAlertSound 5 300
  10.  
  11. # Albino Rhoa Feather
  12. Show
  13. BaseType "Albino Rhoa Feather"
  14. SetTextColor 0 0 0
  15. SetBackgroundColor 255 255 255
  16. SetFontSize 45
  17. PlayAlertSound 5 300
  18.  
  19. # CURRENCY
  20.  
  21. # Low Currency
  22. Show
  23. Class "Currency"
  24. BaseType "Scroll of Wisdom" "Portal Scroll" "Armourer's Scrap" "Blacksmith's Whetstone"
  25.  
  26. # Mid Currency
  27. Show
  28. Class "Currency"
  29. BaseType "Glassblower's Bauble" "Chromatic Orb" "Jeweller's Orb" "Orb of Alteration" "Orb of Transmutation" "Orb of Chance" "Orb of Augmentation"
  30. SetBorderColor 170 158 130
  31.  
  32. # High Currency
  33. Show
  34. Class "Currency"
  35. BaseType "Cartographer's Chisel" "Gemcutter's Prism" "Orb of Fusing" "Orb of Alchemy" "Regal Orb" "Chaos Orb" "Blessed Orb" "Orb of Scouring" "Orb of Regret" "Vaal Orb"
  36. SetTextColor 0 0 0
  37. SetBackgroundColor 170 158 130
  38. SetBorderColor 0 0 0
  39.  
  40. # Ultra Currency
  41. Show
  42. Class "Currency"
  43. BaseType "Exalted Orb" "Divine Orb" "Mirror of Kalandra" "Eternal Orb"
  44. SetTextColor 0 0 0
  45. SetBackgroundColor 210 0 220
  46. SetBorderColor 0 0 0
  47. SetFontSize 45
  48. PlayAlertSound 5 300
  49.  
  50. # Undefined Currency (Currency Fragments)
  51. Show
  52. Class "Currency"
  53. SetTextColor 0 0 0
  54. SetBackgroundColor 255 0 4 50
  55. SetBorderColor 0 0 0
  56.  
  57. # DEFAULTS
  58.  
  59. # Unique
  60. Show
  61. Rarity = Unique
  62. SetFontSize 40
  63.  
  64. # Map
  65. Show
  66. Class "Maps"
  67.  
  68. # Quest Item
  69. Show
  70. Class "Quest Items"
  71.  
  72. # DEFAULTS + BORDER
  73.  
  74. # Vaal Fragment
  75. Show
  76. Class "Map Fragments"
  77. SetBorderColor 210 0 0
  78.  
  79. # Jewel
  80. Show
  81. Class "Jewel"
  82. SetBorderColor 50 230 100
  83.  
  84. # Divination Card
  85. Show
  86. Class "Divination Card"
  87. SetTextColor 184 218 242
  88. SetBorderColor 184 218 242
  89.  
  90. # Talisman
  91. Show
  92. BaseType "Talisman"
  93. SetBorderColor 255 165 0
  94.  
  95. # LINKS & SOCKETS
  96.  
  97. # 6 Linked Item
  98. Show
  99. LinkedSockets = 6
  100. SetTextColor 0 0 0
  101. SetBackgroundColor 255 215 0
  102. SetFontSize 45
  103. PlayAlertSound 5 300
  104.  
  105. # 5 Linked Item
  106. Show
  107. LinkedSockets = 5
  108. SetTextColor 0 0 0
  109. SetBackgroundColor 136 136 255
  110. SetFontSize 40
  111.  
  112. # 6 Sockets Recipe Item
  113. Show
  114. Sockets = 6
  115. SetBackgroundColor 128 128 128
  116.  
  117. # Chromatic Link Recipe Item
  118. Show
  119. SocketGroup "RGB"
  120. SetBorderColor 208 32 144
  121.  
  122. # RARES
  123.  
  124. # Regal Recipe Rare Item
  125. Show
  126. ItemLevel >= 75
  127. Rarity = Rare
  128. SetBorderColor 255 255 119 175
  129.  
  130. # Chaos Recipe Rare Item
  131. Show
  132. ItemLevel >= 60
  133. Rarity = Rare
  134. SetBorderColor 255 255 119 75
  135.  
  136. # Other Rare Item
  137. Show
  138. Rarity = Rare
  139.  
  140. # GEMS
  141.  
  142. # Rare Gem
  143. Show
  144. Class "Gem"
  145. BaseType "Enlighten" "Empower" "Enhance" "Detonate Mines" "Portal"
  146. SetTextColor 0 0 0
  147. SetBackgroundColor 27 162 155
  148. SetBorderColor 0 0 0
  149. SetFontSize 40
  150.  
  151. # Quality Gem
  152. Show
  153. Quality > 0
  154. Class "Gem"
  155. SetBorderColor 27 162 155
  156.  
  157. # Vaal Gem
  158. Show
  159. Class "Gem"
  160. BaseType "Vaal"
  161. SetBorderColor 210 0 0
  162.  
  163. # Other Gem
  164. Show
  165. Class "Gem"
  166. SetFontSize 25
  167.  
  168. # FLASKS
  169.  
  170. Hide
  171. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  172. SetBorderColor 255 192 203
  173. SetFontSize 25
  174.  
  175. # MAX QUALITY
  176.  
  177. # Max Quality Recipe Item
  178. Show
  179. Quality = 20
  180. Rarity = Normal
  181. SetBorderColor 170 158 130
  182. SetFontSize 25
  183.  
  184. # EXTRA
  185.  
  186. # Agate Amulet Exception
  187. Show
  188. Rarity = Normal
  189. Class "Amulets"
  190. BaseType "Agate Amulet"
  191.  
  192. # JUNK
  193.  
  194. # Other Magic Item
  195. Hide
  196. Rarity = Magic
  197. SetFontSize 25
  198.  
  199. # Other Normal Item
  200. Hide
  201. Rarity = Normal
  202. SetFontSize 25
Advertisement
Add Comment
Please, Sign In to add comment