192
edits
(Automatic update of Item Page) |
(Added links.) |
||
Line 1: | Line 1: | ||
{{V0.15.4}}{{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.4}}{{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). For example, when Woodcutting, it gives an increase chance of | 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 [[Bird Nest|Bird Nests]] and [[Mastery Token (Woodcutting)|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: | The implementation in the code currently results in some unexpected behaviour. See the full list below: | ||
Line 8: | Line 8: | ||
* [[Woodcutting]]: Insignia changes the droprate of [[Bird Nest|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%. | * [[Woodcutting]]: Insignia changes the droprate of [[Bird Nest|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 [[Bobbys Pocket|Bobby’s Pocket]] chance are doubled while online, but are reduced to zero offline. No other drops (except Mastery Tokens) are affected. | * [[Thieving]]: [[Chapeau Noir]] and [[Bobbys Pocket|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]]: 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%. | * [[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. | * [[Smithing]]/[[Runecrafting]]/[[Herblore]]/[[Fletching]]/[[Cooking]]/[[Fishing]]/[[Farming]]: No effect except for [[Mastery Token]] drop rate, as intended. | ||
{{ArmourStats|stabAttackBonus=0|slashAttackBonus=0|blockAttackBonus=0|rangedAttackBonus=0|magicAttackBonus=0|strengthBonus=0|rangedStrengthBonus=0|magicDamageBonus=0|defenceBonus=0|rangedDefenceBonus=0|magicDefenceBonus=0|damageReduction=0|defenceLevelRequired=0|rangedLevelRequired=0|magicLevelRequired=0}} | {{ArmourStats|stabAttackBonus=0|slashAttackBonus=0|blockAttackBonus=0|rangedAttackBonus=0|magicAttackBonus=0|strengthBonus=0|rangedStrengthBonus=0|magicDamageBonus=0|defenceBonus=0|rangedDefenceBonus=0|magicDefenceBonus=0|damageReduction=0|defenceLevelRequired=0|rangedLevelRequired=0|magicLevelRequired=0}} |
edits