Skip to content
Open
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
16 changes: 0 additions & 16 deletions dat-schema/3_05_Betrayal.gql
Original file line number Diff line number Diff line change
Expand Up @@ -142,22 +142,6 @@ type SafehouseBYOCrafting @tags(list: ["crafting"]) {
ServerCommand2: string
}

type SafehouseCraftingSpreeType {
Id: string
Currencies: [SafehouseCraftingSpreeCurrencies]
CurrencyCount: [i32]
_: [rid]
Disabled: bool
ItemClassText: string
_: i32
}

type SafehouseCraftingSpreeCurrencies {
Id: string @unique
BaseItemTypesKey: BaseItemTypes
HasSpecificBaseItem: bool
}

type Scarabs {
Type: ScarabTypes
Items: [BaseItemTypes]
Expand Down
10 changes: 0 additions & 10 deletions dat-schema/3_17_Siege_of_the_Atlas.gql
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ type PrimordialBossLifeScalingPerLevel {
Scale: i32
}

type AtlasUpgradesInventoryLayout {
Id: string
_: i32
Voidstone: BaseItemTypes
_: i32
Objective: string
GrantAtlasUpgrade: QuestFlags
_: rid
}

type AtlasPassiveSkillTreeGroupType {
Id: string @unique
}
Expand Down
5 changes: 0 additions & 5 deletions dat-schema/3_18_Sentinel.gql
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ type DroneTypes {
NotPoweredText: string
}

type SentinelCraftingCurrency {
Currency: BaseItemTypes
Type: i32
}

type SentinelDroneInventoryLayout {
DroneType: DroneTypes
_: i32
Expand Down
8 changes: 0 additions & 8 deletions dat-schema/3_27_Keepers_of_the_Flame.gql
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ type BreachBossLifeScalingPerLevel {
LifeMultiplier: i32
}

type BreachElement {
Element: string
_: rid
BaseBreachstone: BaseItemTypes
BossMapMod: Stats
DuplicateBoss: Stats
}

type BrequelFruitRewardTypes {
Id: string @unique
Name: string
Expand Down
100 changes: 0 additions & 100 deletions dat-schema/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -1202,15 +1202,6 @@ type CraftingBenchTypes {
_: bool
}

type CraftingBenchUnlockCategories {
Id: string @unique
_: i32
_: [i32]
UnlockType: string
CraftingItemClassCategories: [CraftingItemClassCategories]
ObtainingDescription: string
}

type CraftingItemClassCategories {
Id: string @unique
ItemClasses: [ItemClasses]
Expand Down Expand Up @@ -1424,13 +1415,6 @@ type DropEffects {
AOFile: string @file(ext: ".ao")
}

type DropPool {
Group: string @unique
Weight: i32
_: [i32]
WeightHardmode: i32
}

type EclipseMods {
Key: string @unique
SpawnWeight_TagsKeys: [Tags]
Expand Down Expand Up @@ -2802,19 +2786,6 @@ type MapSeriesTiers {
MirageTier: i32
}

type MapStashSpecialTypeEntries {
Id: string
_: i32
MapItem: BaseItemTypes
Name: string @localized
_: i32
IsShaperGuardian: bool
IsElderGuardian: bool
_: rid
_: rid
_: rid
}

type MapStashUniqueMapInfo {
UniqueMap: UniqueMaps
BaseItem: BaseItemTypes
Expand Down Expand Up @@ -5147,33 +5118,6 @@ type Topologies {
_: i32
}

type TradeMarketCategory {
Id: string
Name: string @localized
StyleFlag: TradeMarketCategoryStyleFlag
Group: TradeMarketCategoryGroups
_: [i32]
_: bool
IsDisabled: bool
}

type TradeMarketCategoryGroups {
Id: string
Name: string @localized
}

type TradeMarketCategoryListAllClass {
TradeCategory: TradeMarketCategory
ItemClass: ItemClasses
}

type TradeMarketIndexItemAs {
Item: rid
IndexAs: rid
}

enum TradeMarketCategoryStyleFlag @indexing(first: 0) { _ }

type TriggerBeam {
_: i32
_: [MiscBeams]
Expand Down Expand Up @@ -5640,15 +5584,6 @@ type BreachArtVariations {
_: rid
}

# Added 3.21
type Breachstones {
BaseType: BaseItemTypes @unique
MapTierEquivalent: i32
_: i32 @unique
UpgradesTo: BaseItemTypes
UpgradeCurrency: BaseItemTypes
}

type BossKillEvent {
_: string
QuestFlag: QuestFlags
Expand Down Expand Up @@ -5772,12 +5707,6 @@ type EntityInfobarStyle {
LifeBarRight: string
}

# Added 3.17
type FlaskStashBaseTypeOrdering {
Flask: Flasks @unique
Order: i32 @unique
}

# Added 3.20
type GameObjectTasksFromStats {
_: rid @unique
Expand Down Expand Up @@ -5827,20 +5756,6 @@ enum GemStyles @indexing(first: 1) {
DEFAULT
}

# Added 3.20
type GoldActScaling {
Act: string @unique
_: i32
_: i32
_: i32
}

# Added 3.20
type GoldConstants {
Id: string @unique
_: i32
}

# Added 3.20
type HardModeExtraContentChances {
Id: string @unique
Expand Down Expand Up @@ -6000,15 +5915,6 @@ type LegacyAtlasInfluenceOutcomes {
_: [_]
}

# Added 3.22
type MapStashSubstashGroup {
Id: string @unique
Label: string
Icon: string
_: rid
Description: string
}

type MemoryLineModifiers {
MemoryLineType: MemoryLineType
_: i32
Expand Down Expand Up @@ -6409,12 +6315,6 @@ type TormentedSpiritLifeScalingPerLevel {
Life: i32
}

# Added 3.19
type TradeMarketImplicitModDisplay {
_: rid @unique
_: string
}

# Added 3.21
type TryTheNewLeagueVersions {
League: string
Expand Down
10 changes: 10 additions & 0 deletions dat-schema/poe2/AtlasUpgradesInventoryLayout.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
type AtlasUpgradesInventoryLayout {
Id: string
_: i32
Voidstone: BaseItemTypes
_: i32
Objective: string
GrantAtlasUpgrade: QuestFlags
_: rid
}

8 changes: 8 additions & 0 deletions dat-schema/poe2/BreachElement.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
type BreachElement {
Element: string
_: rid
BaseBreachstone: BaseItemTypes
BossMapMod: Stats
DuplicateBoss: Stats
}

7 changes: 7 additions & 0 deletions dat-schema/poe2/Breachstones.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type Breachstones {
BaseType: BaseItemTypes @unique
MapTierEquivalent: i32
_: i32 @unique
UpgradesTo: BaseItemTypes
UpgradeCurrency: BaseItemTypes
}
8 changes: 8 additions & 0 deletions dat-schema/poe2/CraftingBenchUnlockCategories.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
type CraftingBenchUnlockCategories {
Id: string @unique
_: i32
_: [i32]
UnlockType: string
CraftingItemClassCategories: [CraftingItemClassCategories]
ObtainingDescription: string
}
4 changes: 4 additions & 0 deletions dat-schema/poe2/FlaskStashBaseTypeOrdering.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type FlaskStashBaseTypeOrdering {
Flask: Flasks @unique
Order: i32 @unique
}
Loading