Magic secateurs — obtain path + secondary uses #161
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#161
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?
The core mechanic is already implemented: Magic secateurs (item 7409) grant the +10% herb-harvest yield boost via
boost_cts/3ingame/skills/farming.ex:746, keyed on the item being in the backpack.Note on semantics: the inventory-based check is era-correct — in the 2007 (build 468) era magic secateurs were a non-wieldable inventory item and the boost applied while carried. Do NOT 'fix' this to a weapon-slot/wield check; that behaviour is post-era.
Remaining gaps:
Cache-verify item 7409 name/options against the 468 cache before any further work.