-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
26 lines (20 loc) · 936 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
number_of_nfts = 10
background_population = (0, 1, 2, 3, 4, 5, 6, 7)
animated_backgrounds = ()
background_weights = (10, 10, 10, 10, 10, 10, 15, 15)
background_values = ["0", "1", "2", "3", "4", "5", "6", "7"]
body_population = (0, 1)
body_weights = (100, 0)
body_values = ["basic"]
eyes_population = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
eyes_weights = (10, 10, 10, 10, 10, 10, 10, 10, 10, 10)
eyes_values = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
hat_population = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
hat_weights = (10, 10, 10, 10, 10, 10, 10, 10, 10, 10)
hat_values = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
mouth_population = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
mouth_weights = (10, 10, 10, 10, 10, 10, 10, 10, 10, 10)
mouth_values = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
accessory_population = (0, 1, 2, 3, 4, 5)
accessory_weights = (15, 15, 15, 15, 20, 20)
accessory_values = ["0", "1", "2", "3", "4", "5"]