Skip to content

Add new 0.5 Data#2035

Merged
Wires77 merged 19 commits into
devfrom
0.5-export
Jun 1, 2026
Merged

Add new 0.5 Data#2035
Wires77 merged 19 commits into
devfrom
0.5-export

Conversation

@LocalIdentity
Copy link
Copy Markdown
Contributor

@LocalIdentity LocalIdentity commented Jun 1, 2026

Fixes #2025, #2037

Description of the problem being solved:

  • Exports all the new 0.5 gems but does not add support for them all. Many are still missing damage flags
    • Use this build to see which gems need to be worked on:
  • Merges the spec from the PoE dat repo into PoB for all the dat files in the game. Will make it very easy to add new tables
    • I'd like to have all the tables exported by default with a shortlist of ones we care about
  • Fixes an import issue discovered by PoE.ninja where the unique item id was being parsed as a mod and feeding into the corruption mod matching function and could run 100k times. Now skip that line entirely so it never runs mod matching logic on it
  • Makes active skills that are granted by supports like corrupting cry, inherit their gem level from the main active skill
  • Exports the new bases but does not add any calcs for Ward just yet
  • Adds new logic for the new amulets that can have many different varianst on the 1 base type

LocalIdentity added 12 commits June 1, 2026 09:42
Adds the lineage gems + support for some of their mods
Adds some other new support gems too
Fixes a new gem have a foreign character
Fixes Global.lua for changes skil ltypes
Adds assets for new skills
Contains the spec for all the PoE 2 files based on the public schema
Issue happening on PoE.ninja where the Unique Id was being fed through the mod range finding function and could cause imports to take ages as it would run the function a 100k times
Need to add skill flags and mod support
Supports like corrupting cry that grant an active skill need to have the active skill scaled off of the level of the warcry the triggers it
Adds the new bases and export for ward values
Fixes the import of the new frame type for runic ward bases
Adds support for exporting bases that can have many different variants based on their implicit
Leaves out changes in the files for updating the uniques
@LocalIdentity LocalIdentity added the enhancement New feature, calculation, or mod label Jun 1, 2026
This was referenced Jun 1, 2026
LocalIdentity and others added 7 commits June 1, 2026 10:34
The new Zarokh's Gift anoint node was giving an empty icon to both the enabled and disabled skill shet. We now skip empty icons so they don't break the sheet logic
Remove JSON tree data + images
@Wires77 Wires77 merged commit b8f3152 into dev Jun 1, 2026
2 of 3 checks passed
@Wires77 Wires77 deleted the 0.5-export branch June 1, 2026 03:33
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.

Runegraft items cannot added pob

2 participants