Launch tweet for LOOT.
- tokenIds
1
to7778
claimable by user. - tokenIds
7778
to8000
claimable by contract owner. - Each token has attributes:
chest
,foot
,hand
,head
,neck
,ring
,waist
,weapon
.
output/loot.json
contains all tokenIds and their attributes.output/occurences.json
contains the number of occurences by attribute.output/rare.json
contains a mapping oflootId
toscore
(which is the sum of number of occcrences of each child attribute for alootId
), sorted ascending byscore
. It also includesrarest
which is how rare the loot bags attributes are (1
==rarest
,8000
==least rare
).output/images.json
contains the base64 encoded SVG of each tokenId
# Install dependencies
npm install
# Collect all loot
npm run collect
# Parse statistics
npm run parse
# Collect base64 encoded images
npm run images
derivatives/andy8052-ability-score
— Ability Score NFTs
- @ktasbas for adding base64 encoded SVG retrieval support