Skip to content

Instantly share code, notes, and snippets.

@tameem92
Created December 7, 2021 23:21
Show Gist options
  • Save tameem92/c59f246bf610309d5ccd3cd3fcce9980 to your computer and use it in GitHub Desktop.
Save tameem92/c59f246bf610309d5ccd3cd3fcce9980 to your computer and use it in GitHub Desktop.
CONFIG = [
{
'id': 1,
'name': 'background',
'directory': 'Background',
'required': True,
'rarity_weights': None,
},
{
'id': 2,
'name': 'tongue',
'directory': 'Tongue',
'required': True,
'rarity_weights': None,
},
{
'id': 3,
'name': 'collar',
'directory': 'Collar',
'required': True,
'rarity_weights': None,
},
{
'id': 4,
'name': 'heel_counter',
'directory': 'Heel Counter',
'required': True,
'rarity_weights': None,
},
{
'id': 5,
'name': 'heel_tab',
'directory': 'Heel Tab',
'required': True,
'rarity_weights': None,
},
{
'id': 6,
'name': 'eye_stay',
'directory': 'Eye Stay',
'required': True,
'rarity_weights': [100, 100, 100, 20, 25, 30, 30, 20, 10] ,
},
{
'id': 7,
'name': 'laces',
'directory': 'Laces',
'required': True,
'rarity_weights': None,
},
{
'id': 8,
'name': 'sole',
'directory': 'Sole',
'required': True,
'rarity_weights': None,
},
{
'id': 9,
'name': 'stripes',
'directory': 'Stripes',
'required': False,
'rarity_weights': None,
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment