Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty atributes #9

Open
RealRzhaka opened this issue Dec 8, 2021 · 9 comments
Open

Empty atributes #9

RealRzhaka opened this issue Dec 8, 2021 · 9 comments

Comments

@RealRzhaka
Copy link

Hello!

I have 1000 NFTs in my collection, I want to put one of the attributes only on 100 NFTs. Is it possible?

@DRM-Scripts
Copy link

Set the asset to 10% and it will roughly only be on 10% etc...

@Solseum
Copy link
Owner

Solseum commented Dec 8, 2021

Hi!

Its completely random so if you say I want this items appears 100 times the randomization can create 80 nfts or 120 nfts with that item.

The Best way to do this is set the number of the items that the sum be equal to the total nfts!

For example you have a 1000 collection and 3 items.

100-item_1.png
400-item_2.png
500-item_3.png

So you have 3 items that you say you want to appear 100,400 and 500 (the sum is equal to 1000) so the random can create nfts with items distributed near to the number of the items.

This will only work if you have a good amount of posibilities for ur nfts!

@RealRzhaka
Copy link
Author

You probably did not understand me.
I have 1000 NFTs, I want a certain attribute to be only 100 NFTs, and the remaining 900 NFTs were completely without this attribute

@RealRzhaka
Copy link
Author

I tried to specify an amount less than 1000, but it put items on each NFT

@DRM-Scripts
Copy link

I understood you, I done the same thing by adding all my traits and setting them to sum total of 100:

10-Hat1 (10%)
20-Hat2
20-Hat3
25-Hat4
25-Hat5

And out of a 2222 collection it generated 226 items with (Hat1)

@RealRzhaka
Copy link
Author

1000 NFT

Atribute: Hat
5% - Rare Item
3% - Very Rare Item
2% - Legendary Item
90% - Nothing

@RealRzhaka
Copy link
Author

Okay, I have to use an empty png file in the remaining amount of NFTs, I thought there is a more convenient way

@DRM-Scripts
Copy link

DRM-Scripts commented Dec 8, 2021

If you were wanting only 10 of nfts to have a hat make the varieties equal 10, then create a blank labelled none with 90

It would be handy if we could select the % of the trait so the folder would look like:

0-background#100
1-main#100
2-accessories#60
3-hats#10

etc... @Solseum feature request maybe?

@Solseum
Copy link
Owner

Solseum commented Dec 8, 2021

This looks like a really good add-on! ATM You can do that creating a full alpha layer called Notrait (with the number of how many Notrait you want) For example in a 1000 mint collection you want just 100 Hats you can create a item with 900-Notrait.png And the program when see a Notrait Item don't add that into the metadata ! SO if the Notrait appears will not be added and you will have less traits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants