Skip to content

Conversation

@mateokladaric
Copy link

@mateokladaric mateokladaric commented Dec 19, 2025

Fixes #1569 .

Description of the problem being solved:

Forcing 20 quality on items crafted or imported without an option to change the default value assigned.

Steps taken to verify a working solution:

  • Crafted and imported an item from PoE2

Link to a build that showcases this PR:

--- Any build just craft or ctrl v an item into items tab.

Before screenshot:

image

After screenshot:

image image

@mateokladaric mateokladaric changed the title Add Default Item Quality Value option into settings Add Default Item Quality Value option into Options Dec 19, 2025
self.thousandsSeparator = ","
self.decimalSeparator = "."
self.defaultItemAffixQuality = 0.5
self.defaultItemQuality = 0
Copy link
Contributor

Choose a reason for hiding this comment

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

Should default to 20 quality

betaTest = tostring(self.betaTest),
edgeSearchHighlight = tostring(self.edgeSearchHighlight),
defaultGemQuality = tostring(self.defaultGemQuality or 0),
defaultGemQuality = tostring(self.defaultGemQuality or 0),
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like indenting is off by 1 tab length

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.

Set default quality option when creating custom items

2 participants