Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dat-schema/poe2/GemEffects.gql
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ type GemEffects {
_: bool
_: [i32]
_: i32
_: i32
}
5 changes: 5 additions & 0 deletions dat-schema/poe2/PassiveSkillTrees.gql
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ type PassiveSkillTrees {
_: bool
Name: ClientStrings
UIArt: PassiveSkillTreeUIArt
_: i32
_: i32
_: f32
_: f32
_: f32
}
6 changes: 3 additions & 3 deletions dat-schema/poe2/PassiveSkills.gql
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ type PassiveSkills {
WeaponPointsGranted: i32
IsFree: bool
_: bool # Smith of Kitava body armour passives, maybe DoNotDraw(Connection)Line?
_: [PassiveSkills]
AscendancyUnlock: Ascendancy
UnlockedBy: [PassiveSkills]
VisibleForAscendancy: Ascendancy
_: bool
_: rid
NodeFrameArt: PassiveSkillTreeNodeFrameArt
}
4 changes: 2 additions & 2 deletions dat-schema/poe2/SkillGems.gql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type SkillGems @tags(list: ["item:def"]) {
IntelligenceRequirementPercent: i32
VaalVariant_BaseItemType: BaseItemTypes
IsVaalVariant: bool
MinionGlobalSkillLevelStat: Stats
GlobalSkillLevelStat: Stats
GemType: i32
_: bool
_: bool
Expand All @@ -26,5 +26,5 @@ type SkillGems @tags(list: ["item:def"]) {
_: i32
_: bool
_: [rid]
tier: i32
Tier: i32
}