@@ -463,41 +463,64 @@ type AtlasFavouredMapSlots {
463463enum AtlasModTiers @indexing (first : 0 ) { _ }
464464
465465type AtlasNode {
466- WorldAreasKey : WorldAreas @unique
467- ItemVisualIdentityKey : ItemVisualIdentity
466+ Id : string
467+ Area1 : WorldAreas
468468 _ : bool
469- MapsKey : Maps
470- FlavourTextKey : FlavourText
471- AtlasNodeKeys : [AtlasNode ]
472- Tier0 : i32
473- Tier1 : i32
474- Tier2 : i32
475- Tier3 : i32
476- Tier4 : i32
469+ FlavourText : FlavourText
470+ Connections : [AtlasNode ]
477471 _ : f32
478472 _ : f32
479473 _ : f32
480474 _ : f32
481475 _ : f32
482- DDSFile : string @file (ext : " .dds" )
476+ UniqueArt : string @file (ext : " .dds" )
483477 StartingNode : bool
484478 NotOnAtlas : bool
479+ DivCards : [BaseItemTypes ]
480+ DivCardsHardmode : [BaseItemTypes ]
485481 _ : i32
482+ HASH16 : i16
483+ _ : bool
486484 _ : i32
487485 _ : i32
486+ _ : [_ ]
487+ _ : bool
488+ _ : bool
489+ WatchstoneSlot : rid
490+ _ : rid
491+ QuestStates : [i32 ]
492+ _ : bool
493+ _ : rid
494+ Area2 : WorldAreas
495+ _ : bool
496+ _ : bool
497+ _ : f32
498+ _ : bool
488499 _ : i32
489- DivCards : [BaseItemTypes ]
490- _ : [BaseItemTypes ]
500+ _ : i32
501+ _ : i32
502+ _ : i32
503+ _ : bool
491504}
492505
493506type AtlasNodeDefinition {
494- WorldAreasKey : WorldAreas
495- ItemVisualIdentityKey : ItemVisualIdentity
496- _ : bool
497- Tier : i32
507+ Id : string
508+ Area1 : WorldAreas
498509 _ : i32
499510 _ : i32
500511 _ : bool
512+ _ : bool
513+ Image : string @file (ext : " .dds" )
514+ _ : bool
515+ _ : bool
516+ _ : rid
517+ _ : rid
518+ QuestStates : [i32 ]
519+ _ : bool
520+ _ : rid
521+ Area2 : WorldAreas
522+ _ : bool
523+ _ : rid
501524}
502525
503526type AtlasPositions {
@@ -2126,12 +2149,11 @@ type Hideouts {
21262149 Weight : i32
21272150 Rarity : HideoutRarity
21282151 NotActsArea : bool
2129- Name : string
21302152 _ : [i32 ]
21312153 _ : bool
21322154 _ : bool
21332155 _ : bool
2134- _ : rid
2156+ UnlockMtx : MtxTypes
21352157 ErrorMessage : string
21362158}
21372159
@@ -2607,6 +2629,7 @@ type MapFragmentMods {
26072629 _ : i32
26082630 MapFragmentLimit : i32
26092631 _ : bool
2632+ _ : [rid ]
26102633}
26112634
26122635type MapInhabitants {
@@ -2655,8 +2678,6 @@ type Maps @tags(list: ["item:def", "item:recipe"]) {
26552678 MapUpgrade_BaseItemTypesKey : BaseItemTypes
26562679 MonsterPacksKeys : [MonsterPacks ]
26572680 AchievementItem : AchievementItems
2658- Regular_GuildCharacter : string
2659- Unique_GuildCharacter : string
26602681 Tier : i32
26612682 Shaped_Base_MapsKey : Maps
26622683 Shaped_AreaLevel : i32
@@ -3040,6 +3061,7 @@ enum ModDomains @indexing(first: 1) {
30403061 NECROPOLIS_MONSTER
30413062 UBER_MAP
30423063 IDOL
3064+ GRAFT
30433065}
30443066
30453067type ModEffectStats {
@@ -3100,6 +3122,7 @@ enum ModGenerationType @indexing(first: 1) {
31003122 _
31013123 NECROPOLIS_HAUNTED
31023124 NECROPOLIS_DEVOTED
3125+ MEMORY_ALTAR
31033126}
31043127
31053128type Mods @tags (list : ["crafting" ]) {
@@ -3181,6 +3204,7 @@ type Mods @tags(list: ["crafting"]) {
31813204 "0: All, 1: Normal, 2: Ruthless"
31823205 GameMode : i32
31833206 _ : [GrantedEffectsPerLevel ]
3207+ _ : bool # 3.28 something related to a few of unique mods
31843208}
31853209
31863210type ModSellPriceTypes {
@@ -4447,7 +4471,7 @@ type QuestStaticRewards {
44474471 _ : i32
44484472 StatValuesHardmode : [i32 ]
44494473 ClientStringHardmode : ClientStrings
4450- _ : rid
4474+ _ : bool
44514475}
44524476
44534477type QuestTrackerGroup {
@@ -5185,8 +5209,7 @@ type UniqueMaps @tags(list: ["item:unique"]) {
51855209 WorldAreasKey : WorldAreas
51865210 WordsKey : Words
51875211 FlavourTextKey : FlavourText
5188- HasGuildCharacter : bool
5189- GuildCharacter : string
5212+ _ : bool
51905213 Name : string
51915214 IsDropDisabled : bool
51925215}
0 commit comments