Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.58 KB

DestinyDefinitionsDestinyStatGroupDefinition.md

File metadata and controls

15 lines (12 loc) · 2.58 KB

DestinyDefinitionsDestinyStatGroupDefinition

Properties

Name Type Description Notes
MaximumValue int32 The maximum possible value that any stat in this group can be transformed into. This is used by stats that don't have scaledStats entries below, but that still need to be displayed as a progress bar, in which case this is used as the upper bound for said progress bar. (the lower bound is always 0) [optional] [default to null]
UiPosition int32 This apparently indicates the position of the stats in the UI? I've returned it in case anyone can use it, but it's not of any use to us on BNet. Something's being lost in translation with this value. [optional] [default to null]
ScaledStats []DestinyDefinitionsDestinyStatDisplayDefinition Any stat that requires scaling to be transformed from an "Investment" stat to a "Display" stat will have an entry in this list. For more information on what those types of stats mean and the transformation process, see DestinyStatDefinition. In retrospect, I wouldn't mind if this was a dictionary keyed by the stat hash instead. But I'm going to leave it be because [[After Apple Picking]]. [optional] [default to null]
Overrides map[string]DestinyDefinitionsDestinyStatOverrideDefinition The game has the ability to override, based on the stat group, what the localized text is that is displayed for Stats being shown on the item. Mercifully, no Stat Groups use this feature currently. If they start using them, we'll all need to start using them (and those of you who are more prudent than I am can go ahead and start pre-checking for this.) [optional] [default to null]
Hash int32 The unique identifier for this entity. Guaranteed to be unique for the type of entity, but not globally. When entities refer to each other in Destiny content, it is this hash that they are referring to. [optional] [default to null]
Index int32 The index of the entity as it was found in the investment tables. [optional] [default to null]
Redacted bool If this is true, then there is an entity with this identifier/type combination, but BNet is not yet allowed to show it. Sorry! [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]