Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Apr 1, 2024
2 parents a2708af + ac0f962 commit 0ed0c54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions dat-schema/3_00_The_Fall_of_Oriath.gql
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ type PantheonPanelLayout {
Effect4_Values: [i32]
GodName1: string
Effect2_Values: [i32]
QuestState1: QuestStates
QuestState2: QuestStates
QuestState3: QuestStates
QuestState4: QuestStates
QuestFlag: QuestFlags
IsDisabled: bool
AchievementItems: [AchievementItems]
LeagueQuestFlag1: i32
LeagueQuestFlag2: i32
LeagueQuestFlag3: i32
DowngradeFlag1: QuestFlags
DowngradeFlag2: QuestFlags
DowngradeFlag3: QuestFlags
}

type PantheonSouls @tags(list: ["item:itemized"]) {
Expand Down
2 changes: 1 addition & 1 deletion dat-schema/3_24_Necropolis.gql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type ItemisedNecropolisPacks {
Item: BaseItemTypes
Item: BaseItemTypes @unique
Pack: NecropolisPacks
Description: string
}
Expand Down
1 change: 1 addition & 0 deletions dat-schema/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -2652,6 +2652,7 @@ type MapSeriesTiers {
CrucibleTier: i32
AncestorTier: i32
AzmeriTier: i32
NecropolisTier: i32
}

type MapStashSpecialTypeEntries {
Expand Down

0 comments on commit 0ed0c54

Please sign in to comment.