https://github.com/kj415j45/kj-wishlist-draft
https://github.com/kj415j45/kj-wishlist-draft
draft kj wishlist
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kj415j45/kj-wishlist-draft
- Owner: kj415j45
- License: cc-by-sa-4.0
- Created: 2020-02-20T07:42:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T20:45:01.000Z (over 6 years ago)
- Last Synced: 2025-10-12T16:47:44.522Z (8 months ago)
- Topics: draft, kj, wishlist
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# kj wishlist draft
As you may know, [DIM](https://github.com/DestinyItemManager/DIM) has a [community maintain wishlist](https://github.com/48klocs/dim-wish-list-sources). However, DIM wishlist has many duplicates that leads to big file size. This wishlist draft aims to refine it with a new format.
## Difference between DIM ver and kj ver
I just pick some perks that I prefered.
### DIM ver
```
//Tranquility PvE
//notes:PvE
dimwishlist:item=1170891373&perks=4090651448,106909392,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=2467967826,106909392,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=1840239774,106909392,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=1392496348,106909392,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=1482024992,106909392,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=4090651448,1087426260,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=2467967826,1087426260,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=1840239774,1087426260,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=1392496348,1087426260,3300816228,1771339417,384158423
dimwishlist:item=1170891373&perks=1482024992,1087426260,3300816228,1771339417,384158423
... (total line 482. 42,150 Bytes)
```
### kj ver
Check [json file](wishlist.json) for latest result.
Indent just for reading (can be smaller by removing indents).
## Schema
See [schema file](wishlist-schema.json) for more info.
## Thanks
- [48klocs](https://github.com/48klocs) - Create DIM Wishlist format
- [jaoryuken](https://github.com/marquesinijatinha) - Suggestions in draft writing
- [RaSSieL86](https://github.com/RaSSieL86) - Suggestions in draft writing
## License
[CC-BY-SA 4.0](LICENSE.md)