The Wizard's mind bomb is a drink that temporarily boosts a player's Magic level and heals 340 life points. It also has a negative effect on the player's melee combat skills.
Store locations[]
- This list was created dynamically. For help, see the FAQ.
- To force an update of this list, click here.
Seller | Location | Cost | Currency | Base stock | Members? |
---|
Brewing[]
The full recipe for the Wizard's mind bomb is as follows; ingredients must be used in the order given:
- 2 Buckets of water
- 2 Barley malt
- (optional) 1 "The stuff," to increase chance of maturity
- 4 Yanillian hops
- 1 Ale yeast
- Wait two to five days
- Collect the completed ale using eight Beer glasses or two Calquat kegs*.
* Calquat kegs are highly recommended, especially if the ale has matured. Simply by collecting the ale in a keg, the value of the batch will increase by several thousand coins. This ale is considerably more useful in a keg, as it stacks 4 doses into one inventory slot. This will fill two Mind bombs.
Effects[]
- Increases Magic level by 2 (under level 50) or 3 (above level 50) for up to one minute
- Lowers Attack by 4
- Lowers Strength and Defence by 3
The boost to the player's Magic level is different depending on the player's level. The player will receive a +2 boost if they are level 49 or below, or a +3 boost if they are level 50 or above. The boosted Magic level can be applied to extra damage calculation, increasing 3% for every increased Magic level, to a maximum of 9%. This makes it the only drink in F2P to enhance magic damage.
Enter your Constitution level | name=skillstat_Constitution_level|type=int|value=1|range=9,99|size=4|sublist=calchealing |
name=healing|type=output |
let(minLevel, 17) let(healAmount, 0) let(healAmountOutOfCombat, 0) let(healOverTimeAmount, 0) let(healOverTimeDuration, 0) let(constitutionLevel, skillstat_Constitution_level)
let(pointsPerLevel, 25) if(healAmount){
let(pointsPerLevel, healAmount / minLevel)
}
if(constitutionLevel < minLevel){
let(heal, constitutionLevel * pointsPerLevel)
}{
let(heal, minLevel * pointsPerLevel)
}
let(heal, floor(heal + 0.000001)) let(healing,"This will heal " + heal + " life points at level " + constitutionLevel + " in combat.")
if(healOverTimeAmount){
let(healing, healing + " It will heal an additional " + healOverTimeAmount + " life points over " + healOverTimeDuration + " seconds.")
}
if(healAmountOutOfCombat){
let(pointsPerLevelOutOfCombat, healAmountOutOfCombat / minLevel) if (constitutionLevel < minLevel){ let(healOutOfCombat, constitutionLevel * pointsPerLevelOutOfCombat) }{ let(healOutOfCombat, minLevel * pointsPerLevelOutOfCombat) } let(healOutOfCombat, floor(healOutOfCombat + 0.000001)) let(healing, healing + " It will heal " + healOutOfCombat + " life points while out of combat.")
}
Disassembly[]
Disassembly XP | 1.0 |
---|---|
Item quantity required | 1 |
Material count | 1 |
Base junk chance | 62.6% |
Possible materials | |
Often | |
Organic parts | 89% |
Sometimes | |
Crafted parts | 8% |
Rarely | |
Living components | 1% |
Healthy components | 1% |
Enhancing components | 1% |
Other uses[]
This item is widely used (and highly recommended) to get around the requirements to enter the Wizards' Guild in Yanille without actually having level 66 Magic. This is useful for various quests, for essence runners, and for players interested in accessing the specialty shops in the guild.
Normal ales |
|
Mature ales |
|
Other drinks |
|
Related |
|