Skip to content

Add support for exporting unique items with legacy modifier values#65

Merged
LocalIdentity merged 1 commit into
PathOfBuildingCommunity:devfrom
PJacek:legacy-uniques
Dec 31, 2024
Merged

Add support for exporting unique items with legacy modifier values#65
LocalIdentity merged 1 commit into
PathOfBuildingCommunity:devfrom
PJacek:legacy-uniques

Conversation

@PJacek

@PJacek PJacek commented Dec 29, 2024

Copy link
Copy Markdown
Contributor

This allows to override the values of unique mods.
How to use:

  • Add the min and max values, separated by a comma, in square brackets immediately after the mod name. Multiple ranges can be added if the mod has multiple stats.
  • Values must use the internal integer format because they go through a stat descriptor.
  • Use the same value for both min and max if the stat has a single value.

Examples:

Input Output
{variant:1}UniqueNearbyAlliesAddedFireDamage1[2,3][7,11] {variant:1}Allies in your Presence deal (2-3) to (7-11) additional Attack Fire Damage
UniqueRecoverLifeBasedOnRegen1[30,30] Every 4 seconds, Recover 1 Life for every 0.5 Life Recovery per second from Regeneration

@PJacek PJacek added the enhancement New feature, calculation, or mod label Dec 29, 2024
@LocalIdentity LocalIdentity merged commit 16d4f8d into PathOfBuildingCommunity:dev Dec 31, 2024
@LocalIdentity LocalIdentity added the pob1 Should also be merged into PoB1 Repo label Jan 6, 2025
prado1506 pushed a commit to prado1506/PathOfBuilding-PoE2 that referenced this pull request Jun 19, 2026
…hOfBuildingCommunity#65)

* docs: rewrite CLAUDE.md to match actual repo state

- Fix test commands: compose service is 'busted-tests', not 'tests';
  add --exclude-tags/--filter usage and the read-only-volume coverage caveat
- Fix paths: calc engine is flat src/Modules/Calc*.lua (no Calcs/ dir),
  ModParser tests live in spec/System/TestModParser_spec.lua
- Add architecture overview: entry points, modifier system (ModParser/
  ModDB/mod syntax), calculation pipeline incl. per-hand output passes,
  generated game data, and pointers to docs/
- Document CI matrix, 370-success baseline and known TestWard failures
- Carry over fork/PR rules from AGENTS.md; make the code-review-graph
  MCP section conditional on tool availability

https://claude.ai/code/session_01EitwohXyFktgKuxdvwgYHY

* docs: add cspell ignore directive for CLAUDE.md

The spellcheck dictionary doesn't know 'callees' or the lowercase
GHCR image path components; the image name must stay lowercase, so
ignore them inline.

https://claude.ai/code/session_01EitwohXyFktgKuxdvwgYHY

* docs: apply CLAUDE.md corrections to AGENTS.md

Same fixes as the CLAUDE.md rewrite: correct compose service name
(busted-tests), correct test file names (TestModParser_spec.lua),
calc engine is flat src/Modules/Calc*.lua (no Calcs/ dir), drop the
inaccurate 'tests/ is the Docker harness' claim, add the coverage
read-only-volume caveat, test baseline, per-hand pass gotcha, and
make the code-review-graph MCP section conditional on availability.

https://claude.ai/code/session_01EitwohXyFktgKuxdvwgYHY

---------

Co-authored-by: Claude <noreply@anthropic.com>
bct8925 pushed a commit to bct8925/PathOfBuilding-PoE2 that referenced this pull request Jun 19, 2026
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 pob1 Should also be merged into PoB1 Repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants