kittyverse 0.4.3 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,200 +1,392 @@
1
- # encoding: utf-8
2
-
3
- ###########################################
4
- ## Purrstige Traits / Cattributes
5
-
6
-
7
- ## note: totesbasic has three traits / genes
8
- TOTESBASIC = ['Totesbasic 1', 'Totesbasic 2', 'Totesbasic 3'] ## was: ['PA14', 'PA15', 'PA23']
9
- ANY_TOTESBASIC = ALL_TOTESBASIC = TOTESBASIC
10
-
11
-
12
-
13
- PRESTIGES = PURRSTIGES =
14
- {
15
- ###
16
- # May 1, 2019
17
- # 7 Robokitty Purrstiges
18
- bionic: { name: 'Bionic',
19
- recipe: {
20
- time: { start: '2019-05-01', end: '2019-08-31' },
21
- traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU30'] }
22
- },
23
- fileshare: { name: 'Fileshare',
24
- recipe: {
25
- time: { start: '2019-05-01', end: '2019-08-31' },
26
- traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU29'] }
27
- },
28
- pawsfree: { name: 'Pawsfree',
29
- recipe: {
30
- time: { start: '2019-05-01', end: '2019-08-31' },
31
- traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU28'] }
32
- },
33
- uplink: { name: 'Uplink',
34
- recipe: {
35
- time: { start: '2019-05-01', end: '2019-08-31' },
36
- traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU27'] }
37
- },
38
- gaunlet: { name: 'Gauntlet',
39
- recipe: {
40
- time: { start: '2019-05-01', end: '2019-08-31' },
41
- traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU26'] }
42
- },
43
- catterypack: { name: 'Catterypack',
44
- recipe: {
45
- time: { start: '2019-05-01', end: '2019-08-31' },
46
- traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU25'] }
47
- },
48
- squelch: { name: 'Squelch',
49
- recipe: {
50
- time: { start: '2019-05-01', end: '2019-08-31' },
51
- traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU24'] }
52
- },
53
-
54
- ##
55
- # Apr 13, 2019
56
- # 7 Pirate Purrstiges
57
- # Scratchingpost trait is discovered. Purrstige
58
- scratchingpost: { name: 'Scratchingpost',
59
- recipe: {
60
- time: { start: '2019-04-13', end: '2019-05-10' }, count: 772,
61
- traits: ['WE10', 'PU26'] }
62
- },
63
- # Hooked trait is discovered. Purrstige
64
- hooked: { name: 'Hooked',
65
- recipe: {
66
- time: { start: '2019-04-13', end: '2019-05-10' }, count: 1277,
67
- traits: ['WE10', 'PU27'] }
68
- },
69
- # Landlubber trait is discovered. Purrstige
70
- landlubber: { name: 'Landlubber',
71
- recipe: {
72
- time: { start: '2019-04-13', end: '2019-05-10' }, count: 711,
73
- traits: ['WE10', 'PU29'] }
74
- },
75
- # Wrecked trait is discovered. Purrstige
76
- wrecked: { name: 'Wrecked',
77
- recipe: {
78
- time: { start: '2019-04-13', end: '2019-05-10' }, count: 959,
79
- traits: ['EN00', 'PU26'] }
80
- },
81
- # Purrbados trait is discovered. Purrstige
82
- purrbados: { name: 'Purrbados',
83
- recipe: {
84
- time: { start: '2019-04-13', end: '2019-05-10' }, count: 1344,
85
- traits: ['EN01', 'PU26'] }
86
- },
87
- # Timbers trait is discovered. Purrstige
88
- timbers: { name: 'Timbers',
89
- recipe: {
90
- time: { start: '2019-04-13', end: '2019-05-10' }, count: 472,
91
- traits: ['WE10', 'EN00', 'PU26'] }
92
- },
93
- # Maraud trait is discovered. Purrstige
94
- maraud: { name: 'Maraud',
95
- recipe: {
96
- time: { start: '2019-04-13', end: '2019-05-10' }, count: 620,
97
- traits: ['WE10', 'EN01', 'PU26'] }
98
- },
99
-
100
- ##
101
- # Mar 15, 2019
102
- # Oohshiny trait is discovered. Purrstige
103
- oohshiny: { name: 'Oohshiny',
104
- recipe: {
105
- time: { start: '2019-03-15', end: '2019-03-28'}, count: 2484,
106
- traits: ['roadtogold', 'PU27'] }
107
- },
108
-
109
- ##
110
- # Feb 21, 2019
111
- # 7 Alpacat purrstiges
112
- # Dreamcloud trait is discovered. Purrstige
113
- dreamcloud: { name: 'Dreamcloud',
114
- recipe: {
115
- time: { start: '2019-02-22', end: '2019-03-25' }, count: 1246,
116
- traits: ['munchkin', 'WE10', 'PU24'] }
117
- },
118
- # Alpunka trait is discovered. Purrstige
119
- alpunka: { name: 'Alpunka',
120
- recipe: {
121
- time: { start: '2019-02-22', end: '2019-03-25' }, count: 926,
122
- traits: ['munchkin', 'WE10', 'PU28'] }
123
- },
124
- # Cindylou trait is discovered. Purrstige
125
- cindylou: { name: 'Cindylou',
126
- recipe: {
127
- time: { start: '2019-02-22', end: '2019-03-25' }, count: 905,
128
- traits: ['munchkin', 'WE10', 'PU30'] }
129
- },
130
- # Alpacacino trait is discovered. Purrstige
131
- alpacacino: { name: 'Alpacacino',
132
- recipe: {
133
- time: { start: '2019-02-22', end: '2019-03-25' }, count: 1220,
134
- traits: ['munchkin', 'WE10', 'PU27'] }
135
- },
136
- # Beatlesque trait is discovered. Purrstige
137
- beatlesque: { name: 'Beatlesque',
138
- recipe: {
139
- time: { start: '2019-02-22', end: '2019-03-25' }, count: 783,
140
- traits: ['munchkin', 'WE10', 'PU29'] }
141
- },
142
- # Huacool trait is discovered. Purrstige
143
- huacool: { name: 'Huacool',
144
- recipe: {
145
- time: { start: '2019-02-22', end: '2019-03-25' }, count: 837,
146
- traits: ['munchkin', 'WE10', 'PU25'] }
147
- },
148
- # Inaband trait is discovered. Purrstige
149
- inaband: { name: 'Inaband',
150
- recipe: {
151
- time: { start: '2019-02-22', end: '2019-03-25' }, count: 1048,
152
- traits: ['munchkin', 'WE10', 'PU26'] }
153
- },
154
-
155
- ## 2018
156
- ## December
157
-
158
- reindeer: { name: 'Reindeer',
159
- recipe: {
160
- time: { start: '2018-12-14', end: '2019-01-07' }, count: 854,
161
- traits: ['elk', ['PU24','PU25','PU26','PU27']] }
162
- },
163
- holidaycheer: { name: 'Holidaycheer',
164
- recipe: {
165
- time: { start: '2018-12-14', end: '2019-01-07' }, count: 759,
166
- traits: ['elk', ['PU28','PU29']] }
167
- },
168
- lit: { name: 'Lit',
169
- recipe: {
170
- time: { start: '2018-12-14', end: '2019-01-07' }, count: 1006,
171
- traits: ['elk', 'PU30'] }
172
- },
173
-
174
- ## October
175
- ## date: '2018-10-21' ??
176
- thatsawrap: { name: 'Thatsawrap',
177
- recipe: {
178
- time: { start: '2018-10-20', end: '2018-11-06' }, count: 615,
179
- traits: ['bobtail','WE00','PU28'] }
180
- },
181
- ## date: '2018-10-19' ??
182
- duckduckcat: { name: 'Duckduckcat',
183
- recipe: {
184
- time: { start: '2018-10-20', end: '2018-11-15' }, count: 1249,
185
- traits: ['neckbeard',['PU24','PU25','PU26']] }
186
- },
187
-
188
- ## September
189
- ## date: '2018-09-19' ??
190
- prune: { name: 'Prune',
191
- recipe: {
192
- time: { start: '2018-09-18', end: '2018-09-30' }, count: 921,
193
- traits: ['norwegianforest', TOTESBASIC, 'PU25'] }
194
- },
195
- furball: { name: 'Furball',
196
- recipe: {
197
- time: { start: '2018-09-19', end: '2018-09-30' }, count: 998,
198
- traits: ['norwegianforest', TOTESBASIC, 'PU26'] }
199
- }
200
- }
1
+ ###########################################
2
+ ## Purrstige Traits / Cattributes
3
+
4
+
5
+ ## trait recipe helpers / shortcuts
6
+ EN00_EN15 = ['EN00','EN01','EN02','EN03',
7
+ 'EN04','EN05','EN06','EN07',
8
+ 'EN08','EN09','EN10','EN11',
9
+ 'EN12','EN13','EN14','EN15'] # Any non-visible Env (EN00-EN15)
10
+
11
+ PU16_PU29 = ['PU16','PU17','PU18','PU19',
12
+ 'PU20','PU21','PU22','PU23',
13
+ 'PU24','PU25','PU26','PU27',
14
+ 'PU28','PU29' ]
15
+ PU24_PU27 = ['PU24','PU25','PU26','PU27']
16
+ PU24_PU30 = ['PU24','PU25','PU26','PU27',
17
+ 'PU28','PU29','PU30']
18
+ PU28_PU29 = ['PU28','PU29']
19
+ PU28_PU30 = ['PU28','PU29','PU30']
20
+
21
+
22
+ WE00_WE07 = ['WE00', 'WE01', 'WE02', 'WE03',
23
+ 'WE04', 'WE05', 'WE06', 'WE07']
24
+ WE00_WE15 = ['WE00', 'WE01', 'WE02', 'WE03',
25
+ 'WE04', 'WE05', 'WE06', 'WE07',
26
+ 'WE08', 'WE09', 'WE10', 'WE11',
27
+ 'WE12', 'WE13', 'WE14', 'WE15']
28
+
29
+
30
+
31
+ PURRSTIGES_HACKATAO = {
32
+ # This weekend a set of Hackatao Purrstige traits are making
33
+ # their way into CryptoKitties.
34
+ # The "HaCKittieZ" will be breedable for a limited time from October 24th - 31st.
35
+ #
36
+ # Hackatao are decentralized artists widely known for
37
+ # their beautiful illustrations and collected among cool cats in the community.
38
+ #
39
+ # HaCKittieZ is our collaboration with renowned artist Hackatao and Async Art
40
+ # to give you incredible ways to personalize your CryptoKitties
41
+ # and push the boundaries of programmable art.
42
+ # A set of Purrstige traits designed by Hackatao will be breedable for a limited time.
43
+ # The HaCKittieZ traits can be mixed and matched to personalize
44
+ # your Kitties and create exciting permutations!
45
+
46
+ # 24.10.20 - New Purrstige - Meowfoolest
47
+ meowfoolest: { name: 'Meowfoolest',
48
+ recipe: {
49
+ time: { start: '2020-10-24', end: '2020-10-31'}, count: 254,
50
+ traits: ['liger', 'shale', 'PU30', 'daemonwings'] },
51
+ },
52
+ # 24.10.20 - New Purrstige - Meowfool
53
+ meowfool: { name: 'Meowfool',
54
+ recipe: {
55
+ time: { start: '2020-10-24', end: '2020-10-31'}, count: 388,
56
+ traits: ['shale', 'daemonwings', PU28_PU29] },
57
+ },
58
+ # 24.10.20 - New Purrstige - Meownificent
59
+ meownificent: { name: 'Meownificent',
60
+ recipe: {
61
+ time: { start: '2020-10-24', end: '2020-10-31'}, count: 260,
62
+ traits: [ 'liger', 'shale', 'PU30', WE00_WE15] },
63
+ },
64
+ # 24.10.20 - New Purrstige - Meowthulhu
65
+ meowthulhu: { name: 'Meowthulhu',
66
+ recipe: {
67
+ time: { start: '2020-10-24', end: '2020-10-31'}, count: 950,
68
+ traits: [ 'daemonwings', PU28_PU30] },
69
+ },
70
+ # 24.10.20 - New Purrstige - Meownique
71
+ meownique: { name: 'Meownique',
72
+ recipe: {
73
+ time: { start: '2020-10-24', end: '2020-10-31'}, count: 557,
74
+ traits: [ 'shale', PU28_PU29, WE00_WE15] },
75
+ },
76
+ }
77
+
78
+
79
+
80
+ PURRSTIGES_KITTENHEIM = {
81
+ # 07.11.19 - New Purrstige - Purrior
82
+ purrior: { name: 'Purrior',
83
+ recipe: {
84
+ time: { start: '2019-11-07', end: '2019-12-01' }, count: 120,
85
+ traits: [] },
86
+ },
87
+ # 06.11.19 - New Purrstige - Centurion
88
+ centurion: { name: 'Centurion',
89
+ recipe: {
90
+ time: { start: '2019-11-06', end: '2019-12-01' }, count: 144,
91
+ traits: [] },
92
+ },
93
+ # 03.11.19 - New Purrstige - Explorer
94
+ explorer: { name: 'Explorer',
95
+ recipe: {
96
+ time: { start: '2019-11-03', end: '2019-12-01' }, count: 162,
97
+ traits: ['lykoi', 'daemonhorns', ['rascal', 'camo'], 'PU28'] },
98
+ },
99
+ # 02.11.19 - New Purrstige - Guard
100
+ guard: { name: 'Guard',
101
+ recipe: {
102
+ time: { start: '2019-11-02', end: '2019-12-01' }, count: 220,
103
+ traits: [] },
104
+ },
105
+ # 01.11.19 - New Purrstige - Velite
106
+ velite: { name: 'Velite',
107
+ recipe: {
108
+ time: { start: '2019-11-01', end: '2019-12-01' }, count: 273,
109
+ traits: [] },
110
+ },
111
+ # 01.11.19 - New Purrstige - Scout
112
+ scout: { name: 'Scout',
113
+ recipe: {
114
+ time: { start: '2019-11-01', end: '2019-12-01' }, count: 140,
115
+ traits: [] },
116
+ },
117
+ # 02.11.19 - New Purrstige - Dominator
118
+ dominator: { name: 'Dominator',
119
+ recipe: {
120
+ time: { start: '2019-11-02', end: '2019-12-01' }, count: 141,
121
+ traits: ['lykoi', 'daemonhorns', PU24_PU27] },
122
+ },
123
+
124
+ # Nov 1, 2019 - Brassard trait is discovered. Purrstige
125
+ brassard: { name: 'Brassard',
126
+ recipe: {
127
+ time: { start: '2019-11-01', end: '2019-12-01' }, count: 793,
128
+ traits: [WE00_WE07, PU24_PU27] },
129
+ },
130
+
131
+ # Nov 1, 2019 - Aegis trait is discovered. Purrstige
132
+ aegis: { name: 'Aegis',
133
+ recipe: {
134
+ time: { start: '2019-11-01', end: '2019-12-01' }, count: 617,
135
+ traits: [] },
136
+ },
137
+ }
138
+
139
+
140
+ PURRSTIGES_ROBOKITTY = {
141
+ ###
142
+ # May 1, 2019
143
+ # 7 Robokitty Purrstiges
144
+
145
+ # 12.12.19 - New Purrstige - Driver
146
+ driver: { name: 'Driver',
147
+ recipe: {
148
+ time: { start: '2019-12-12', end: '2019-12-13' }, count: 257,
149
+ traits: ['ragdoll', TOTESBASIC, WE00_WE15, 'drift', PU24_PU30] },
150
+ },
151
+ bionic: { name: 'Bionic',
152
+ recipe: {
153
+ time: { start: '2019-05-01', end: '2019-08-31' }, count: 624,
154
+ traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU30'] }
155
+ },
156
+ fileshare: { name: 'Fileshare',
157
+ recipe: {
158
+ time: { start: '2019-05-01', end: '2019-08-31' }, count: 683,
159
+ traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU29'] }
160
+ },
161
+ pawsfree: { name: 'Pawsfree',
162
+ recipe: {
163
+ time: { start: '2019-05-01', end: '2019-08-31' }, count: 430,
164
+ traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU28'] }
165
+ },
166
+ uplink: { name: 'Uplink',
167
+ recipe: {
168
+ time: { start: '2019-05-01', end: '2019-08-31' }, count: 1151,
169
+ traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU27'] }
170
+ },
171
+ gaunlet: { name: 'Gauntlet',
172
+ recipe: {
173
+ time: { start: '2019-05-01', end: '2019-08-31' }, count: 905,
174
+ traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU26'] }
175
+ },
176
+ catterypack: { name: 'Catterypack',
177
+ recipe: {
178
+ time: { start: '2019-05-01', end: '2019-08-31' }, count: 513,
179
+ traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU25'] }
180
+ },
181
+ squelch: { name: 'Squelch',
182
+ recipe: {
183
+ time: { start: '2019-05-01', end: '2019-08-31' }, count: 828,
184
+ traits: ['ragdoll', 'WE05', TOTESBASIC, 'PU24'] }
185
+ }
186
+ }
187
+
188
+
189
+ PURRSTIGES_PIRATE = {
190
+ ##
191
+ # Apr 13, 2019
192
+ # 7 Pirate Purrstiges
193
+ # Scratchingpost trait is discovered. Purrstige
194
+ scratchingpost: { name: 'Scratchingpost',
195
+ recipe: {
196
+ time: { start: '2019-04-13', end: '2019-05-10' }, count: 772,
197
+ traits: ['WE10', 'PU26'] }
198
+ },
199
+ # Hooked trait is discovered. Purrstige
200
+ hooked: { name: 'Hooked',
201
+ recipe: {
202
+ time: { start: '2019-04-13', end: '2019-05-10' }, count: 1277,
203
+ traits: ['WE10', 'PU27'] }
204
+ },
205
+ # Landlubber trait is discovered. Purrstige
206
+ landlubber: { name: 'Landlubber',
207
+ recipe: {
208
+ time: { start: '2019-04-13', end: '2019-05-10' }, count: 711,
209
+ traits: ['WE10', 'PU29'] }
210
+ },
211
+ # Wrecked trait is discovered. Purrstige
212
+ wrecked: { name: 'Wrecked',
213
+ recipe: {
214
+ time: { start: '2019-04-13', end: '2019-05-10' }, count: 959,
215
+ traits: ['EN00', 'PU26'] }
216
+ },
217
+ # Purrbados trait is discovered. Purrstige
218
+ purrbados: { name: 'Purrbados',
219
+ recipe: {
220
+ time: { start: '2019-04-13', end: '2019-05-10' }, count: 1344,
221
+ traits: ['EN01', 'PU26'] }
222
+ },
223
+ # Timbers trait is discovered. Purrstige
224
+ timbers: { name: 'Timbers',
225
+ recipe: {
226
+ time: { start: '2019-04-13', end: '2019-05-10' }, count: 472,
227
+ traits: ['WE10', 'EN00', 'PU26'] }
228
+ },
229
+ # Maraud trait is discovered. Purrstige
230
+ maraud: { name: 'Maraud',
231
+ recipe: {
232
+ time: { start: '2019-04-13', end: '2019-05-10' }, count: 620,
233
+ traits: ['WE10', 'EN01', 'PU26'] }
234
+ }
235
+ }
236
+
237
+
238
+ PURRSTIGES_ALPACAT = {
239
+ ##
240
+ # Feb 21, 2019
241
+ # 7 Alpacat "hairstyle" purrstiges
242
+ # Dreamcloud trait is discovered. Purrstige
243
+ dreamcloud: { name: 'Dreamcloud',
244
+ recipe: {
245
+ time: { start: '2019-02-22', end: '2019-03-25' }, count: 1246,
246
+ traits: ['munchkin', 'WE10', 'PU24'] }
247
+ },
248
+ # Alpunka trait is discovered. Purrstige
249
+ alpunka: { name: 'Alpunka',
250
+ recipe: {
251
+ time: { start: '2019-02-22', end: '2019-03-25' }, count: 926,
252
+ traits: ['munchkin', 'WE10', 'PU28'] }
253
+ },
254
+ # Cindylou trait is discovered. Purrstige
255
+ cindylou: { name: 'Cindylou',
256
+ recipe: {
257
+ time: { start: '2019-02-22', end: '2019-03-25' }, count: 905,
258
+ traits: ['munchkin', 'WE10', 'PU30'] }
259
+ },
260
+ # Alpacacino trait is discovered. Purrstige
261
+ alpacacino: { name: 'Alpacacino',
262
+ recipe: {
263
+ time: { start: '2019-02-22', end: '2019-03-25' }, count: 1220,
264
+ traits: ['munchkin', 'WE10', 'PU27'] }
265
+ },
266
+ # Beatlesque trait is discovered. Purrstige
267
+ beatlesque: { name: 'Beatlesque',
268
+ recipe: {
269
+ time: { start: '2019-02-22', end: '2019-03-25' }, count: 783,
270
+ traits: ['munchkin', 'WE10', 'PU29'] }
271
+ },
272
+ # Huacool trait is discovered. Purrstige
273
+ huacool: { name: 'Huacool',
274
+ recipe: {
275
+ time: { start: '2019-02-22', end: '2019-03-25' }, count: 837,
276
+ traits: ['munchkin', 'WE10', 'PU25'] }
277
+ },
278
+ # Inaband trait is discovered. Purrstige
279
+ inaband: { name: 'Inaband',
280
+ recipe: {
281
+ time: { start: '2019-02-22', end: '2019-03-25' }, count: 1048,
282
+ traits: ['munchkin', 'WE10', 'PU26'] }
283
+ }
284
+ }
285
+
286
+
287
+
288
+
289
+
290
+ ###############
291
+ ## todo:
292
+ ## - use PURRSTIGES_XMAS?! and other themes too - why? why not?
293
+
294
+ ## thatsawrap: { date: '2018-10-21' }, ## prestige
295
+ ## duckduckcat: { date: '2018-10-19' }, ## prestige
296
+
297
+ ## prune: { date: '2018-09-19' }, ## prestige
298
+ ## furball: { date: '2018-09-19' }, ## prestige
299
+
300
+
301
+ PRESTIGES = PURRSTIGES =
302
+ {
303
+
304
+ # 01.01.20 - New Purrstige - Confettibox
305
+ confettibox: { name: 'Confettibox',
306
+ recipe: {
307
+ time: { start: '2020-01-01', end: '2020-01-15' }, count: 554,
308
+ traits: ['tinybox', 'PU26'] },
309
+ },
310
+ # 01.12.19 - New Purrstige - Celebration
311
+ celebration: { name: 'Celebration',
312
+ recipe: {
313
+ time: { start: '2019-12-01', end: '?' }, count: 1080,
314
+ traits: [EN00_EN15, PU16_PU29] },
315
+ },
316
+ # 01.12.19 - New Purrstige - Grandfinale
317
+ grandfinale: { name: 'Grandfinale',
318
+ recipe: {
319
+ time: { start: '2019-12-01', end: '?' }, count: 520,
320
+ traits: [EN00_EN15, 'PU30'] },
321
+ },
322
+
323
+
324
+
325
+ # Jun 28, 2019 - Werekitty trait is discovered. Purrstige
326
+ werekitty: { name: 'Werekitty',
327
+ recipe: {
328
+ time: { start: '2019-06-28', end: '2019-07-27' }, count: 438,
329
+ traits: ['moonrise', 'littlefoot', 'PU24',
330
+ EN00_EN15] },
331
+ desc: 'Monster Month Purrstige Trait'
332
+ },
333
+
334
+ ##
335
+ # Mar 15, 2019
336
+ # Oohshiny trait is discovered. Purrstige
337
+ oohshiny: { name: 'Oohshiny',
338
+ recipe: {
339
+ time: { start: '2019-03-15', end: '2019-03-28'}, count: 2484,
340
+ traits: ['roadtogold', 'PU27'] }
341
+ },
342
+
343
+ ## 2018
344
+ ## December
345
+
346
+ reindeer: { name: 'Reindeer',
347
+ recipe: {
348
+ time: { start: '2018-12-14', end: '2019-01-07' }, count: 854,
349
+ traits: ['elk', ['PU24','PU25','PU26','PU27']] }
350
+ },
351
+ holidaycheer: { name: 'Holidaycheer',
352
+ recipe: {
353
+ time: { start: '2018-12-14', end: '2019-01-07' }, count: 759,
354
+ traits: ['elk', ['PU28','PU29']] }
355
+ },
356
+ lit: { name: 'Lit',
357
+ recipe: {
358
+ time: { start: '2018-12-14', end: '2019-01-07' }, count: 1006,
359
+ traits: ['elk', 'PU30'] }
360
+ },
361
+
362
+ ## October
363
+ ## date: '2018-10-21' ??
364
+ thatsawrap: { name: 'Thatsawrap',
365
+ recipe: {
366
+ time: { start: '2018-10-20', end: '2018-11-06' }, count: 615,
367
+ traits: ['bobtail','WE00','PU28'] }
368
+ },
369
+ ## date: '2018-10-19' ??
370
+ duckduckcat: { name: 'Duckduckcat',
371
+ recipe: {
372
+ time: { start: '2018-10-20', end: '2018-11-15' }, count: 1249,
373
+ traits: ['neckbeard',['PU24','PU25','PU26']] }
374
+ },
375
+
376
+ ## September
377
+ ## date: '2018-09-19' ??
378
+ prune: { name: 'Prune',
379
+ recipe: {
380
+ time: { start: '2018-09-18', end: '2018-09-30' }, count: 921,
381
+ traits: ['norwegianforest', TOTESBASIC, 'PU25'] }
382
+ },
383
+ furball: { name: 'Furball',
384
+ recipe: {
385
+ time: { start: '2018-09-19', end: '2018-09-30' }, count: 998,
386
+ traits: ['norwegianforest', TOTESBASIC, 'PU26'] }
387
+ }
388
+ }.merge( PURRSTIGES_ROBOKITTY )
389
+ .merge( PURRSTIGES_PIRATE )
390
+ .merge( PURRSTIGES_ALPACAT )
391
+ .merge( PURRSTIGES_KITTENHEIM )
392
+ .merge( PURRSTIGES_HACKATAO )