Skip to content
Daniel Stirling edited this page Jun 26, 2022 · 1 revision

Destiny Respository

Repository to store information used in maintaining destiny api apps. Houses custom wish lists, DIM info, and various spreadsheets.

Destiny: The Moon

Wishlist Generator

Takes an input of a list of wishlists and outputs an organized list of unique items.

  • Allows for generic desireable and undesirable perk combinations
  • Removes duplicate items
  • Organizes similar items together and then sorts those items
  • Removes enhanced perks to fix DIM wishlist issues.

The script can be run using ./run, and takes item input from this text file. Once completed, your DIM wishlist should be set to this link in your DIM settings.

Formatting for DIM wishlists can be found here.

DIM Logo

Wishlist items can exclude any information except the hashIdentifier, but most follow the format of dimwishlist:item=hashIdentifier&perks=long_1,long_2,long_3,long_4#notes:Example_note_text.|tags:example-tag.

Perks that can be applied to any item are given the hashIdentifier -69420 (That's what it is on DIM, I don't have the ability to change it) and perks or items that are to be excluded from the wishlist are given a - in front of them.

A list of items and perks can be found on Destiny Sets Data.

Backup

There is a backup of this program that has no connection to an API and doesn't use maven. It takes less time to run, but has larger and less accurate files.

Dim Data

A backup of dim data can be found here.

Clone this wiki locally