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
38 changes: 16 additions & 22 deletions dat-schema/3_26_Mercenaries.gql
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,34 @@ type MercenaryAttributes {
type MercenaryBuilds {
Id: string
Class: MercenaryClasses
Skill1: [MercenarySkills]
_: i32
Skill2: [MercenarySkills]
Skills1: [MercenarySkills]
Skills2Count: i32
Skills2: [MercenarySkills]
_: i32
_: [_] # All rows empty
_: i32
Skill3: [MercenarySkills]
Skills3Count: i32
Skills3: [MercenarySkills]
_: [string]
Tags: [Tags]
AIFile: string
HASH16: u16
BuildName: string
Name: string
_: i32
Infamous: bool
IsInfamous: bool
IdleSkill: MercenarySkills
_: string
_: [string]
Achievements: [AchievementItems]
WieldableTypes: [MercenaryWieldableTypes]
BuildStats: [MercenaryBuildExtraStats]
ExtraStats: [MercenaryBuildExtraStats]
}

type MercenaryBuildExtraStats {
Id: string
Stat: Stats
_: i32
_: i32
_: i32
Value1: i32
Value2: i32
Value3: i32
Category: MercenaryBuildStatsCategories
}

Expand Down Expand Up @@ -82,20 +82,14 @@ type MercenaryInventories {
_: i32
}

type MercenaryRenownLevels {
RenownLevel: i32
_: i32
_: i32
}

type MercenarySkills {
Id: GrantedEffects
GrantedEffect: GrantedEffects
SupportCount: MercenarySupportCounts
PossibleSupports: [MercenarySupports]
SecondaryGrantedEffect: GrantedEffects
EncounterGrantedEffect: GrantedEffects
Name: string
Description: string
_: i32
RequiredLevel: i32
_: i32
SkillFamily: MercenarySkillFamilies
HASH16: u16
Expand All @@ -119,13 +113,13 @@ type MercenarySupports {
_: i32
_: i32
_: i32
Stat: [Stats]
Stats: [Stats]
StatValues: [i32]
Name: string
SupportFamily: MercenarySupportFamilies
HASH16: u16
GemIcon: string
Variant: i32
Tier: i32
_: [_] # All rows empty
_: [_] # All rows empty
}
Expand Down