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
2 changes: 1 addition & 1 deletion dat-schema/poe2/ActiveSkills.gql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type ActiveSkills {
VideoClip: string @file(ext: ".bk2")
CharacterAudioEvent: CharacterAudioEvents
AiScript: string @file(ext: ".ais")
MinionType: MinionType
_: rid
_: bool
ShortDescription: string
StatDescriptionType: i32
Expand Down
3 changes: 2 additions & 1 deletion dat-schema/poe2/Incursion2Crafting.gql
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ type Incursion2Crafting {
_: bool
_: i32
GlowIcon_DDSFile: string @file(ext: ".dds")
_: rid
SoundEffect: SoundEffects
CanTakeCurrency: bool
}
5 changes: 3 additions & 2 deletions dat-schema/poe2/Incursion2Medallions.gql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ type Incursion2Medallions {
FlavourText: string @localized
Icon_DDSFile: string @file(ext: ".dds")
_: bool
_: rid
MiscObject: MiscObjects
Description: string @localized
_: rid
SoundEffect: SoundEffects
_: i32
}
5 changes: 3 additions & 2 deletions dat-schema/poe2/Incursion2RoomPerLevel.gql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type Incursion2RoomPerLevel {
Description: string @localized
Name: string @localized
Icon_DDSFile: string @file(ext: ".dds")
_: rid
_: [i32]
Mod: Mods
ModValues: [i32]
Description2: string
}
1 change: 1 addition & 0 deletions dat-schema/poe2/Incursion2TempleLevelPerCharacterLevel.gql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
type Incursion2TempleLevelPerCharacterLevel {
CharacterLevel: i32 @unique
AreaLevel: i32
_: i32
}
25 changes: 25 additions & 0 deletions dat-schema/poe2/ItemisedVisualEffect.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Added 4.1
type ItemisedVisualEffect {
EffectBaseType: BaseItemTypes
VisualEffect: ItemVisualEffect
VisualIdentity: ItemVisualIdentity
Stats: [Stats]
ItemClasses: [ItemClasses]
_: [rid]
_: bool
_: [i32]
_: [i32]
_: bool
_: [_]
_: bool
_: [_] # All rows empty
_: [_]
_: [_]
_: [_]
_: rid
_: bool
_: rid
_: rid
_: bool
_: bool
}
4 changes: 2 additions & 2 deletions dat-schema/poe2/PassiveSkillTrees.gql
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ type PassiveSkillTrees {
_: bool
Name: ClientStrings
UIArt: PassiveSkillTreeUIArt
_: i32
_: i32
_: rid
_: rid
_: f32
_: f32
_: f32
Expand Down