Skip to content

Commit

Permalink
Name few 11.0.2 fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Aug 12, 2024
1 parent 0fa381b commit 5aa8388
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions definitions/MapDifficulty.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int ResetInterval
int Difficulty
string Difficultystring
int<ContentTuning::ID> ContentTuningID
int Field_11_0_2_55959_009?
int<WorldStateExpression::ID> WorldStateExpressionID

LAYOUT FDA8CF64
BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917
Expand Down Expand Up @@ -313,5 +313,5 @@ ItemContext<u8>
ItemContextPickerID<32>
Flags<32>
ContentTuningID<32>
Field_11_0_2_55959_009<32>
WorldStateExpressionID<32>
$noninline,relation$MapID<32>
4 changes: 2 additions & 2 deletions definitions/QuestSort.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COLUMNS
int ID
locstring SortName_lang
int UiOrderIndex
int Field_11_0_2_55522_002?
int Flags? // HigherPriority = 1 (before this flag was introduced, client compared hardcoded ID == 344)

BUILD 6.0.1.18179
BUILD 4.0.0.11792
Expand Down Expand Up @@ -99,4 +99,4 @@ BUILD 11.0.2.55522, 11.0.2.55665, 11.0.2.55763, 11.0.2.55789, 11.0.2.55959, 11.0
$noninline,id$ID<32>
SortName_lang
UiOrderIndex<8>
Field_11_0_2_55522_002<32>
Flags<32>
6 changes: 3 additions & 3 deletions definitions/TraitCond.dbd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COLUMNS
int ID?
int CondType? // 0: Available, 1: Visible, 2: Granted, 3: Increased
int CondType? // 0: Available, 1: Visible, 2: Granted, 3: Increased, 4: DisplayError
int<TraitTree::ID> TraitTreeID?
int GrantedRanks?
int QuestID?
Expand All @@ -19,7 +19,7 @@ int Field_10_0_0_44167_003?
int Field_10_0_0_44167_013?
int Field_10_0_0_44167_014?
int<TraitCondAccountElement::ID> TraitCondAccountElementID?
int Field_11_0_2_55789_009?
int<TraitNodeEntry::ID> TraitNodeEntryID?

LAYOUT 425F2DDC
BUILD 10.0.0.44167
Expand Down Expand Up @@ -144,7 +144,7 @@ AchievementID<32>
SpecSetID<32>
TraitNodeGroupID<32>
TraitNodeID<32>
Field_11_0_2_55789_009<32>
TraitNodeEntryID<32>
TraitCurrencyID<32>
SpentAmountRequired<32>
Flags<32>
Expand Down
4 changes: 2 additions & 2 deletions definitions/UiMap.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int Field_1_14_4_50252_011?
int Field_1_14_4_50252_012?
int Field_1_14_4_50252_013?
int<UiTextureKit::ID> AdventureMapTextureKitID?
int Field_11_0_2_55789_015?
int MapArtZoneTextPosition? // 0 = None, 1 = BottomLeft, 2 = BottomRight, 3 = TopLeft, 4 = TopRight

LAYOUT 27E926D0
BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917
Expand Down Expand Up @@ -320,4 +320,4 @@ BkgAtlasID<32>
AlternateUiMapGroup<32>
ContentTuningID<32>
AdventureMapTextureKitID<32>
Field_11_0_2_55789_015<8>
MapArtZoneTextPosition<8>

0 comments on commit 5aa8388

Please sign in to comment.