Sailfish soup is made from one cooked Sailfish and one Spice. It heals a maximum of 2,600 (with a Constitution level of 99) and can boost a player's total life points by an extra 15% above their maximum life points.
It can only be made after obtaining the full Eastern soups Scroll from Player-owned ports. It requires a Cooking level of 99 to make. Players must have the necessary level - boosts do not work. This soup cannot be burnt when being made. When made, it gives 600 base Cooking experience, and the workshop boost of 5-20% (depending on tier of workshop) also applies. Experience boosts from a clan avatar buff or from an outfit work, but cooking urns do not work.
A dilapidated workshop must be upgraded to the refitted version (500 slate and 2,000 bamboo), unlocking a cooking station and a bank in the workshop.
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, 99) 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.")
}
Creation[]
- | ||||
---|---|---|---|---|
600 XP | - | 16,321 | ||
Requirements | ||||
Cooking level | 99 | |||
Unlock the Eastern soups Scroll in your player owned ports | ||||
Members only | Yes | |||
Materials | ||||
Item | Quantity | Price | Total | |
Sailfish | 1 | 5,748 | 5,748 | |
Spices | 1 | N/A | - |
Disassembly[]
Disassembly XP | 2.9 |
---|---|
Item quantity required | 1 |
Material count | 1 |
Base junk chance | 0.0% |
Possible materials | |
Often | |
Organic parts | 89% |
Sometimes | |
Crafted parts | 8% |
Rarely | |
Living components | 1% |
Healthy components | 1% |
Enhancing components | 1% |
Trivia[]
- Sailfish soup re-uses the model and icon from Shark soup, an item planned to be released with Player-owned ports that was scrapped, and later released with a different model through The Arc.