Jump to content

Join our Discord

Talk to other users and have a great time
Discord Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
Snowpup

Chance Pickit For Select Unique Items

Recommended Posts

Just added a few lines for those who want to pick up normal items for chancing in the rare chance of getting a unique. Some aren't worth all that much but benefitted me so just ignore them if you want. Most are worth an Exalted or more.

 

I won't be adding these in a spoiler tag because this forum handles spoilers TERRIBLY.

 

 

 

[Type] == "Sinner Tricorne" && [Rarity] == "Rare"
[Type] == "Sinner Tricorne" && [Rarity] == "Normal"
 
[Type] == "Chain Belt" && [Rarity] == "Normal"
[Type] == "Heavy Belt" && [Rarity] == "Normal"
 
[Type] == "Amethyst Ring" && [Rarity] == "Normal"
[Type] == "Amethyst Ring" && [Rarity] == "Rare"
[Type] == "Iron Ring" && [Rarity] == "Normal"
[Type] == "Diamond Ring" && [Rarity] == "Normal"
[Type] == "Prismatic Ring" && [Rarity] == "Normal"
 
[Type] == "Spike-Point Arrow Quiver" && [Rarity] == "Normal"
 
[Type] == "Sacrificial Garb" && [Rarity] == "Normal"
 
[Type] == "Cutthroat's garb" && [Rarity] == "Normal"
[Type] == "Varnished Coat" && [Rarity] == "Normal"
[Type] == "Lacquered Garb" && [Rarity] == "Normal"
[Type] == "Full Dragonscale" && [Rarity] == "Normal"
[Type] == "Astral Plate" && [Rarity] == "Normal"
[Type] == "Zodiac Leather" && [Rarity] == "Normal"
[Type] == "Occultist's Vestment" && [Rarity] == "Normal"
[Type] == "Glorious Plate" && [Rarity] == "Normal"
[Type] == "Simple Robe" && [Rarity] == "Normal"
 
[Type] == "Slink Boots" && [Rarity] == "Normal"
[Type] == "Conjurer Boots" && [Rarity] == "Normal"
[Type] == "Stealth Boots" && [Rarity] == "Normal"
 
[Type] == "Vaal Gauntlets" && [Rarity] == "Normal"
[Type] == "Assassin's Mitts" && [Rarity] == "Normal"
[Type] == "Murder Mitts" && [Rarity] == "Normal"
 
[Type] == "Nightmare Bassinet" && [Rarity] == "Normal"
[Type] == "Hubris Circlet" && [Rarity] == "Normal"
[Type] == "Great Crown" && [Rarity] == "Normal"
[Type] == "Ursine Pelt" && [Rarity] == "Normal"
[Type] == "Vaal Mask" && [Rarity] == "Normal"
 
[Type] == "Champion Kite Shield" && [Rarity] == "Normal"
[Type] == "Pinnacle Tower Shield" && [Rarity] == "Normal"
[Type] == "Archon Kite Shield" && [Rarity] == "Normal"
[Type] == "Titanium Spirit Shield" && [Rarity] == "Normal"
 
[Type] == "Siege Axe" && [Rarity] == "Normal"
[Type] == "Siege Axe" && [Rarity] == "Rare"
[Type] == "Vaal Axe" && [Rarity] == "Normal"
[Type] == "Sundering Axe" && [Rarity] == "Normal"
 
[Type] == "Imperial Bow" && [Rarity] == "Normal"
[Type] == "Spine Bow" && [Rarity] == "Normal"
 
[Type] == "Hellion's Paw" && [Rarity] == "Normal"
[Type] == "Slaughter Knife" && [Rarity] == "Normal"
 
[Type] == "Fishing Rod" && [Rarity] == "Normal"
 
[Type] == "Gavel" && [Rarity] == "Normal"
 
[Type] == "Void Sceptre" && [Rarity] == "Normal"
[Type] == "Vaal Sceptre" && [Rarity] == "Normal"
 
[Type] == "Karui Maul" && [Rarity] == "Normal"
 
[Type] == "Judgement Staff" && [Rarity] == "Normal"
[Type] == "Maelström Staff" && [Rarity] == "Normal"
 
[Type] == "Opal Wand" && [Rarity] == "Normal"
[Type] == "Prophecy Wand" && [Rarity] == "Normal"
 
[Type] == "Large Hybrid Flask" && [Rarity] == "Normal"
[Type] == "Sanctified Mana Flask" && [Rarity] == "Normal"
[Type] == "Granite Flask" && [Rarity] == "Normal"

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...