
The tiger shark is a type of fish that can only be caught in the Fishing Trawler minigame. It heals up to 2,375 life points and can heal above maximum. Your Constitution level affects how much health you will recover. Catching a raw tiger shark requires a Fishing level of 95 and gives 80 experience. Cooking the shark requires a Cooking level of 95 and provides 230 experience.
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, 95) 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.")
}
A player can only get one Tiger shark per trip and typically only gets one every couple fishing trips. Because of this, they are not a significant source of food.
Tools/utensils | None |
---|---|
Ingredients | Raw tiger shark |
![]() |
95 |
Burn level | Never (99 with cooking gauntlets or skill cape) |
![]() |
230 |
Range-only | No |
Instructions | Use a raw Tiger shark with a fire. |
Servings | 1 |
Disassembly[]
Disassembly XP | 2.8 |
---|---|
Item quantity required | 1 |
Material count | 1 |
Base junk chance | 0.0% |
Possible materials | |
Often | |
![]() | 89% |
Sometimes | |
![]() | 8% |
Rarely | |
![]() | 1% |
![]() | 1% |
![]() | 1% |
Trivia[]
- When used on a cooking range it will say "You can't cook that on a range", unlike its normal counterpart, which can be cooked on a range.