Skip to content

Interfaces

Chiri Vulpes edited this page Jan 26, 2024 · 4 revisions

npm package / latest git commit // live on deepsight.gg
Typescript types for deepsight.gg manifests.

These types can be used in any of multiple ways:

  • Using the NPM package & updating it as you update your other dependencies
  • Depending on the manifest branch as a submodule
  • Manually dropping them into your project

DeepsightPlugCategorisation manifest types

These types are kept separate from the main interfaces due to them containing enums and such.

DeepsightPlugCategorisation.ts

latest git commit // live on deepsight.gg
A Typescript file with normal enums.

DeepsightPlugCategorisation.d.ts

latest git commit // live on deepsight.gg
A Typescript definitions file with const enums.

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