-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathtraitmapping.js
287 lines (287 loc) · 12.8 KB
/
traitmapping.js
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
binarytraits = {
"beast": {
"eyes": {
"00001000": {"global": "Puppy"},
"00000010": {"global": "Zeal", "mystic": "Calico Zeal"},
"00000100": {"global": "Little Peas", "xmas": "Snowflakes"},
"00001010": {"global": "Chubby"}
},
"ears": {
"00001010": {"global": "Puppy"},
"00000100": {"global": "Nut Cracker"},
"00000010": {"global": "Nyan", "mystic": "Pointy Nyan", "summer": "Coca", "shiny": "Coca Shiny"},
"00000110": {"global": "Innocent Lamb", "xmas": "Merry Lamb"},
"00001000": {"global": "Zen"},
"00001100": {"global": "Belieber"}
},
"back": {
"00001000": {"japan": "Hamaya", "global": "Risky Beast"},
"00000100": {"global": "Hero"},
"00000110": {"global": "Jaguar"},
"00000010": {"mystic": "Hasagi", "global": "Ronin"},
"00001010": {"global": "Timber"},
"00001100": {"global": "Furball", "summer": "Beach Ball", "shiny": "Beach Ball Shiny"}
},
"horn": {
"00001000": {"japan": "Umaibo", "global": "Pocky"},
"00000100": {"global": "Imp", "japan": "Kendama"},
"00000110": {"global": "Merry"},
"00000010": {"mystic": "Winter Branch", "global": "Little Branch"},
"00001010": {"global": "Dual Blade"},
"00001100": {"global": "Arco"}
},
"tail": {
"00000100": {"global": "Rice"},
"00000010": {"global": "Cottontail", "mystic": "Sakura Cottontail", "summer": "Cotton Candy", "shiny": "Cotton Candy Shiny"},
"00000110": {"global": "Shiba"},
"00001000": {"global": "Hare"},
"00001010": {"global": "Nut Cracker"},
"00001100": {"global": "Gerbil"}
},
"mouth": {
"00000100": {"global": "Goda"},
"00000010": {"global": "Nut Cracker", "mystic": "Skull Cracker"},
"00001000": {"global": "Axie Kiss"},
"00001010": {"global": "Confident"}
}
},
"bug": {
"mouth": {
"00001000": {"japan": "Kawaii", "global": "Cute Bunny"},
"00000010": {"global": "Mosquito", "mystic": "Feasting Mosquito"},
"00000100": {"global": "Pincer"},
"00001010": {"global": "Square Teeth"}
},
"horn": {
"00001010": {"global": "Parasite"},
"00000010": {"global": "Lagging", "mystic": "Laggingggggg"},
"00000110": {"global": "Caterpillars"},
"00000100": {"global": "Antenna"},
"00001000": {"global": "Pliers"},
"00001100": {"global": "Leaf Bug"}
},
"tail": {
"00001000": {"global": "Gravel Ant"},
"00000010": {"mystic": "Fire Ant", "global": "Ant"},
"00000100": {"global": "Twin Tail"},
"00000110": {"global": "Fish Snack", "japan": "Maki"},
"00001010": {"global": "Pupae"},
"00001100": {"global": "Thorny Caterpillar"}
},
"back": {
"00001000": {"global": "Sandal"},
"00000010": {"global": "Snail Shell", "mystic": "Starry Shell"},
"00000100": {"global": "Garish Worm", "xmas": "Candy Canes"},
"00000110": {"global": "Buzz Buzz"},
"00001010": {"global": "Scarab"},
"00001100": {"global": "Spiky Wing"}
},
"ears": {
"00000010": {"global": "Larva", "mystic": "Vector"},
"00000110": {"global": "Ear Breathing"},
"00000100": {"global": "Beetle Spike"},
"00001000": {"global": "Leaf Bug"},
"00001010": {"global": "Tassels"},
"00001100": {"japan": "Mon", "global": "Earwing"}
},
"eyes": {
"00000010": {"global": "Bookworm", "mystic": "Broken Bookworm"},
"00000100": {"global": "Neo", "summer": "Flower Sunglasses", "shiny": "Flower Sunglasses Shiny"},
"00001010": {"global": "Kotaro?"},
"00001000": {"global": "Nerdy"}
}
},
"aquatic": {
"eyes": {
"00001000": {"global": "Gero"},
"00000010": {"global": "Sleepless", "mystic": "Insomnia", "japan": "Yen"},
"00000100": {"global": "Clear"},
"00001010": {"global": "Telescope"}
},
"mouth": {
"00001000": {"global": "Risky Fish", "summer": "Bubble Fish", "shiny": "Bubble Fish Shiny"},
"00000100": {"global": "Catfish"},
"00000010": {"global": "Lam", "mystic": "Lam Handsome"},
"00001010": {"global": "Piranha", "japan": "Geisha"}
},
"horn": {
"00001100": {"global": "Shoal Star"},
"00000110": {"global": "Clamshell"},
"00000010": {"global": "Babylonia", "mystic": "Candy Babylonia"},
"00000100": {"global": "Teal Shell"},
"00001000": {"global": "Anemone"},
"00001010": {"global": "Oranda"}
},
"ears": {
"00000010": {"global": "Nimo", "mystic": "Red Nimo"},
"00000110": {"global": "Bubblemaker"},
"00000100": {"global": "Tiny Fan"},
"00001000": {"global": "Inkling"},
"00001010": {"global": "Gill"},
"00001100": {"global": "Seaslug"}
},
"tail": {
"00000010": {"global": "Koi", "mystic": "Kuro Koi", "japan": "Koinobori"},
"00000110": {"global": "Tadpole"},
"00000100": {"global": "Nimo"},
"00001010": {"global": "Navaga"},
"00001000": {"global": "Ranchu"},
"00001100": {"global": "Shrimp"}
},
"back": {
"00000010": {"global": "Hermit", "mystic": "Crystal Hermit"},
"00000100": {"global": "Blue Moon"},
"00000110": {"global": "Goldfish"},
"00001010": {"global": "Anemone"},
"00001000": {"global": "Sponge"},
"00001100": {"global": "Perch"}
}
},
"bird": {
"ears": {
"00001100": {"japan": "Karimata", "global": "Risky Bird"},
"00000010": {"global": "Pink Cheek", "mystic": "Heart Cheek"},
"00000100": {"global": "Early Bird"},
"00000110": {"global": "Owl"},
"00001010": {"global": "Curly"},
"00001000": {"global": "Peace Maker"}
},
"tail": {
"00001010": {"japan": "Omatsuri", "global": "Granma's Fan"},
"00000010": {"global": "Swallow", "mystic": "Snowy Swallow"},
"00000100": {"global": "Feather Fan"},
"00000110": {"global": "The Last One"},
"00001000": {"global": "Cloud"},
"00001100": {"global": "Post Fight"}
},
"back": {
"00000010": {"global": "Balloon", "mystic": "Starry Balloon"},
"00000110": {"global": "Raven"},
"00000100": {"global": "Cupid", "japan": "Origami"},
"00001000": {"global": "Pigeon Post"},
"00001010": {"global": "Kingfisher"},
"00001100": {"global": "Tri Feather"}
},
"horn": {
"00000110": {"global": "Trump"},
"00000010": {"global": "Eggshell", "mystic": "Golden Shell"},
"00000100": {"global": "Cuckoo"},
"00001000": {"global": "Kestrel"},
"00001010": {"global": "Wing Horn"},
"00001100": {"global": "Feather Spear", "xmas": "Spruce Spear"}
},
"mouth": {
"00000010": {"global": "Doubletalk", "mystic": "Mr. Doubletalk"},
"00000100": {"global": "Peace Maker"},
"00001000": {"global": "Hungry Bird"},
"00001010": {"global": "Little Owl"}
},
"eyes": {
"00000010": {"global": "Mavis", "mystic": "Sky Mavis"},
"00000100": {"global": "Lucas", "xmas": "Icy Gaze"},
"00001010": {"global": "Robin"},
"00001000": {"global": "Little Owl"}
}
},
"reptile": {
"eyes": {
"00001010": {"japan": "Kabuki", "global": "Topaz"},
"00000100": {"global": "Tricky"},
"00000010": {"global": "Gecko", "mystic": "Crimson Gecko"},
"00001000": {"global": "Scar", "japan": "Dokuganryu"}
},
"mouth": {
"00001000": {"global": "Razor Bite"},
"00000100": {"global": "Kotaro"},
"00000010": {"global": "Toothless Bite", "mystic": "Venom Bite"},
"00001010": {"global": "Tiny Turtle", "japan": "Dango", "xmas": "Tiny Carrot"}
},
"ears": {
"00001000": {"global": "Small Frill"},
"00000110": {"global": "Curved Spine"},
"00000100": {"global": "Friezard"},
"00000010": {"global": "Pogona", "mystic": "Deadly Pogona"},
"00001010": {"global": "Swirl"},
"00001100": {"global": "Sidebarb"}
},
"back": {
"00001000": {"global": "Indian Star", "xmas": "Frozen Bucket"},
"00000010": {"global": "Bone Sail", "mystic": "Rugged Sail"},
"00000100": {"global": "Tri Spikes"},
"00000110": {"global": "Green Thorns"},
"00001010": {"global": "Red Ear", "summer": "Turtle Buoy", "shiny": "Turtle Buoy Shiny"},
"00001100": {"global": "Croc"}
},
"tail": {
"00000100": {"global": "Iguana"},
"00000010": {"global": "Wall Gecko", "mystic": "Escaped Gecko"},
"00000110": {"global": "Tiny Dino", "xmas": "Fir Trunk"},
"00001000": {"global": "Snake Jar", "xmas": "December Surprise"},
"00001010": {"global": "Gila"},
"00001100": {"global": "Grass Snake"}
},
"horn": {
"00000010": {
"global": "Unko",
"mystic": "Pinku Unko",
"summer": "Watermelon Ice Cream",
"shiny": "Watermelon Ice Cream Shiny",
"strawberrySummer": "Strawberry Ice Cream",
"strawberryShiny": "Strawberry Ice Cream Shiny",
"vanillaSummer": "Vanilla Ice Cream",
"vanillaShiny": "Vanilla Ice Cream"
},
"00000110": {"global": "Cerastes"},
"00000100": {"global": "Scaly Spear"},
"00001010": {"global": "Incisor"},
"00001000": {"global": "Scaly Spoon"},
"00001100": {"global": "Bumpy"}
}
},
"plant": {
"tail": {
"00001000": {"global": "Yam"},
"00000010": {"global": "Carrot", "mystic": "Namek Carrot"},
"00000100": {"global": "Cattail"},
"00000110": {"global": "Hatsune"},
"00001010": {"global": "Potato Leaf"},
"00001100": {"global": "Hot Butt"}
},
"mouth": {
"00000100": {"global": "Zigzag", "xmas": "Rudolph"},
"00000010": {"global": "Serious", "mystic": "Humorless"},
"00001000": {"global": "Herbivore"},
"00001010": {"global": "Silence Whisper"}
},
"eyes": {
"00000010": {"global": "Papi", "mystic": "Dreamy Papi"},
"00000100": {"global": "Confused"},
"00001010": {"global": "Blossom"},
"00001000": {"global": "Cucumber Slice"}
},
"ears": {
"00000010": {"global": "Leafy", "mystic": "The Last Leaf"},
"00000110": {"global": "Rosa"},
"00000100": {"global": "Clover"},
"00001000": {"global": "Sakura", "japan": "Maiko"},
"00001010": {"global": "Hollow", "xmas": "Pinecones"},
"00001100": {"global": "Lotus"}
},
"back": {
"00000110": {"global": "Bidens"},
"00000100": {"global": "Shiitake", "japan": "Yakitori"},
"00000010": {"global": "Turnip", "mystic": "Pink Turnip"},
"00001010": {"global": "Mint"},
"00001000": {"global": "Watering Can"},
"00001100": {"global": "Pumpkin"}
},
"horn": {
"00000100": {"global": "Beech", "japan": "Yorishiro"},
"00000110": {"global": "Rose Bud"},
"00000010": {"global": "Bamboo Shoot", "mystic": "Golden Bamboo Shoot"},
"00001010": {"global": "Cactus", "xmas": "Santa's Gift"},
"00001000": {"global": "Strawberry Shortcake"},
"00001100": {"global": "Watermelon"}
}
}
}