Skip to content

Add crafting support for Cane of Kulemak, Replic Paradoxica, Queen's Hunger and That Which was Taken - #10152

Merged
LocalIdentity merged 8 commits into
PathOfBuildingCommunity:devfrom
vaisest:more-rare-likes
Aug 23, 2026
Merged

LocalIdentity merged 8 commits into
PathOfBuildingCommunity:devfrom
vaisest:more-rare-likes

Conversation

@vaisest

@vaisest vaisest commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Description of the problem being solved:

After this, all the fitting uniques should work with the rare crafting UI

Steps taken to verify a working solution:

  • Each item confirmed to work in UI and confirmed to match mods when copied from in-game

Link to a build that showcases this PR:

Before screenshot:

After screenshot:

@vaisest vaisest changed the title Add remaining rare-like unique definitions Add more rare-like unique definitions Aug 8, 2026
@LocalIdentity LocalIdentity added the enhancement New feature, calculation, or mod label Aug 23, 2026
LocalIdentity and others added 8 commits August 24, 2026 06:35
# Conflicts:
#	src/Data/ModItemExclusive.lua
#	src/Modules/Data.lua
# Conflicts:
#	src/Modules/Data.lua
# Conflicts:
#	src/Modules/Data.lua
# Conflicts:
#	src/Data/Uniques/Special/Generated.lua
@LocalIdentity
LocalIdentity merged commit e06bc4d into PathOfBuildingCommunity:dev Aug 23, 2026
2 of 3 checks passed
@LocalIdentity LocalIdentity changed the title Add more rare-like unique definitions Add crafting support for Cane of Kulemak, Replic Paradoxica, Queen's Hunger and That Which was Taken Aug 23, 2026
Comment thread src/Modules/Data.lua
crimsonStormMods[modId] = mod
if mod.affix == "Chosen" then
veiledMods[modId] = mod
caneOfKulemakMods[modId] = mod

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[P1] Include Chosen prefixes in Queen's Hunger's pool

queensHungerMods is populated for Catarina's and of the Order, but not for Chosen. Queen's Hunger's Catarina's Veiled prefix can also unveil generic body-armour Chosen mods. For example, current item data includes 9% Chance to Block Spell Damage (JunMasterVeiledSpellBlockPercent____), one of six compatible Chosen IDs that CanHaveMod accepts here but which are absent from item.affixes. Since UpdateAffixControl enumerates only item.affixes, the rare-like editor cannot recreate that item. Could queensHungerMods[modId] = mod be added in this branch, with a focused offered-mod regression test?

AI-assisted review disclosure: This finding was identified during a review using OpenAI Codex and confirmed with a focused reproduction.

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

Labels

enhancement New feature, calculation, or mod

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants