Skip to content

DeepsightCollectionsDefinition

Chiri Vulpes edited this page May 12, 2024 · 1 revision

latest git commit // live on deepsight.gg
Weapons & armour from each "moment", deduped and sorted into their respective buckets.

export declare interface DeepsightCollectionsDefinition {
	hash: MomentHashes;
	buckets: Partial<Record<InventoryBucketHashes, InventoryItemHashes[]>>;
}

export declare type DeepsightCollectionsDefinitionManifest = Partial<Record<MomentHashes, DeepsightCollectionsDefinition>>;

Types for Typescript developers

Interfaces
Interfaces for all the manifests listed below.

Enums
Exhaustive enums for all nameable definitions in the Destiny manifest.

Manifests

DeepsightPlugCategorisation
Consistent, complete categorisation of the game's plugs, broken into Categories and Types.

DeepsightSocketCategorisation
Consistent categorisation of items' sockets based on the plug categorisation.

DeepsightMomentDefinition
A moment in time for Destiny 2 — an expansion, a season, an additional DLC, or an event.

DeepsightDropTableDefinition
Drop tables by activity, down to the encounter, including challenge & drop rotations.

DeepsightTierTypeDefinition
A better version of the Bungie API's DestinyItemTierTypeDefinition.

DeepsightCollectionsDefinition
Weapons & armour from each "moment", deduped and sorted into their respective buckets.

DeepsightAdeptDefinition Adept weapons & links to their base versions.

DeepsightSocketExtendedDefinition Extended/missing information from the Bungie API manifest for item sockets.

DeepsightEmblemDefinition Emblem items & their display info & auto-generated background colours.

DeepsightStats Miscellaneous global data such as the current power floor.

DeepsightWallpaperDefinition
A list of wallpapers & screenshots for each moment.

DeepsightVendorDefinition
Details for vendors with rotating stock.

Clone this wiki locally