Skip to content

PoE2: Incursion Wordlists entries and rid targets in four tables - #249

Merged
SnosMe merged 1 commit into
poe-tool-dev:mainfrom
juddisjudd:main
Sep 15, 2026
Merged

SnosMe merged 1 commit into
poe-tool-dev:mainfrom
juddisjudd:main

Conversation

@juddisjudd

@juddisjudd juddisjudd commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Wordlists stops at MERCENARY_SUFFIX (14) but PoE2 Words.Wordlist goes up to 60. Lists 15 to 60 are the Incursion architect and boss names, one prefix list and one suffix list per monster. The Text ids in each list share a stem (IncursionUniqueForgemasterPrefix1 to 5, IncursionUniqueForgemasterSuffix, and so on), so the entries are those stems in upper snake case. Added as a PoE2 override like StashId, PoE1 is untouched.

rid columns with a clear target:

  • PassiveSkills, the rid before QuestFlag: PassiveSkillVariantTypes. Atlas notables point at the row with their own Id, attribute passives point at GenericAttribute.
  • NPCTalk, the [rid] after Music1: [Characters]. Set on 19 rows. Monk Reveal lists one class, Introduction lists all twelve.
  • CharacterStartStates, the third [rid]: [SupportGems]. 179 different support gems across the table and nothing else.
  • AfflictionQuestFogBankValues, all four rid columns: NPCs. The single row points at the AlvaIncursionTempleSummon NPCs and the Blackjaw commander boss. Left unnamed, I can't tell which column is which.

The two [rid] before the support gems in CharacterStartStates look like BaseItemTypes, but the Gamescom and demo states resolve to PoE1 items, so I left them.

Checked at 4.5.5.2. Replaces #247 and #248.

Words.Wordlist reaches 60 in patch 4.5.5.2; a PoE2 override of the
Wordlists enum names entries 15-60, the Incursion architect and boss
name lists in prefix/suffix pairs, from the Text ids in each list.

PassiveSkills gains VariantType: PassiveSkillVariantTypes, NPCTalk a
Characters list, CharacterStartStates a SupportGems list, and the four
rid columns of AfflictionQuestFogBankValues point at NPCs. Each target
was confirmed by reading the referenced rows.
@juddisjudd juddisjudd changed the title PoE2: name the Incursion Wordlists and resolve untargeted references in four tables PoE2: Incursion Wordlists entries and rid targets in four tables Sep 15, 2026
@SnosMe
SnosMe merged commit 7840173 into poe-tool-dev:main Sep 15, 2026
1 check passed
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.

2 participants