Skip to content
Merged
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
8 changes: 3 additions & 5 deletions dat-schema/poe2/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -1022,12 +1022,11 @@ type BuffVisualOrbTypes {
_: f32
_: i32
_: f32
_: bool
_: f32
_: bool
_: string
_: bool
_: [string]
_: i32
}

# Added 0.1
Expand Down Expand Up @@ -1468,7 +1467,7 @@ type CoreLeagues {
_: i32
MapContent: EndgameMapContent
_: i32
AtlasStat: Stats
AtlasStats: [Stats]
}

type CorpseExplosionGibs {
Expand Down Expand Up @@ -5687,8 +5686,7 @@ type Pet {
HideoutCategory: HideoutDoodadCategory
GrantedSkill: [GrantedEffectsPerLevel]
_: i32
_: bool
_: rid # All rows empty
_: rid
_: bool
_: bool
_: bool
Expand Down