Skip to content

Commit

Permalink
tables needed for stat text generation (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlvllvlvllvlvl authored Dec 30, 2024
1 parent 4ffedba commit 9a0ffcc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dat-schema/poe2/SkillGemsForUniqueStat.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type SkillGemsForUniqueStat {
Index: i32
SkillGem: SkillGems
}
7 changes: 7 additions & 0 deletions dat-schema/poe2/UltimatumWagerTypes.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type UltimatumWagerTypes {
Id: string @unique
HASH16: u16
CurrencyItem: CurrencyItems
Count: i32
DisplayText: string @localized
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a0ffcc

Please sign in to comment.