Cooking gauntlets — reduced burn rate on fish #162
Labels
No labels
bug
ci-cd
client
epic:security-hardening
feature
optimization
priority:high
priority:low
priority:medium
server
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
BlackLobster/Server#162
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cooking gauntlets (item 775) are not wired. The burn model (
burn_roll?/3ingame/skills/cooking.ex:530, a linear ramp from ~50% atrecipe.levelto 0% atrecipe.stop_burn) has no gauntlet hook.Authentic behaviour: worn cooking gauntlets lower the level at which you stop burning certain fish (lobster, swordfish, monkfish — all in-era). Implement by checking the hands/gloves equipment slot for item 775 and applying a per-recipe
stop_burnreduction for the affected fish, so the burn ramp ends earlier when worn.Notes: