The last mod is not parsed:
Unattached Brands gain 20% increased Brand Attachment Range per second
Contributor guide
Tech stack
None
Domain
tooling
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
LuaPath of Building mod parsing
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
70
Research direction
Investigate the parsing logic for passive tree mods in the Path of Building Lua codebase. The issue mentions that the last mod of 'Seeker Runes' is not parsed. Look for the parser function that handles notable passives, likely in files such as 'passive skills.lua' or 'mod parser.lua'. Compare how similar mods are parsed and modify the parser to handle the 'Unattached Brands gain 20% increased Brand Attachment Range per second' string. Check the issue comments for any prior discussion or attempts. Ensure the fix handles the case where the mod is the last one in a series.