Last active
December 23, 2017 05:27
-
-
Save kaigani/5f46089ee0ca986e53025583f2009509 to your computer and use it in GitHub Desktop.
Cattributes by 5-bit code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
group : 'BODY', | |
'01001' : 'cymric', | |
'01010' : 'chartreux', | |
'01011' : 'himalayan', | |
'01100' : 'munchkin', | |
'01101' : 'sphynx', | |
'01110' : 'ragamuffin', | |
'01111' : 'ragdoll', | |
'10101' : 'mainecoon', | |
'10110' : 'laperm', | |
'10111' : 'persian', | |
'11011' : 'manx' | |
},{ | |
group : 'PATTERN_TYPE', | |
'00110' : 'totesbasic_7*', // not observed | |
'00111' : 'totesbasic_8*', // not observed | |
'01110' : 'totesbasic_f', | |
'01111' : 'totesbasic_g', | |
'10110' : 'totesbasic_o*', // not observed | |
'10111' : 'totesbasic_p', | |
'11110' : 'totesbasic_w*', // not observed | |
'11111' : 'totesbasic_x*', // not observed | |
'01000' : 'calicool', | |
'01001' : 'luckystripe', | |
'01010' : 'amur', | |
'01011' : 'jaguar', | |
'01100' : 'spock', | |
'10100' : 'tigerpunk', | |
'10101' : 'henna', | |
'11010' : 'hotrod' | |
},{ | |
group : 'EYE_COLOR', | |
'00001' : 'gold', | |
'00010' : 'topaz', | |
'00011' : 'mintgreen', | |
'00101' : 'sizzurp', | |
'00110' : 'chestnut', | |
'00111' : 'strawberry', | |
'10001' : 'limegreen', | |
'10011' : 'bubblegum' | |
},{ | |
group : 'EYE_TYPE', | |
'00010' : 'serpent', | |
'00011' : 'googly', | |
'00100' : 'otaku', | |
'00101' : 'simple', | |
'00110' : 'crazy', | |
'00111' : 'thicccbrowz', | |
'10001' : 'alien', | |
'10010' : 'fabulous', | |
'10011' : 'raisedbrow', | |
'11001' : 'wingtips' | |
},{ | |
group : 'COLOR_1', | |
'00000' : 'shadowgrey', | |
'00001' : 'salmon', | |
'00011' : 'orangesoda', | |
'00100' : 'cottoncandy', | |
'00101' : 'mauveover', | |
'00110' : 'aquamarine', | |
'01110' : 'hintomint', | |
'01010' : 'greymatter', | |
'10000' : 'cloudwhite', | |
'10010' : 'oldlace' | |
},{ | |
group : 'PATTERN_COLOR', | |
'00110' : 'royalpurple', | |
'01000' : 'swampgreen', | |
'01001' : 'violet', | |
'01010' : 'scarlet', | |
'01011' : 'barkbrown', | |
'01100' : 'coffee', | |
'01101' : 'lemonade', | |
'01110' : 'chocolate', | |
'10100' : 'wolfgrey', | |
'10101' : 'cerulian', | |
'10110' : 'skyblue', | |
'11010' : 'royalblue', | |
},{ | |
group : 'COLOR_2', | |
'00000' : 'belleblue', | |
'00001' : 'sandalwood', | |
'00010' : 'peach', | |
'00100' : 'granitegrey', | |
'00110' : 'kittencream', | |
'00111' : 'emeraldgreen', | |
'10000' : 'daffodil', | |
'10011' : 'bloodred', | |
},{ | |
group : 'FANCY', | |
'00000' : 'dracula', | |
'01100' : 'santaclaws' | |
},{ | |
group : 'MOUTH', | |
'00000' : 'whixensions', | |
'00011' : 'gerbil', | |
'01000' : 'beard', | |
'01001' : 'pouty', | |
'01010' : 'saycheese', | |
'01110' : 'happygokitty', | |
'01111' : 'soserious', | |
'10100' : 'dali', | |
'10111' : 'tongue' | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment