Sea turtles can be obtained by cooking a raw sea turtle with 82 Cooking or higher. Sea turtles heal 250 to 2050 life points depending on Constitution level, in one serving.
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, 82) 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.")
}
With level 99 Cooking and cooking gauntlets, players will burn roughly one out of every four sea turtles. By adding a Chef's delight (barrel) in a player-owned house (unlimited uses to raise Cooking by 5%) with cooking gauntlets and 98 Cooking, players will burn roughly three out of every twenty, or 15%. With level 99 Cooking and using the Cooking cape's perk, players can avoid burning sea turtles altogether.
Sea turtles are difficult to sell as there are other similar foods that are more available. The great white shark heals more and is cheaper.
Tools/utensils | None |
---|---|
Ingredients | Raw sea turtle |
![]() |
82 |
Burn level | Never (99 with Cooking cape) |
![]() |
211.3 |
Range-only | No |
Instructions | Use raw sea turtle with fire or range. |
Servings | 1 |
Drop sources[]
- This list was created dynamically. For help, see the FAQ.
- To force an update of this list, click here.
- For an exhaustive list of all known sources for this item, see here.
Source | Combat level | Quantity | Rarity |
---|---|---|---|
Elf warrior | 84; 89 | 1 | Rare |
Knight of Ardougne | 53 | 1 | Rare |
Mourner | 33; 79; 85 | 1 | Rare |
Disassembly[]
Disassembly XP | 2.4 |
---|---|
Item quantity required | 1 |
Material count | 1 |
Base junk chance | 1.7% |
Possible materials | |
Often | |
![]() | 89% |
Sometimes | |
![]() | 8% |
Rarely | |
![]() | 1% |
![]() | 1% |
![]() | 1% |
Trivia[]
- Cooked sea turtles and their raw counterparts were given a graphical update on 5 March 2018. The same update also allowed them to be obtained through Deep Sea Fishing, thus making them obtainable in Ironman Mode.