Skip to content

Add martial artist rune slots#1991

Draft
vaisest wants to merge 11 commits into
PathOfBuildingCommunity:devfrom
vaisest:martial-artist-runes
Draft

Add martial artist rune slots#1991
vaisest wants to merge 11 commits into
PathOfBuildingCommunity:devfrom
vaisest:martial-artist-runes

Conversation

@vaisest
Copy link
Copy Markdown
Contributor

@vaisest vaisest commented May 27, 2026

Requesting feedback as this is more a proof of concept. We don't know what they'll look like on import, but the slots purpose is a bit different from other item selectors, as you're not going to slot in actual items. This is still missing limit handling

Description of the problem being solved:

Steps taken to verify a working solution:

Link to a build that showcases this PR:

Before screenshot:

After screenshot:

image image

What is still missing:

  • validation and testing

@vaisest vaisest force-pushed the martial-artist-runes branch from 6fda59a to 786c227 Compare May 28, 2026 22:36
@vaisest vaisest force-pushed the martial-artist-runes branch from 786c227 to 9132caf Compare May 28, 2026 22:37
Comment thread src/Modules/ModParser.lua
["you can socket (%d+) additional copies of each lineage support gem, in different skills"] = function(num) return { mod("MaxLineageCount", "BASE", num) } end,
["can be modified while corrupted"] = {}
["can be modified while corrupted"] = {},
["can tattoo runes onto your body, gaining"] = { flag("SocketRunesOnCharacter") },
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really sure if this is the correct way to do this. It would probably be possible to parse the socket counts, but this seems much simpler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant