{
"name": "CHR1STM4S_CR4T3_V1",
"description": "The Junkiverse Christmas Crate offers a festive and exclusive reward to Junkie holders and esteemed members of the XRPL community in celebration of the holiday season. This unique crate presents the opportunity to acquire one of five distinct types of Mutamorphs from the Critters and Crawlers Collection. These remarkable Mutamorphs are designed to evolve over time into a novel type of hybrid species, a process guided by DNA seeding, offering a dynamic and engaging experience.",
"image": "https://junkiverse-nfts.s3.amazonaws.com/loot-crates/CHR1STM4S_CR4T3_V1/crates/NFT/CHR1STM4S_CR4T3_V1.png",
"collection": {
"name": "Loot Crates",
"description": "Loot Crates represent an innovative array of smart, dynamic NFTs, thoughtfully curated to reward and engage communities. Emphasizing ethical use, Loot Crates are expressly designed not for gambling or speculative returns, but to enrich the user experience with meaningful rewards to bespoke communities."
},
"edition": 1,
"attributes": [
{
"trait_type": "Nano Mutamorph",
"value": "59%",
"item": "1",
"weight": 177
},
{
"trait_type": "Geno Mutamorph",
"value": "23%",
"item": "2",
"weight": 69
},
{
"trait_type": "Nitro Mutamorph",
"value": "12%",
"item": "3",
"weight": 36
},
{
"trait_type": "Exalted Mutamorph",
"value": "5.67%",
"item": "4",
"weight": 17
},
{
"trait_type": "Paramount Mutamorph",
"value": "0.33%",
"item": "5",
"weight": 1
}
],
"function": "function weightedRandom(list){ let maxWeight = 0; for(let i = 0; i < list.length; i++) { if(maxWeight < list[i].weight) { maxWeight = list[i].weight; } } let index = 0; while (maxWeight > 0) { index = Math.round(Math.random() * (list.length - 1)); maxWeight -= Math.random() * list[index].weight; } return list[index].item }"
}