Clue Chasers Insignia: Difference between revisions

From Melvor Idle
(Automatic update of Item Page)
No edit summary
Line 1: Line 1:
{{V0.15.2}}{{Item|name=Clue Chasers Insignia|imagefile=Clue Chasers Insignia (item).svg|description=Created by Patreon (Clue Scrolls)<br>+5% chance to receive an off-item (An item from a skill that is not the main resource you are gathering)|id=680|category=Combat|type=Armour|sellsfor=0|customData={{ItemEquipSlot|equipmentSlot=Amulet}}|itemSources=*[[Easter Eggs]]|itemUses=*[[File:Combat.svg|25px|middle|link=Combat]] [[Combat]]}}
{{V0.15.2}}{{Item|name=Clue Chasers Insignia|imagefile=Clue Chasers Insignia (item).svg|description=Created by Patreon (Clue Scrolls)<br>+5% chance to receive an off-item (An item from a skill that is not the main resource you are gathering)|id=680|category=Combat|type=Armour|sellsfor=0|customData={{ItemEquipSlot|equipmentSlot=Amulet}}|itemSources=*[[Easter Eggs]]|itemUses=*[[File:Combat.svg|25px|middle|link=Combat]] [[Combat]]}}
Clue Chasers Insignia gives +5% chance to receive an off-item (An item from a skill that is not the main resource you are gathering). However, the implementation in the code currently results in some unexpected behaviour. See the full list below:
Clue Chasers Insignia gives +5% chance to receive an off-item (An item from a skill that is not the main resource you are gathering). For example, when Woodcutting, it gives an increase chance of Birds Nests and Woodcutting Mastery Tokens.  It does not give you a non-Woodcutting item while woodcutting.
 
The implementation in the code currently results in some unexpected behaviour. See the full list below:


* [[Mastery Token|Mastery Tokens]]: Works properly, though it improves rates by slightly more than the 5% listed in the description, at 5.26% of the base rate.
* [[Mastery Token|Mastery Tokens]]: Works properly, though it improves rates by slightly more than the 5% listed in the description, at 5.26% of the base rate.

Revision as of 23:12, 16 June 2020

Template:V0.15.2


Clue Chasers Insignia
Clue Chasers Insignia (item).svg
Created by Patreon (Clue Scrolls)
+5% chance to receive an off-item (An item from a skill that is not the main resource you are gathering)
Item ID: 680
Category: Combat
Type: Armour
Sells For: 0
Template:ItemEquipSlot Item Sources:
Used In:

Clue Chasers Insignia gives +5% chance to receive an off-item (An item from a skill that is not the main resource you are gathering). For example, when Woodcutting, it gives an increase chance of Birds Nests and Woodcutting Mastery Tokens. It does not give you a non-Woodcutting item while woodcutting.

The implementation in the code currently results in some unexpected behaviour. See the full list below:

  • Mastery Tokens: Works properly, though it improves rates by slightly more than the 5% listed in the description, at 5.26% of the base rate.
  • Signet Ring Half (a): Works properly, though also 5.26% of the base rate.
  • Woodcutting: Insignia changes the droprate of Bird Nests depending on what tier of Bird Nest potion is being used. For No Potion/Tier 1/Tier 2/Tier 3/Tier 4, the droprates WITHOUT Insignia are 0.5%/5%/10%/15%/30%. The droprates WITH Insignia are 1%/5.5%/11%/16%/32%.
  • Thieving: Chapeau Noir and Bobby’s Pocket chance are doubled while online, but are reduced to zero offline. No other drops (except Mastery Tokens) are affected.
  • Mining: There is normally a 1% base chance to obtain a gem on each mining action, or 100% with Gem Gloves. The Insignia reduces the base chance to 0%, but the Gem Gloves still work as intended.
  • Firemaking: The base chance of receiving Coal Ore when burning a log is 39%. The Insignia erroneously decreases this to 36%.
  • Smithing/Runecrafting/Herblore/Fletching/Cooking/Fishing/Farming: No effect except for Mastery Token drop rate, as intended.


Armour Stats
Offensive Stats Defensive Stats
Strength (skill).svg Strength Bonus 0 Defence (skill).svg Defence Bonus 0
Combat.svg Stab Bonus 0 Defence (skill).svg Damage Reduction 0%
Combat.svg Slash Bonus 0 Ranged (skill).svg Defence Bonus 0
Combat.svg Block Bonus 0 Magic (skill).svg Defence Bonus 0
Ranged (skill).svg Attack Bonus 0 Other
Ranged (skill).svg Strength Bonus 0 Slayer (skill).svg Bonus Slayer XP {{{slayerBonusXP}}}%
Magic (skill).svg Attack Bonus 0 Defence (skill).svg Level Required 0
Magic (skill).svg % Damage Bonus 0% Ranged (skill).svg Level Required 0
Magic (skill).svg Level Required 0


Item Sources

Template:Clue Chasers Insignia Sources