mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
✨ mark the last 166 Rocketeers as straggler editions
This commit is contained in:
parent
ddd33d4851
commit
33526d21ed
@ -82,6 +82,7 @@ async function generateRocketeer( id, network='mainnet' ) {
|
|||||||
// Special editions
|
// Special editions
|
||||||
const edition = { "trait_type": "edition", value: "regular" }
|
const edition = { "trait_type": "edition", value: "regular" }
|
||||||
if( id <= 50 ) edition.value = 'genesis'
|
if( id <= 50 ) edition.value = 'genesis'
|
||||||
|
if( id >= ( 3475 - 166 ) ) edition.value = 'straggler'
|
||||||
if( id % 42 === 0 ) edition.value = 'hitchhiker'
|
if( id % 42 === 0 ) edition.value = 'hitchhiker'
|
||||||
if( ( id - 1 ) % 42 == 0 ) edition.value = 'generous'
|
if( ( id - 1 ) % 42 == 0 ) edition.value = 'generous'
|
||||||
rocketeer.attributes.push( edition )
|
rocketeer.attributes.push( edition )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user