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
29 changes: 14 additions & 15 deletions dat-schema/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ type AlternatePassiveSkills {
Id: string @unique
AlternateTreeVersionsKey: AlternateTreeVersions
Name: string
PassiveType: [i32]
PassiveType: [PassiveSkillSizes]
StatsKeys: [Stats]
Stat1Min: i32
Stat1Max: i32
Expand All @@ -239,6 +239,13 @@ type AlternatePassiveSkills {
_: i32
}

enum PassiveSkillSizes @indexing(first: 1) {
ATTRIBUTE
SMALL
NOTABLE
KEYSTONE
}

type AlternateSkillTargetingBehaviours {
Id: string @unique
_: i32
Expand All @@ -249,8 +256,6 @@ type AlternateSkillTargetingBehaviours {
_: [i32]
}

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

type AlternateTreeVersions {
Id: string @unique
_: bool
Expand Down Expand Up @@ -3059,7 +3064,6 @@ enum ModDomains @indexing(first: 1) {
TINCTURE
ANIMAL_CHARM
NECROPOLIS_MONSTER
UBER_MAP
IDOL
GRAFT
}
Expand Down Expand Up @@ -3851,22 +3855,11 @@ type NPCFollowerVariations {

type NPCMaster {
Id: string
_: bool
_: bool
Signature_ModsKey: Mods
_: bool
SpawnWeight_TagsKeys: [Tags]
SpawnWeight_Values: [i32]
_: rid
_: i32
AreaDescription: string
_: rid
_: i32
_: Stats
HasAreaMissions: bool
_: [rid]
_: [rid]
_: rid
_: [rid]
_: rid
}
Expand Down Expand Up @@ -4148,6 +4141,7 @@ type PassiveSkills {
enum PassiveSkillTypes @indexing(first: 0) {
PASSIVE_TREE
ATLAS_TREE
GENESIS_TREE
}

type PassiveSkillStatCategories {
Expand Down Expand Up @@ -5319,6 +5313,11 @@ enum Wordlists @indexing(first: 1) {
STRONGBOX_PREFIX
STRONGBOX_SUFFIX
ESSENCE
TEST
VILLAGER_PREFIX
VILLAGER_SUFFIX
MERCENARY_PREFIX
MERCENARY_SUFFIX
}

type Words {
Expand Down