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/2_02_Ascendancy.gql
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type LabyrinthCraftOptions {
Text: string
Script: string
ScriptArgument: string
HASH16: i16
HASH16: u16
_: bool
Tier: LabyrinthCraftOptionTiers
_: bool
Expand Down
2 changes: 1 addition & 1 deletion dat-schema/2_04_Essence.gql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Essences @tags(list: ["item:def", "crafting"]) {
Display_BodyArmour_ModsKey: Mods
Display_Helmet_ModsKey: Mods
Display_Shield_ModsKey: Mods
HASH32: i32
HASH32: u32
DropLevel: [i32]
Monster_ModsKeys: [Mods]
EssenceTypeKey: EssenceType
Expand Down
2 changes: 1 addition & 1 deletion dat-schema/3_09_Metamorph.gql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ type AlternateQualityTypes @tags(list: ["item:def"]) {
MapStats: [Stats]
_: i32
IsCatalyst: bool
HASH16: i16
HASH16: u16
CatalystMod: Mods
}
2 changes: 1 addition & 1 deletion dat-schema/3_16_Scourge.gql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type HellscapeAOReplacements {
Original: string @file(ext: ".ao")
HASH32: i32
HASH32: u32
Replacement: string @file(ext: ".ao")
}

Expand Down
2 changes: 1 addition & 1 deletion dat-schema/3_17_Archnemesis.gql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ArchnemesisMods {
type ArchnemesisModVisuals {
Id: string @unique
MiscAnimated: MiscAnimated
StampFamily: StampFamily
BuffVisualOrbType: BuffVisualOrbTypes
MiscEffectPack: MiscEffectPacks
BuffVisual: [BuffVisuals]
Monster: [MonsterVarieties]
Expand Down
4 changes: 2 additions & 2 deletions dat-schema/3_18_Sentinel.gql
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ type SentinelTaggedMonsterStats {
TaggedStat: Stats
_: Stats
BuffTemplate: [BuffTemplates]
_: rid
_: rid
RewardType1: GenericLeagueRewardTypes
RewardType2: GenericLeagueRewardTypes
}
30 changes: 15 additions & 15 deletions dat-schema/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Achievements {
Description: string
SetId: AchievementSetsDisplay @ref(column: "Id")
Objective: string
HASH16: i16
HASH16: u16
_: bool
HideAchievementItems: bool
_: bool
Expand Down Expand Up @@ -509,7 +509,7 @@ type AtlasNode {
DivCards: [BaseItemTypes]
DivCardsHardmode: [BaseItemTypes]
Tier: i32
HASH16: i16
HASH16: u16
IsUniqueMap: bool
Region: AtlasRegions
Node_DDSFile: string @file(ext: ".dds")
Expand Down Expand Up @@ -630,7 +630,7 @@ type BaseItemTypes @tags(list: ["item:def", "item:droptable"]) {
TagsKeys: [Tags]
ModDomain: ModDomains
ItemVisualIdentity: ItemVisualIdentity
HASH32: i32
HASH32: u32
VendorRecipe_AchievementItems: [AchievementItems]
"the inflection identifier used for i18n in related fields"
Inflection: string
Expand Down Expand Up @@ -2256,7 +2256,7 @@ type HideoutRarity {

type Hideouts {
HideoutArea: WorldAreas
HASH16: i16
HASH16: u16
HideoutFile: string @file(ext: ".hideout")
SpawnAreas: [WorldAreas]
ClaimSideArea: WorldAreas
Expand Down Expand Up @@ -2385,7 +2385,7 @@ enum ItemClassFlags @indexing(first: 0) {

type ItemConditions {
Id: string
_: [_] # All rows empty
ItemClasses: [ItemClasses]
_: i32
_: i32
_: bool
Expand Down Expand Up @@ -3203,7 +3203,7 @@ type MiscAnimated {
PreloadGroupsKeys: [PreloadGroups]
_: i32
_: i32
HASH32: i32
HASH32: u32
}

type MiscAnimatedArtVariations {
Expand Down Expand Up @@ -3674,7 +3674,7 @@ type MonsterMortar {
_: f32
_: f32
_: bool
_: rid # All rows empty
ImpactAnimation2: MiscAnimated
_: string
}

Expand Down Expand Up @@ -4118,12 +4118,12 @@ type NPCDivinationWindowVisuals {

type NPCVendorDialogueConditions {
Id: string @unique
_: rid # All rows empty
_: rid # All rows empty
Rarity: Rarity
ItemClass: ItemClasses
_: i32
_: rid # All rows empty
_: i32
_: rid # All rows empty
Words: Words
}

type NPCVendorDialogue {
Expand Down Expand Up @@ -4643,7 +4643,7 @@ type PreloadFromStats {
BuffVisual: [BuffVisuals]
EffectPack: [MiscEffectPacks]
_: i32
GroundEffectType: [GroundEffectTypes]
GroundEffect: [GroundEffects]
}

type PreloadGroups {
Expand Down Expand Up @@ -4726,7 +4726,7 @@ type QuestAchievements {

type QuestFlags {
Id: string
HASH32: i32
HASH32: u32
}

type QuestItems {
Expand Down Expand Up @@ -5269,7 +5269,7 @@ type Stats @tags(list: ["crafting"]) {
MainHandAlias_StatsKey: Stats
OffHandAlias_StatsKey: Stats
_: bool
HASH32: i32
HASH32: u32
BelongsActiveSkillsKey: [ActiveSkills] @ref(column: "Id")
Category: PassiveSkillStatCategories
_: bool
Expand Down Expand Up @@ -5760,7 +5760,7 @@ type Words {
Text: string @unique
SpawnWeight_Tags: [Tags]
SpawnWeight_Values: [i32]
HASH32: i32
HASH32: u32
Text2: string
"the inflection identifier used for i18n in related fields"
Inflection: string
Expand Down Expand Up @@ -6510,7 +6510,7 @@ type MemoryLineModifiers {
type MemoryLineType {
Id: string @unique
MemoryLine: AtlasMemoryLine
HASH16: i16
HASH16: u16
Stats: [Stats]
StatValues: [i32]
_: i32
Expand Down
Loading