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
18 changes: 8 additions & 10 deletions dat-schema/poe2/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -2369,8 +2369,7 @@ type Expedition2Recipes {
_: string
_: bool
_: i32
_: bool
_: i32
RewardGemLevel: i32
QuestFlag: QuestFlags
Category: ExpeditionCategory
RuneWeights: [Expedition2RunesWeights]
Expand All @@ -2391,25 +2390,24 @@ type Expedition2Runes {
_: rid # All rows empty
ArchnemesisMod: ArchnemesisMods
ArchnemesisModPower: ArchnemesisMods
_: i32
TomeArt: string
RemnantArt: string
ModType: ModType
Mod: Mods
EnemyArt: string
_: string
TomeArt2: string
}

# Added 0.5
type Expedition2RunesWeights {
Id: string
_: i32
_: i32
RecipeRuneCount: i32
HighlightedRuneSlot: i32
HighlightedRune: Expedition2Runes
MinAreaLevel: i32
MaxAreaLevel: i32
_: i32
_: string
_: bool
TableComments: string
_: bool # possibly GrandExpeditionExclusive
_: i32
}

Expand Down Expand Up @@ -7429,4 +7427,4 @@ type WorldScreenMapPinDialogue {
Id: MapPins
_: i32
NPCTalk: [NPCTalk]
}
}