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.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -3
- data/Manifest.txt +5 -5
- data/README.md +416 -240
- data/Rakefile +30 -30
- data/lib/kittyverse.rb +39 -44
- data/lib/kittyverse/cattributes.rb +123 -131
- data/lib/kittyverse/config/colors.rb +146 -132
- data/lib/kittyverse/config/exclusives.rb +197 -0
- data/lib/kittyverse/config/fancies.rb +379 -174
- data/lib/kittyverse/config/purrstiges.rb +392 -200
- data/lib/kittyverse/config/special_editions.rb +135 -0
- data/lib/kittyverse/config/traits.rb +12 -0
- data/lib/kittyverse/config/traits_timeline.rb +288 -294
- data/lib/kittyverse/fancies.rb +206 -205
- data/lib/kittyverse/gene.rb +53 -0
- data/lib/kittyverse/genome.rb +176 -0
- data/lib/kittyverse/mewtations.rb +118 -120
- data/lib/kittyverse/recipes.rb +0 -2
- data/lib/kittyverse/traits.rb +0 -2
- data/lib/kittyverse/version.rb +20 -23
- data/test/helper.rb +10 -10
- data/test/test_cattributes.rb +0 -2
- data/test/test_fancies.rb +16 -2
- data/test/test_genome.rb +65 -0
- data/test/test_traits.rb +172 -174
- metadata +21 -17
- data/LICENSE.md +0 -116
- data/lib/kittyverse/api/client.rb +0 -149
- data/lib/kittyverse/api/versions.rb +0 -90
- data/lib/kittyverse/links.rb +0 -57
- data/lib/kittyverse/pages/genes.rb +0 -101
@@ -1,200 +1,392 @@
|
|
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
|
-
recipe: {
|
127
|
-
time: { start: '2019-
|
128
|
-
traits: [
|
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
|
-
|
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 )
|