Cooking gauntlets — reduced burn rate on fish #162

Open
opened 2026-07-08 13:55:44 +00:00 by sickday · 0 comments
Owner

Cooking gauntlets (item 775) are not wired. The burn model (burn_roll?/3 in game/skills/cooking.ex:530, a linear ramp from ~50% at recipe.level to 0% at recipe.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_burn reduction for the affected fish, so the burn ramp ends earlier when worn.

Notes:

  • Obtain path is the Family Crest quest reward (in-era, 2004) — gated on the quest system (#11) until then; admin-spawn for testing.
  • Exact stop-burn deltas per fish must be era/cache-verified before hard-coding.
  • Sibling to #160 (Goldsmith gauntlet, item 776) — same Family Crest gauntlet family, same worn-slot-check pattern. Consider a shared helper for 'is gauntlet 77x worn'.
Cooking gauntlets (item 775) are not wired. The burn model (`burn_roll?/3` in `game/skills/cooking.ex:530`, a linear ramp from ~50% at `recipe.level` to 0% at `recipe.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_burn` reduction for the affected fish, so the burn ramp ends earlier when worn. Notes: - Obtain path is the Family Crest quest reward (in-era, 2004) — gated on the quest system (#11) until then; admin-spawn for testing. - Exact stop-burn deltas per fish must be era/cache-verified before hard-coding. - Sibling to #160 (Goldsmith gauntlet, item 776) — same Family Crest gauntlet family, same worn-slot-check pattern. Consider a shared helper for 'is gauntlet 77x worn'.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
BlackLobster/Server#162
No description provided.