Bouldabass is a food item used while Dungeoneering. It is a tier 7 fish, and heals up to 1500 life points depending on your Constitution level. They are also used as a secondary ingredient in creating level 69 Naabe skinweaver pouches. According to the 44th Postbag from the Hedge, Thok named the bouldabass after chipping his tooth on its stiff scales[1].
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, 60) 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.")
}
Raw bouldabass can be fished at a fishing level of 60, and cooked into bouldabass at a cooking level of 60. At a cooking level of 63, the cooked bouldabass can be added to a cooked cave potato to create a bouldabass potato. At a cooking level of 66, the cooked bouldabass can be added to a gissel potato to create bouldabass & gissel potato. At a cooking level of 69, the cooked bouldabass can be added to a edicap potato to create a bouldabass & edicap potato.
Cooked bouldabass can be found at the table at times. They can also be dropped if the team has someone in 80-89 Constitution as an almost common drop. Depending on the level of the monster, the food quantity and rarity becomes more common. (e.g. a level 152 zombie a player faces would drop more whilst a level 2 Mysterious shade would drop other food) If the team has 90+ Constitution, Bouldabass will become quite rare both on the table and from monster drops.
Creation[]
![]() | - | ![]() | ||
---|---|---|---|---|
146 XP | - | - | ||
Requirements | ||||
![]() | 60 | |||
![]() | Yes | |||
Materials | ||||
Item | Quantity | Price | Total | |
![]() | Raw bouldabass | 1 | N/A | - |
Drop sources[]
- This list was created dynamically. For help, see the FAQ.
- To force an update of this list, click here.
Trivia[]
- The name is a play on bouillabaisse, a type of fish stew which originated in France.
- Its name may also be a portmanteau of 'boulder' and 'bass', as an indication of its size and rocky "scales".
- Before the Evolution of Combat update, bouldabass used to heal 170 life points.