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
@@ -0,0 +1,197 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
EXCLUSIVES = {
|
4
|
+
|
5
|
+
# 11.07.20 - New Exclusive - Pepito
|
6
|
+
# The Morse Meows Shelter is saving kitties from Strasburg, Virginia
|
7
|
+
# by taking them off the streets and getting them ready
|
8
|
+
# to find their furrever homes! Community cool cat and ultra-high generation collector,
|
9
|
+
# Club 1000, sounded the Kitty alarm to support this shelter in need.
|
10
|
+
#
|
11
|
+
# Our newest Exclusive, Pepito, the Mascot, is intended to be distributed
|
12
|
+
# in support of social causes and we've given Morse Meows one for auction!
|
13
|
+
'pepitothemascot': { name: 'Pepito The Mascot', date: '2020-11-07',
|
14
|
+
exclusive: {
|
15
|
+
limit: 20, ids: (231..250).to_a },
|
16
|
+
},
|
17
|
+
|
18
|
+
## 21.05.20 - New Exclusive - MegaFlowtron
|
19
|
+
'megaflowtron': { name: 'Mega Flowtron', date: '2020-05-21',
|
20
|
+
exclusive: {
|
21
|
+
limit: 1, ids: [303] },
|
22
|
+
},
|
23
|
+
|
24
|
+
## 15.05.20 - New Exclusive - Koshkat - 222
|
25
|
+
'koshkat': { name: 'Koshkat', date: '2020-05-15',
|
26
|
+
exclusive: {
|
27
|
+
limit: 1, ids: [222] },
|
28
|
+
},
|
29
|
+
|
30
|
+
## 01.02.20 - New Exclusive - Gale
|
31
|
+
## celebrating the way to 2 000 000 million
|
32
|
+
## check if limit goes up (on jan/31 it is 33)
|
33
|
+
##
|
34
|
+
## A total of 36 Exclusive Gale Kitties will be discovered
|
35
|
+
## through random breeding in the Race to the 2,000,000th Kitty.
|
36
|
+
##
|
37
|
+
## Each of these 36 Exclusive Kitties will be born, at random,
|
38
|
+
## until we reach 2,000,000. And these super-rare Exclusives
|
39
|
+
## can be born from any parents, from any generation.
|
40
|
+
## But beware this is a ID-limited window.
|
41
|
+
'gale': { name: 'Gale', date: '2020-02-01',
|
42
|
+
exclusive: {
|
43
|
+
limit: 33, ids: [
|
44
|
+
1995387, 1995323, 1990934, 1987022,
|
45
|
+
1986452, 1984873, 1984313, 1980813,
|
46
|
+
1979910, 1976399, 1973254, 1971383,
|
47
|
+
1970499, 1968361, 1961950, 1960448,
|
48
|
+
1957257, 1956528, 1952165, 1946384,
|
49
|
+
1932696, 1923247, 1909523, 1906470,
|
50
|
+
1895691, 1895007, 1893341, 1887536,
|
51
|
+
1861789, 1859088, 1836698, 1825688,
|
52
|
+
1825574 ] },
|
53
|
+
},
|
54
|
+
|
55
|
+
#####
|
56
|
+
# 2019
|
57
|
+
|
58
|
+
'dapp-e': { name: 'DAPP-E', date: '2019-05-10',
|
59
|
+
exclusive: {
|
60
|
+
limit: 50, ids: (1829..1878).to_a },
|
61
|
+
desc: 'Dapper (Crypto Contract) Wallet Promotion Cat'
|
62
|
+
},
|
63
|
+
papacatuanuku: { name: 'Papacatuanuku', date: '2019-03-31',
|
64
|
+
exclusive: {
|
65
|
+
limit: 1, ids: [1500000] },
|
66
|
+
desc: 'Kitty #1500000'
|
67
|
+
},
|
68
|
+
# Mar 26, 2019
|
69
|
+
# Sir Meowsalot Exclusive Cat is released. Exclusive Cat
|
70
|
+
sirmeowsalot: { name: 'Sir Meowsalot', date: '2019-03-26',
|
71
|
+
exclusive: {
|
72
|
+
limit: 21, ids: (201..221).to_a }
|
73
|
+
},
|
74
|
+
|
75
|
+
cyberberry: { name: 'Cyber Berry', date: '2019-03-02',
|
76
|
+
exclusive: {
|
77
|
+
limit: 1, ids: [282] },
|
78
|
+
desc: "Winner of the NFTme Sweetstakes"
|
79
|
+
},
|
80
|
+
|
81
|
+
# Mar 1, 2019
|
82
|
+
# Hinecatone Exclusive Cat is discovered. Exclusive Cat
|
83
|
+
hinecatone: { name: 'Hinecatone', date: '2019-03-01',
|
84
|
+
exclusive: {
|
85
|
+
limit: 15, ids: [1423547, 1433380, 1433486, 1440835, 1453366, 1456935, 1456973, 1459319, 1463197, 1466118, 1474082, 1484593, 1484982, 1492154, 1498885]}
|
86
|
+
},
|
87
|
+
|
88
|
+
# Feb 15, 2019
|
89
|
+
# Felono Exclusive Cat is discovered. Exclusive Cat
|
90
|
+
felono: { name: 'Felono', date: '2019-02-15',
|
91
|
+
exclusive: {
|
92
|
+
limit: 30, ids: [1394641, 1404595, 1406021, 1413065, 1414375, 1420553, 1421315, 1421864, 1424104 ,1425433, 1431823, 1435517, 1436333, 1449860, 1451482, 1455458, 1459320, 1462952, 1463069, 1476999, 1483225, 1487210, 1487551, 1489681, 1490345, 1491632, 1492206, 1492739, 1492817, 1498778]}
|
93
|
+
},
|
94
|
+
hypurrion: { name: 'Hypurrion', date: '2019-01-10',
|
95
|
+
exclusive: {
|
96
|
+
limit: 1, ids: [269]},
|
97
|
+
desc: 'Hyperion - Mythic Titan of Light - Gods Unchained Promotion'
|
98
|
+
},
|
99
|
+
dracothemagnificent: { name: 'Draco The Magnificent', date: '2018-11-27',
|
100
|
+
exclusive: {
|
101
|
+
limit: 12, ids: (270..281).to_a }
|
102
|
+
},
|
103
|
+
bugcatv2: { name: 'Bug Cat V2', date: '2018-11-27',
|
104
|
+
exclusive: {
|
105
|
+
limit: 20, ids: (167..186).to_a },
|
106
|
+
desc: 'Bug Bounty II (Offers Contract etc) Kitty'
|
107
|
+
},
|
108
|
+
lilbubthemagicalspacecat: { name: 'Lil Bub Ub Bub (BUB) The Magical Space Cat', date: '2018-11-13',
|
109
|
+
exclusive: {
|
110
|
+
limit: 3, ids: [266,267,268]}
|
111
|
+
},
|
112
|
+
vulcat: { name: 'Vulcat', date: '2018-09-12',
|
113
|
+
exclusive: {
|
114
|
+
limit: 1, ids: [1000000] },
|
115
|
+
desc: '1 000 000th Kitty'
|
116
|
+
},
|
117
|
+
vulcant: { name: 'Vulcant', date: '2018-08-31',
|
118
|
+
exclusive: {
|
119
|
+
limit: 20, ids: [932914,937360,938299,946526,948925,949058,950617,952280,952981,956374,956908,958570,964205,967234,983046,984451,990713,992861,995745,997469] }
|
120
|
+
},
|
121
|
+
rabbidkitty: { name: 'Rabbid Kitty', date: '2018-08-23',
|
122
|
+
exclusive: {
|
123
|
+
limit: 6, ids: (260..265).to_a },
|
124
|
+
desc: 'Ubisoft Blockchain Heroes Hackathon'
|
125
|
+
},
|
126
|
+
honu: { name: 'Honu', date: '2018-07-20',
|
127
|
+
exclusive: {
|
128
|
+
limit: 1, ids: [251] },
|
129
|
+
desc: 'Kitties for Good - Save Turtle Habitats'
|
130
|
+
},
|
131
|
+
victoire: { name: 'Victoire', date: '2018-07-18',
|
132
|
+
exclusive: {
|
133
|
+
limit: 1, ids: [402] },
|
134
|
+
desc: 'France Football World Cup Champion'
|
135
|
+
},
|
136
|
+
furlin: { name: 'Furlin', date: '2018-06-26',
|
137
|
+
exclusive: {
|
138
|
+
limit: 52, ids: (115..126).to_a + (128..166).to_a }
|
139
|
+
},
|
140
|
+
celestialcyberdimension: { name: 'Celestial Cyber Dimension', date: '2018-05-12',
|
141
|
+
exclusive: {
|
142
|
+
limit: 1, ids: [127] }
|
143
|
+
},
|
144
|
+
|
145
|
+
=begin
|
146
|
+
## May 7, 2018
|
147
|
+
## old retired (failed) exclusive with Warriors' Steph Curry (NBA Superstar) Basketball Celebrity Promotion
|
148
|
+
|
149
|
+
'#30furry': { name: '#30 Furry', date: '2018-05-07', ## todo/fix: url-escape name '#30furry' for picture
|
150
|
+
exclusive: {
|
151
|
+
limit: 1, ids: [330] },
|
152
|
+
desc: 'Steph Curry (NBA Superstar) Basketball Celebrity Promotion Cat'
|
153
|
+
},
|
154
|
+
cheffurry: { name: 'Chef Furry', date: '2018-05-07',
|
155
|
+
exclusive: {
|
156
|
+
limit: 1, ids: [130] },
|
157
|
+
desc: 'Steph Curry (NBA Superstar) Basketball Celebrity Promotion Cat'
|
158
|
+
},
|
159
|
+
stephfurthree: { name: 'Steph Fur Three', date: '2018-05-07',
|
160
|
+
exclusive: {
|
161
|
+
limit: 1, ids: [230] },
|
162
|
+
desc: 'Steph Curry (NBA Superstar) Basketball Celebrity Promotion Cat'
|
163
|
+
},
|
164
|
+
=end
|
165
|
+
|
166
|
+
|
167
|
+
goldendragoncat: { name: 'Golden Dragon Cat', name_cn: '帝龙喵', date: '2018-03-08',
|
168
|
+
exclusive: {
|
169
|
+
limit: 1, ids: [888] },
|
170
|
+
desc: 'China Launch'
|
171
|
+
}, ## todo: check date for china launch specials!!!
|
172
|
+
goldendogcat: { name: 'Golden Dog Cat', name_cn: '旺财汪', date: '2018-03-08',
|
173
|
+
exclusive: {
|
174
|
+
limit: 11, ids: [1802,1803,1805,1806,1808,1809,1812,1816]+(1825..1828).to_a },
|
175
|
+
desc: 'China Launch'
|
176
|
+
}, ## todo: check date for china launch specials!!!
|
177
|
+
|
178
|
+
knightkitty: { name: 'Knight Kitty', date: '2018-03-01',
|
179
|
+
exclusive: {
|
180
|
+
limit: 11, ids: (104..114).to_a }
|
181
|
+
},
|
182
|
+
cathena: { name: 'Cathena', date: '2018-02-06',
|
183
|
+
exclusive: {
|
184
|
+
limit: 1, ids: [500000] },
|
185
|
+
desc: '500 000th Kitty'
|
186
|
+
},
|
187
|
+
genesis: { name: 'Genesis', date: '2017-11-24',
|
188
|
+
exclusive: {
|
189
|
+
limit: 1, ids: [1] },
|
190
|
+
desc: '1st Kitty'
|
191
|
+
},
|
192
|
+
bugcat: { name: 'Bug Cat', date: '2017-11-23',
|
193
|
+
exclusive: {
|
194
|
+
limit: 3, ids: [101,102,103] },
|
195
|
+
desc: 'Bug Bounty Kitty' }
|
196
|
+
}
|
197
|
+
|
@@ -1,18 +1,22 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
|
3
1
|
###
|
2
|
+
# Fancy Cats
|
3
|
+
# see https://www.cryptokitties.co/catalogue/fancy-cats
|
4
|
+
# These limited-edition Kitties boast special art.
|
5
|
+
# They can only be bred through a unique genetic recipe until the cap is reached
|
6
|
+
#
|
4
7
|
#
|
5
8
|
# for latest updates on new fancies/exclusives see:
|
6
9
|
# https://updates.cryptokitties.co (official latest updates/timeline)
|
7
10
|
#
|
8
11
|
# or see
|
9
12
|
# https://blog.kotobaza.co/timeline/
|
13
|
+
#
|
14
|
+
# or see
|
15
|
+
# https://kittyhelper.co/price-floor/exclusive/
|
16
|
+
# https://kittyhelper.co/price-floor/specialedition/
|
17
|
+
# https://kittyhelper.co/price-floor/fancy/
|
10
18
|
|
11
19
|
|
12
|
-
##
|
13
|
-
## todo/fix:
|
14
|
-
## use count: for time-limited fancies do NOT use limit!!! change limit to count!!!
|
15
|
-
|
16
20
|
##
|
17
21
|
## note:
|
18
22
|
## for time limits for fancies use:
|
@@ -22,15 +26,370 @@
|
|
22
26
|
## e.g. overflow: 1 # 888+1 (=889)
|
23
27
|
|
24
28
|
|
25
|
-
|
26
|
-
|
27
|
-
|
29
|
+
RECIPES = {
|
30
|
+
|
31
|
+
######################
|
32
|
+
# 2021
|
33
|
+
|
34
|
+
# 16.01.21 - New fancy - Ellie
|
35
|
+
# An Elephantastic Fancy!
|
36
|
+
# The first of our next Fancy Family has been released into the wild...
|
37
|
+
# Shiny-enabled Fancy, Ellie!
|
38
|
+
ellie: { name: 'Ellie', date: '2021-01-16', ## 1st in Elephant series
|
39
|
+
recipe: {
|
40
|
+
limit: 2500, count: 2,
|
41
|
+
traits: [ 'shadowgrey', 'flamingo', 'littlefoot', 'walrus'] },
|
42
|
+
},
|
43
|
+
|
44
|
+
#################
|
45
|
+
# 2020
|
46
|
+
# 19.12.20 - New fancy - Dave -- Winter Series
|
47
|
+
dave: { name: 'Dave', ## todo/check: was time-limited?
|
48
|
+
recipe: {
|
49
|
+
time: { start: '2020-12-19', end: '?' }, count: 239,
|
50
|
+
traits: ['norwegianforest', 'icy', 'frozen'] },
|
51
|
+
},
|
52
|
+
# 19.12.20 - New fancy - Holly -- Winter Series
|
53
|
+
holly: { name: 'Holly', ## todo/check: was time-limited?
|
54
|
+
recipe: {
|
55
|
+
time: { start: '2020-12-19', end: '?' }, count: 261,
|
56
|
+
traits: ['chartreux', 'wingtips', 'icy'] },
|
57
|
+
},
|
58
|
+
# 06.12.20 - New fancy - CatFrost -- Winter Series
|
59
|
+
# The breeding window for the shiny-enabled Cat Frost ends at 9:50am PT on 12/19
|
60
|
+
catfrost: { name: 'Cat Frost', ## todo/check: was time-limited?
|
61
|
+
recipe: {
|
62
|
+
time: { start: '2020-12-06', end: '2020-12-19' }, count: 288,
|
63
|
+
traits: ['splat', 'wiley', 'icicle', 'icy'] },
|
64
|
+
},
|
65
|
+
|
66
|
+
# 21.11.20 - New fancy - Abby
|
67
|
+
abby: { name: 'Abby', ## todo/check: was time-limited?
|
68
|
+
recipe: {
|
69
|
+
time: { start: '2020-11-21', end: '?' }, count: 299,
|
70
|
+
traits: ['ragamuffin', 'swarley', 'dune'] },
|
71
|
+
},
|
72
|
+
# 08.11.20 - New fancy - Dart
|
73
|
+
dart: { name: 'Dart', ## todo/check: was time-limited?
|
74
|
+
recipe: {
|
75
|
+
time: { start: '2020-11-08', end: '?' }, count: 370,
|
76
|
+
traits: ['camo', 'oldlace', 'coffee', 'dune'] },
|
77
|
+
},
|
78
|
+
|
79
|
+
# 30.09.20 - New fancy - Boris
|
80
|
+
boris: { name: 'Boris', ## todo/check: was time-limited?
|
81
|
+
recipe: {
|
82
|
+
time: { start: '2020-09-30', end: '?' }, count: 667,
|
83
|
+
traits: ['savannah', 'safetyvest', 'jacked'] },
|
84
|
+
},
|
85
|
+
|
86
|
+
# 29.08.20 - New fancy - Mibbles
|
87
|
+
mibbles: { name: 'Mibbles', ## todo/check: was time-limited?
|
88
|
+
recipe: {
|
89
|
+
time: { start: '2020-08-29', end: '?' }, count: 1301,
|
90
|
+
traits: ['kurilian', 'impish'] },
|
91
|
+
},
|
92
|
+
# 08.08.20 - New fancy - Reeves - Wild West Series?
|
93
|
+
reeves: { name: 'Reeves', ## todo/check: was time-limited?
|
94
|
+
recipe: {
|
95
|
+
time: { start: '2020-08-08', end: '?' }, count: 198,
|
96
|
+
traits: ['rascal', 'swarley', 'daemonwings', 'dune'] },
|
97
|
+
},
|
98
|
+
# 25.07.20 - New fancy - Pickett - Wild West Series?
|
99
|
+
pickett: { name: 'Pickett', ## todo/check: was time-limited?
|
100
|
+
recipe: {
|
101
|
+
time: { start: '2020-07-25', end: '?' }, count: 224,
|
102
|
+
traits: ['swarley', 'lavender', 'dune'] },
|
103
|
+
},
|
104
|
+
|
28
105
|
|
106
|
+
# 16.07.20 - New fancy - Joan
|
107
|
+
joan: { name: 'Joan', ## todo/check: was time-limited?
|
108
|
+
recipe: {
|
109
|
+
time: { start: '2020-07-16', end: '?' }, count: 338,
|
110
|
+
traits: ['lykoi', 'drama', 'glacier', 'springcrocus', 'prism'] },
|
111
|
+
},
|
112
|
+
# 11.07.20 - New fancy - Starchild
|
113
|
+
starchild: { name: 'Starchild', ## todo/check: was time-limited?
|
114
|
+
recipe: {
|
115
|
+
time: { start: '2020-07-11', end: '?' }, count: 367,
|
116
|
+
traits: ['razzledazzle', 'drama', 'glacier', 'wolfgrey', 'prism'] },
|
117
|
+
},
|
29
118
|
|
119
|
+
# 04.07.20 - New fancy - Travis
|
120
|
+
travis: { name: 'Travis', ## todo/check: was time-limited?
|
121
|
+
recipe: {
|
122
|
+
time: { start: '2020-07-04', end: '?' }, count: 300,
|
123
|
+
traits: ['firedup', 'wolfgrey', 'glacier', 'prism'] },
|
124
|
+
},
|
125
|
+
# 04.07.20 - New fancy - Steel
|
126
|
+
steel: { name: 'Steel', ## todo/check: was time-limited?
|
127
|
+
recipe: {
|
128
|
+
time: { start: '2020-07-04', end: '?' }, count: 436,
|
129
|
+
traits: ['lykoi', 'hintomint', 'springcrocus', 'prism'] },
|
130
|
+
},
|
30
131
|
|
31
|
-
|
32
|
-
{
|
33
|
-
|
132
|
+
# 20.06.20 - New fancy - Pawvril
|
133
|
+
pawvril: { name: 'Pawvril', ## todo/check: was time-limited?
|
134
|
+
recipe: {
|
135
|
+
time: { start: '2020-06-20', end: '?' }, count: 700,
|
136
|
+
traits: ['glacier', 'springcrocus', 'drama'] },
|
137
|
+
},
|
138
|
+
# 20.06.20 - New fancy - Janis
|
139
|
+
janis: { name: 'Janis', ## todo/check: was time-limited?
|
140
|
+
recipe: {
|
141
|
+
time: { start: '2020-06-20', end: '?' }, count: 929,
|
142
|
+
traits: ['glacier', 'springcrocus', 'prism'] },
|
143
|
+
},
|
144
|
+
|
145
|
+
# 06.06.20 - New fancy - Kunst
|
146
|
+
kunst: { name: 'Kunst', ## todo/check: was time-limited?
|
147
|
+
recipe: {
|
148
|
+
time: { start: '2020-06-06', end: '?' }, count: 1001,
|
149
|
+
traits: ['mainecoon', 'candyshoppe', 'royalblue'] },
|
150
|
+
},
|
151
|
+
# 23.05.20 - New fancy - Kitiovanni
|
152
|
+
kitiovanni: { name: 'Kitiovanni', ## todo/check: was time-limited?
|
153
|
+
recipe: {
|
154
|
+
time: { start: '2020-05-23', end: '?' }, count: 735,
|
155
|
+
traits: ['manx', 'candyshoppe', 'firstblush', 'springcrocus', 'wyrm'] },
|
156
|
+
},
|
157
|
+
|
158
|
+
# 09.05.20 - New fancy - Hunter
|
159
|
+
hunter: { name: 'Hunter', ## todo/check: was time-limited?
|
160
|
+
recipe: {
|
161
|
+
time: { start: '2020-05-09', end: '?' }, count: 1140,
|
162
|
+
traits: ['avatar', 'chameleon', 'tongue', 'dragontail'] },
|
163
|
+
},
|
164
|
+
|
165
|
+
# 25.04.20 - New fancy - Vince
|
166
|
+
vince: { name: 'Vince', ## todo/check: was time-limited?
|
167
|
+
recipe: {
|
168
|
+
time: { start: '2020-04-25', end: '?' }, count: 1424,
|
169
|
+
traits: ['pixiebob', 'bananacream', 'daffodil', 'ooze'] },
|
170
|
+
},
|
171
|
+
# 18.04.20 - New fancy - Zelig
|
172
|
+
zelig: { name: 'Zelig', ## todo/check: was time-limited?
|
173
|
+
recipe: {
|
174
|
+
time: { start: '2020-04-18', end: '?' }, count: 505,
|
175
|
+
traits: ['avatar', 'glacier', 'chameleon', 'happygokitty'] },
|
176
|
+
},
|
177
|
+
# 11.04.20 - New fancy - Billie
|
178
|
+
billie: { name: 'Billie', ## todo/check: was time-limited?
|
179
|
+
recipe: {
|
180
|
+
time: { start: '2020-04-11', end: '?' }, count: 1261,
|
181
|
+
traits: ['pixiebob', 'cornflower', 'cerulian', 'mintmacaron'] },
|
182
|
+
},
|
183
|
+
|
184
|
+
# 28.03.20 - New fancy - Bodhi
|
185
|
+
bodhi: { name: 'Bodhi', ## todo/check: was time-limited?
|
186
|
+
recipe: {
|
187
|
+
time: { start: '2020-03-28', end: '?' }, count: 616,
|
188
|
+
traits: ['avatar', 'chameleon', 'mertail', 'majestic'] },
|
189
|
+
},
|
190
|
+
# 21.03.20 - New fancy - Cindi
|
191
|
+
cindi: { name: 'Cindi', ## todo/check: was time-limited?
|
192
|
+
recipe: {
|
193
|
+
time: { start: '2020-03-21', end: '?' }, count: 897,
|
194
|
+
traits: ['pixiebob', 'dragonfruit', 'prairierose', 'missmuffett'] },
|
195
|
+
},
|
196
|
+
# 17.03.20 - New fancy - Potricia
|
197
|
+
potricia: { name: 'Potricia', ## todo/check: was time-limited?
|
198
|
+
recipe: {
|
199
|
+
time: { start: '2020-03-17', end: '?' }, count: 665,
|
200
|
+
traits: ['onyx', 'gold', 'mertail', 'roadtogold'] },
|
201
|
+
},
|
202
|
+
# 07.03.20 - New fancy - Cai
|
203
|
+
cai: { name: 'Cai', ## todo/check: was time-limited?
|
204
|
+
recipe: {
|
205
|
+
time: { start: '2020-03-07', end: '?' }, count: 526,
|
206
|
+
traits: ['pixiebob', 'shamrock', 'mertail', 'hanauma'] },
|
207
|
+
},
|
208
|
+
# 20.02.20 - New fancy - MissMatheson
|
209
|
+
missmatheson: { name: 'Miss Matheson', ## todo/check: was time-limited?
|
210
|
+
recipe: {
|
211
|
+
time: { start: '2020-02-20', end: '?' }, count: 375,
|
212
|
+
traits: ['liger','icicle','hacker','kittencream'] },
|
213
|
+
},
|
214
|
+
|
215
|
+
# 15.02.20 - New fancy - Felis
|
216
|
+
felis: { name: 'Felis', ## todo/check: was time-limited?
|
217
|
+
recipe: {
|
218
|
+
time: { start: '2020-02-15', end: '?' }, count: 1264,
|
219
|
+
traits: ['mekong','moonrise','buzzed','finalfrontier'] },
|
220
|
+
},
|
221
|
+
# 08.02.20 - New fancy - Meuwn
|
222
|
+
meuwn: { name: 'Meuwn', ## todo/check: was time-limited?
|
223
|
+
recipe: {
|
224
|
+
time: { start: '2020-02-08', end: '?' }, count: 509,
|
225
|
+
traits: ['razzledazzle', 'cloudwhite', 'springcrocus', 'finalfrontier'] },
|
226
|
+
},
|
227
|
+
|
228
|
+
# 01.02.20 - New fancy - LilPurrfect
|
229
|
+
lilpurrfect: { name: 'Lil Purrfect', ## todo/check: was time-limited?
|
230
|
+
recipe: {
|
231
|
+
time: { start: '2020-02-01', end: '?' }, count: 662,
|
232
|
+
traits: ['allyouneed', 'garnet', 'flapflap'] },
|
233
|
+
},
|
234
|
+
|
235
|
+
# 18.01.20 - New fancy - Mars
|
236
|
+
mars: { name: 'Mars', ## todo/check: was time-limited?
|
237
|
+
recipe: {
|
238
|
+
time: { start: '2020-01-18', end: '?' }, count: 987,
|
239
|
+
traits: ['hacker', 'prairierose', 'delite', 'finalfrontier'] },
|
240
|
+
},
|
241
|
+
|
242
|
+
# 11.01.20 - New fancy - Cosmocat
|
243
|
+
cosmocat: { name: 'Cosmocat', ## todo/check: was time-limited?
|
244
|
+
recipe: {
|
245
|
+
time: { start: '2020-01-11', end: '?' }, count: 688,
|
246
|
+
traits: ['leopard', 'universe', 'topoftheworld', 'finalfrontier'] },
|
247
|
+
},
|
248
|
+
|
249
|
+
|
250
|
+
pepito: { name: 'Pepito',
|
251
|
+
recipe: {
|
252
|
+
time: { start: '2020-01-01', end: '2020-01-07' }, count: 443,
|
253
|
+
traits: ['ragdoll', 'simple', 'meowgarine', 'junglebook'] },
|
254
|
+
},
|
255
|
+
|
256
|
+
|
257
|
+
chitten: { name: 'Chitten', ## todo/check: was time-limited?
|
258
|
+
recipe: {
|
259
|
+
time: { start: '2019-12-21', end: '?' }, count: 829,
|
260
|
+
traits: ['burmilla', 'calicool', 'hotcocoa', 'tongue'] },
|
261
|
+
},
|
262
|
+
|
263
|
+
puuurrot: { name: 'Puuurrot', ## todo/check: was time-limited?
|
264
|
+
recipe: {
|
265
|
+
time: { start: '2019-12-07', end: '?' }, count: 650,
|
266
|
+
traits: ['chantilly', 'firstblush', 'skyblue', 'tinybox'] },
|
267
|
+
},
|
268
|
+
|
269
|
+
shoopadoop: { name: 'Shoopadoop', ## todo/check: was time-limited?
|
270
|
+
recipe: {
|
271
|
+
time: { start: '2019-11-23', end: '?' }, count: 1269,
|
272
|
+
traits: ['martian', 'wyrm', 'SE03'] },
|
273
|
+
},
|
274
|
+
|
275
|
+
bartholomeow: { name: 'Bartholomeow', date: '2019-11-12', # Page's Warriors series
|
276
|
+
recipe: {
|
277
|
+
limit: 10_000, count: 1269,
|
278
|
+
traits: ['burmilla', 'thunderstruck', 'salmon', 'flamingo', 'rosequartz', 'wasntme'] },
|
279
|
+
}, ## add shiny-enabled? see https://www.cryptokitties.co/blog/post/ooooooh-shiny
|
280
|
+
|
281
|
+
gwendolion: { name: 'Gwendolion', date: '2019-11-10', # Page's Warriors series - starter fancy
|
282
|
+
recipe: {
|
283
|
+
limit: 50_000, count: 297,
|
284
|
+
traits: ['burmilla', 'salmon', 'icy'] },
|
285
|
+
},
|
286
|
+
|
287
|
+
catseye: { name: 'Catseye', date: '2019-11-09',
|
288
|
+
recipe: {
|
289
|
+
limit: 30_000, count: 196,
|
290
|
+
traits: ['burmilla', 'rascal', 'salmon', 'flamingo'] },
|
291
|
+
},
|
292
|
+
|
293
|
+
# Oct 26, 2019 - Skeletonne Fancy Cat is discovered
|
294
|
+
skeletonne: { name: 'Skeletonne', ## todo/check: was time-limited?
|
295
|
+
recipe: {
|
296
|
+
time: { start: '2019-10-26', end: '?' }, count: 752,
|
297
|
+
traits: ['sphynx', 'scorpius', 'dreamboat', 'satiated'] },
|
298
|
+
},
|
299
|
+
|
300
|
+
# Oct 12, 2019 - Furmione Fancy Cat is discovered
|
301
|
+
furmione: { name: 'Furmione', ## todo/check: was time-limited?
|
302
|
+
recipe: {
|
303
|
+
time: { start: '2019-10-12', end: '?' }, count: 832,
|
304
|
+
traits: ['spangled', 'firstblush', ['poisonberry', 'mallowflower']] },
|
305
|
+
},
|
306
|
+
|
307
|
+
# Sep 20, 2019 - Purrzival Fancy Cat is discovered
|
308
|
+
purrzival: { name: 'Purrzival the Paladin', date: '2019-09-20', ## todo/check: was time-limited too?
|
309
|
+
recipe: {
|
310
|
+
limit: 30_000, count: 316,
|
311
|
+
traits: ['thunderstruck', 'rosequartz', 'peach', 'wasntme'] },
|
312
|
+
},
|
313
|
+
|
314
|
+
# Sep 28, 2019 - Jack Fancy Cat is discovered
|
315
|
+
jack: { name: 'Jack', ## todo/check: was time-limited?
|
316
|
+
recipe: {
|
317
|
+
time: { start: '2019-09-28', end: '?' }, count: 721,
|
318
|
+
traits: ['savannah', 'shadowgrey', 'granitegrey', 'jacked'] },
|
319
|
+
},
|
320
|
+
|
321
|
+
# Sep 14, 2019 - Pawderick the Lancer Fancy Cat is discovered
|
322
|
+
pawderick: { name: 'Pawderick the Lancer', date: '2019-09-14', ## todo/check: was time-limited too?
|
323
|
+
recipe: {
|
324
|
+
limit: 50_000, count: 665,
|
325
|
+
traits: ['ganado', 'rosequartz', 'wasntme'] },
|
326
|
+
},
|
327
|
+
|
328
|
+
# Aug 31, 2019 - Robin Fancy Cat is discovered
|
329
|
+
robin: { name: 'Robin', ## todo/check: was time-limited?
|
330
|
+
recipe: {
|
331
|
+
time: { start: '2019-08-31', end: '?' }, count: 1837,
|
332
|
+
traits: ['stunned', 'meowgarine', 'kittencream', 'featherbrain'] },
|
333
|
+
},
|
334
|
+
|
335
|
+
# Aug 17, 2019 - Kitty Formerly Known as Prince Fancy Cat is discovered
|
336
|
+
kittyformerlyknownasprince: { name: 'Kitty Formerly Known As Prince', ## todo/check: was time-limited?
|
337
|
+
recipe: {
|
338
|
+
time: { start: '2019-08-17', end: '?' }, count: 503,
|
339
|
+
traits: ['leopard', 'tendertears', 'royalblue', 'pouty'] },
|
340
|
+
},
|
341
|
+
|
342
|
+
# Aug 3, 2019 - DJ Meowlody Fancy Cat is discovered
|
343
|
+
djmeowlody: { name: 'DJ Meowlody',
|
344
|
+
recipe: {
|
345
|
+
time: { start: '2019-08-03', end: '2019-11-30' }, count: 155,
|
346
|
+
traits: ['happygokitty', 'ragdoll', 'tigerpunk', 'oceanid'] },
|
347
|
+
},
|
348
|
+
|
349
|
+
# Jul 22, 2019 - Poison Orchid Fancy Cat is discovered
|
350
|
+
poisonorchid: { name: 'Poison Orchid', date: '2019-07-22',
|
351
|
+
recipe: {
|
352
|
+
limit: 499,
|
353
|
+
traits: ['burmilla', 'henna', 'drama', 'onyx', 'wolfgrey', 'dreamboat', 'SE29'] },
|
354
|
+
desc: 'Ninja Fancy Cat' },
|
355
|
+
|
356
|
+
# Jul 18, 2019 - Catyrax Fancy Cat is discovered
|
357
|
+
catyrax: { name: 'Catyrax', date: '2019-07-18',
|
358
|
+
recipe: {
|
359
|
+
limit: 500,
|
360
|
+
traits: ['lykoi', 'henna', 'bornwithit', 'onyx', 'wolfgrey', 'fallspice', 'SE28'] },
|
361
|
+
desc: 'Fish-Flinging Ninja Fancy Cat' },
|
362
|
+
|
363
|
+
# Jul 6, 2019 - Catamari Fancy Cat is discovered
|
364
|
+
catamari: { name: 'Catamari',
|
365
|
+
recipe: {
|
366
|
+
time: { start: '2019-07-06', end: '2019-07-19' }, count: 378,
|
367
|
+
traits: ['moonrise', 'cobalt', 'ducky', 'salty'] },
|
368
|
+
desc: 'Monster Fancy Cat' },
|
369
|
+
|
370
|
+
# Jun 22, 2019 - Magmeow Fancy Cat is discovered
|
371
|
+
magmeow: { name: 'Magmeow',
|
372
|
+
recipe: {
|
373
|
+
time: { start: '2019-06-23', end: '2019-06-26' }, count: 736,
|
374
|
+
traits: ['liger', 'moonrise', 'redvelvet', 'dragontail' ] },
|
375
|
+
desc: 'Multi-Limbed Magma Monster Fancy Cat' },
|
376
|
+
|
377
|
+
# Jun 8, 2019 - Kitijira Fancy Cat is discovered
|
378
|
+
kitijira: { name: 'Kitijira',
|
379
|
+
recipe: {
|
380
|
+
time: { start: '2019-06-08', end: '2019-06-21' }, count: 645,
|
381
|
+
traits: ['mainecoon', 'moonrise', 'atlantis', 'universe', 'dragontail'] },
|
382
|
+
desc: 'City-Smashing Lizard Monster Fancy Cat' },
|
383
|
+
|
384
|
+
# May 25, 2019 - The Whisper Fancy Cat is discovered
|
385
|
+
whisper: { name: 'Whisper',
|
386
|
+
recipe: {
|
387
|
+
time: { start: '2019-05-25', end: '2019-05-31' }, count: 861,
|
388
|
+
traits: ['onyx', 'henna', 'wolfgrey', 'sully', 'candyshoppe' ] },
|
389
|
+
desc: 'Ninja Fancy Cat' },
|
390
|
+
|
391
|
+
# May 11, 2019 - Curdlin Fancy Cat is discovered
|
392
|
+
curdlin: { name: 'Curdlin',
|
34
393
|
recipe: {
|
35
394
|
time: { start: '2019-05-11', end: '2019-11-30' }, count: 4,
|
36
395
|
traits: ['nachocheez', 'saycheese', 'missmuffett', 'dippedcone']},
|
@@ -38,27 +397,14 @@ FANCIES =
|
|
38
397
|
## see https://www.cryptokitties.co/blog/post/things-are-getting-cheezy-in-cryptokitties
|
39
398
|
},
|
40
399
|
|
41
|
-
|
42
|
-
specialedition: {
|
43
|
-
limit: 500 },
|
44
|
-
desc: 'Dapper (Crypto Contract) Wallet Promotion Cat'
|
45
|
-
},
|
46
|
-
'dapp-e': { name: 'DAPP-E', date: '2019-05-10',
|
47
|
-
exclusive: {
|
48
|
-
limit: 50, ids: (1829..1878).to_a },
|
49
|
-
desc: 'Dapper (Crypto Contract) Wallet Promotion Cat'
|
50
|
-
},
|
51
|
-
|
52
|
-
# Apr 27, 2019
|
53
|
-
# Krakitten Fancy Cat is discovered. Fancy Cat
|
400
|
+
# Apr 27, 2019 - Krakitten Fancy Cat is discovered
|
54
401
|
krakitten: { name: 'Krakitten',
|
55
402
|
recipe: {
|
56
403
|
time: { start: '2019-04-27', end: '2019-05-06' }, count: 1221,
|
57
404
|
traits: ['cobalt', 'ducky', 'salty', 'splat']},
|
58
405
|
## desc: 'Beware the Krakitten in the briny deep.'
|
59
406
|
},
|
60
|
-
# Apr 13, 2019
|
61
|
-
# Furbeard Fancy Cat is discovered. Fancy Cat
|
407
|
+
# Apr 13, 2019 - Furbeard Fancy Cat is discovered
|
62
408
|
furbeard: { name: 'Furbeard',
|
63
409
|
recipe: {
|
64
410
|
time: { start: '2019-04-13', end: '2019-04-26'}, count: 3733,
|
@@ -67,20 +413,6 @@ FANCIES =
|
|
67
413
|
## see https://www.cryptokitties.co/blog/post/pirate-cats-are-plundering-cryptokitties/
|
68
414
|
},
|
69
415
|
|
70
|
-
# Apr 10, 2019
|
71
|
-
# Sparkles Special Edition Cat is released.Special Edition Cat
|
72
|
-
sparkles: { name: 'Sparkles', date: '2019-04-10',
|
73
|
-
specialedition: {
|
74
|
-
limit: 100 },
|
75
|
-
desc: 'Freebie for CryptoKitties Community Events'
|
76
|
-
},
|
77
|
-
|
78
|
-
papacatuanuku: { name: 'Papacatuanuku', date: '2019-03-31',
|
79
|
-
exclusive: {
|
80
|
-
limit: 1, ids: [1500000] },
|
81
|
-
desc: 'Kitty #1500000'
|
82
|
-
},
|
83
|
-
|
84
416
|
# Mar 30, 2019
|
85
417
|
# Glitter Fancy Cat is discovered. Fancy Cat
|
86
418
|
glitter: { name: 'Glitter',
|
@@ -89,14 +421,6 @@ FANCIES =
|
|
89
421
|
traits: ['rorschach', 'juju', 'unicorn', 'hyacinth'] }
|
90
422
|
},
|
91
423
|
|
92
|
-
|
93
|
-
# Mar 26, 2019
|
94
|
-
# Sir Meowsalot Exclusive Cat is released. Exclusive Cat
|
95
|
-
sirmeowsalot: { name: 'Sir Meowsalot', date: '2019-03-26',
|
96
|
-
exclusive: {
|
97
|
-
limit: 21, ids: (201..221).to_a }
|
98
|
-
},
|
99
|
-
|
100
424
|
# Mar 16, 2019
|
101
425
|
# Clover Fancy Cat is discovered. Fancy Cat
|
102
426
|
clover: { name: 'Clover', date: '2019-03-16',
|
@@ -115,20 +439,6 @@ FANCIES =
|
|
115
439
|
desc: "Ninja Fancy Cat"
|
116
440
|
},
|
117
441
|
|
118
|
-
cyberberry: { name: 'Cyber Berry', date: '2019-03-02',
|
119
|
-
exclusive: {
|
120
|
-
limit: 1, ids: [282] },
|
121
|
-
desc: "Winner of the NFTme Sweetstakes"
|
122
|
-
},
|
123
|
-
|
124
|
-
# Mar 1, 2019
|
125
|
-
# Hinecatone Exclusive Cat is discovered. Exclusive Cat
|
126
|
-
hinecatone: { name: 'Hinecatone', date: '2019-03-01',
|
127
|
-
exclusive: {
|
128
|
-
limit: 15, ids: [1423547, 1433380, 1433486, 1440835, 1453366, 1456935, 1456973, 1459319, 1463197, 1466118, 1474082, 1484593, 1484982, 1492154, 1498885]}
|
129
|
-
},
|
130
|
-
|
131
|
-
|
132
442
|
# Feb 21, 2019
|
133
443
|
# Ande Fancy Cat is discovered. Fancy Cat
|
134
444
|
ande: { name: 'Ande', date: '2019-02-21',
|
@@ -151,13 +461,6 @@ FANCIES =
|
|
151
461
|
traits: ['mekong', 'scarlet', 'spangled', 'wonky'] }
|
152
462
|
},
|
153
463
|
|
154
|
-
# Feb 15, 2019
|
155
|
-
# Felono Exclusive Cat is discovered. Exclusive Cat
|
156
|
-
felono: { name: 'Felono', date: '2019-02-15',
|
157
|
-
exclusive: {
|
158
|
-
limit: 30, ids: [1394641, 1404595, 1406021, 1413065, 1414375, 1420553, 1421315, 1421864, 1424104 ,1425433, 1431823, 1435517, 1436333, 1449860, 1451482, 1455458, 1459320, 1462952, 1463069, 1476999, 1483225, 1487210, 1487551, 1489681, 1490345, 1491632, 1492206, 1492739, 1492817, 1498778]}
|
159
|
-
},
|
160
|
-
|
161
464
|
# Feb 9, 2019
|
162
465
|
# Miss Purrfect Fancy Cat is discovered.Fancy Cat
|
163
466
|
misspurrfect: { name: 'Miss Purrfect',
|
@@ -187,31 +490,7 @@ FANCIES =
|
|
187
490
|
traits: ['selkirk', 'koala', 'arcreactor', 'sully'] },
|
188
491
|
desc: 'Gods Unchained Promotion - Mystical Cat Talisman'
|
189
492
|
},
|
190
|
-
## date: '2019-01-10 ??? -- use for date "announced" or something - why? why not?
|
191
|
-
aeoncat: { name: 'Aeoncat',
|
192
|
-
specialedition: {
|
193
|
-
time: { start: '2019-01-17', end: '2019-01-28' },
|
194
|
-
limit: 380 }, ## Don't sleep - there's only 380 up for grabs!
|
195
|
-
desc: 'Goddess Aeona - Goddess of Nature - Gods Unchained Promotion'
|
196
|
-
},
|
197
|
-
hypurrion: { name: 'Hypurrion', date: '2019-01-10',
|
198
|
-
exclusive: {
|
199
|
-
limit: 1, ids: [269]},
|
200
|
-
desc: 'Hyperion - Mythic Titan of Light - Gods Unchained Promotion'
|
201
|
-
},
|
202
493
|
|
203
|
-
## 2018
|
204
|
-
## December
|
205
|
-
catzy: { name: 'Catzy', date: '2018-12-31',
|
206
|
-
specialedition: {
|
207
|
-
limit: 10, ids: (1137653..1137662).to_a },
|
208
|
-
desc: 'Changpeng "CZ" Zhao - CEO of Binance - Top 10 Blockchain Influencer of the Year 2018 by CoinDesk'
|
209
|
-
},
|
210
|
-
purremyallaire: { name: 'Purremy Allaire', date: '2018-12-31',
|
211
|
-
specialedition: {
|
212
|
-
limit: 10, ids: (1137663..1137672).to_a },
|
213
|
-
desc: 'Jeremy Allaire - Top 10 Blockchain Influencer of the Year 2018 by CoinDesk'
|
214
|
-
},
|
215
494
|
genedough: { name: 'Gene Dough',
|
216
495
|
recipe: {
|
217
496
|
time: { start: '2018-12-23', end: '2019-01-07' }, count: 1376,
|
@@ -230,15 +509,6 @@ FANCIES =
|
|
230
509
|
time: { start: '2018-11-30', end: '2018-12-07' }, count: 1115,
|
231
510
|
traits: ['toyger', 'martian', 'peppermint', 'dragonwings', 'SE03'] }
|
232
511
|
},
|
233
|
-
dracothemagnificent: { name: 'Draco The Magnificent', date: '2018-11-27',
|
234
|
-
exclusive: {
|
235
|
-
limit: 12, ids: (270..281).to_a }
|
236
|
-
},
|
237
|
-
bugcatv2: { name: 'Bug Cat V2', date: '2018-11-27',
|
238
|
-
exclusive: {
|
239
|
-
limit: 20, ids: (167..186).to_a },
|
240
|
-
desc: 'Bug Bounty II (Offers Contract) Kitty'
|
241
|
-
},
|
242
512
|
dracojunior: { name: 'Draco Junior',
|
243
513
|
recipe: {
|
244
514
|
time: { start: '2018-11-26', end: '2018-12-07' }, count: 1398,
|
@@ -254,16 +524,6 @@ FANCIES =
|
|
254
524
|
limit: 303,
|
255
525
|
traits: ['lynx', 'martian', 'highsociety', 'emeraldgreen']}
|
256
526
|
},
|
257
|
-
lilbub: { name: 'Lil Bub Ub Bub (BUB)', date: '2018-11-13',
|
258
|
-
specialedition: {
|
259
|
-
limit: 468 }
|
260
|
-
},
|
261
|
-
|
262
|
-
lilbubthemagicalspacecat: { name: 'Lil Bub Ub Bub (BUB) The Magical Space Cat', date: '2018-11-13',
|
263
|
-
exclusive: {
|
264
|
-
limit: 3, ids: [266,267,268]}
|
265
|
-
},
|
266
|
-
|
267
527
|
## October
|
268
528
|
dukecat: { name: 'Dukecat', date: '2018-10-18',
|
269
529
|
recipe: {
|
@@ -283,11 +543,6 @@ FANCIES =
|
|
283
543
|
limit: 1185,
|
284
544
|
traits: ['jaguar', 'universe', 'atlantis', 'littlefoot']}
|
285
545
|
},
|
286
|
-
vulcat: { name: 'Vulcat', date: '2018-09-12',
|
287
|
-
exclusive: {
|
288
|
-
limit: 1, ids: [1000000] },
|
289
|
-
desc: '1 000 000th Kitty'
|
290
|
-
},
|
291
546
|
meowstro: { name: 'Meowstro', date: '2018-09-09',
|
292
547
|
recipe: {
|
293
548
|
limit: 1698,
|
@@ -300,20 +555,11 @@ FANCIES =
|
|
300
555
|
},
|
301
556
|
|
302
557
|
## August
|
303
|
-
vulcant: { name: 'Vulcant', date: '2018-08-31',
|
304
|
-
exclusive: {
|
305
|
-
limit: 20, ids: [932914,937360,938299,946526,948925,949058,950617,952280,952981,956374,956908,958570,964205,967234,983046,984451,990713,992861,995745,997469] }
|
306
|
-
},
|
307
558
|
purrity: { name: 'Purrity', date: '2018-08-23',
|
308
559
|
recipe: {
|
309
560
|
limit: 5984,
|
310
561
|
traits: ['selkirk', 'chronic', 'cloudwhite', 'cheeky'] }
|
311
562
|
},
|
312
|
-
rabbidkitty: { name: 'Rabbid Kitty', date: '2018-08-23',
|
313
|
-
exclusive: {
|
314
|
-
limit: 6, ids: (260..265).to_a },
|
315
|
-
desc: 'Ubisoft Blockchain Heroes Hackathon'
|
316
|
-
},
|
317
563
|
squiddlesworth: { name: 'Squiddlesworth', date: '2018-08-16',
|
318
564
|
recipe: {
|
319
565
|
limit: 1510,
|
@@ -332,16 +578,6 @@ FANCIES =
|
|
332
578
|
limit: 76,
|
333
579
|
traits: ['ragdoll', 'crazy', 'chocolate', 'mintmacaron', 'yokel', 'WE02']}
|
334
580
|
},
|
335
|
-
honu: { name: 'Honu', date: '2018-07-20',
|
336
|
-
exclusive: {
|
337
|
-
limit: 1, ids: [251] },
|
338
|
-
desc: 'Kitties for Good - Save Turtle Habitats'
|
339
|
-
},
|
340
|
-
victoire: { name: 'Victoire', date: '2018-07-18',
|
341
|
-
exclusive: {
|
342
|
-
limit: 1, ids: [402] },
|
343
|
-
desc: 'France Football World Cup Champion'
|
344
|
-
},
|
345
581
|
lulu: { name: 'Lulu', date: '2018-07-13',
|
346
582
|
recipe: {
|
347
583
|
limit: 999,
|
@@ -373,10 +609,6 @@ FANCIES =
|
|
373
609
|
limit: 1867,
|
374
610
|
traits: ['buzzed', 'nachocheez', 'sandalwood', 'belch']}
|
375
611
|
},
|
376
|
-
furlin: { name: 'Furlin', date: '2018-06-26',
|
377
|
-
exclusive: {
|
378
|
-
limit: 52, ids: (115..126).to_a + (128..166).to_a }
|
379
|
-
},
|
380
612
|
kittypride: { name: 'Kitty Pride', date: '2018-06-21',
|
381
613
|
recipe: {
|
382
614
|
limit: 1316,
|
@@ -409,10 +641,6 @@ FANCIES =
|
|
409
641
|
limit: 250,
|
410
642
|
traits: ['persian','spock','raisedbrow','violet','tongue'] }
|
411
643
|
},
|
412
|
-
celestialcyberdimension: { name: 'Celestial Cyber Dimension', date: '2018-05-12',
|
413
|
-
exclusive: {
|
414
|
-
limit: 1, ids: [127] }
|
415
|
-
},
|
416
644
|
swish: { name: 'Swish', date: '2018-05-08',
|
417
645
|
recipe: {
|
418
646
|
limit: 2880,
|
@@ -449,16 +677,6 @@ FANCIES =
|
|
449
677
|
limit: 888,
|
450
678
|
traits: ['harbourfog','calicool','swampgreen','sapphire','beard']}
|
451
679
|
}, ## todo: check date for china launch specials!!!
|
452
|
-
goldendragoncat: { name: 'Golden Dragon Cat', name_cn: '帝龙喵', date: '2018-03-08',
|
453
|
-
exclusive: {
|
454
|
-
limit: 1, ids: [888] },
|
455
|
-
desc: 'China Launch'
|
456
|
-
}, ## todo: check date for china launch specials!!!
|
457
|
-
goldendogcat: { name: 'Golden Dog Cat', name_cn: '旺财汪', date: '2018-03-08',
|
458
|
-
exclusive: {
|
459
|
-
limit: 11, ids: [1802,1803,1805,1806,1808,1809,1812,1816]+(1825..1828).to_a },
|
460
|
-
desc: 'China Launch'
|
461
|
-
}, ## todo: check date for china launch specials!!!
|
462
680
|
liondance: { name: 'Lion Dance', name_cn: '咚咚锵', date: '2018-03-07',
|
463
681
|
recipe: {
|
464
682
|
limit: 888, overflow: 1, ## use count 889 ?? - why? why not?
|
@@ -470,10 +688,6 @@ FANCIES =
|
|
470
688
|
traits: ['tigerpunk','periwinkle','barkbrown','sweetmeloncakes','yokel']},
|
471
689
|
desc: 'Year of the Dog (Greater China)'
|
472
690
|
},
|
473
|
-
knightkitty: { name: 'Knight Kitty', date: '2018-03-01',
|
474
|
-
exclusive: {
|
475
|
-
limit: 11, ids: (104..114).to_a }
|
476
|
-
},
|
477
691
|
|
478
692
|
## February
|
479
693
|
tabby: { name: 'Tabby', date: '2018-02-26',
|
@@ -499,11 +713,6 @@ FANCIES =
|
|
499
713
|
traits: ['birman','orangesoda','hotrod','grim'] },
|
500
714
|
desc: 'Earn.com - Golden Kitty Award (Product Hunt)'
|
501
715
|
},
|
502
|
-
cathena: { name: 'Cathena', date: '2018-02-06',
|
503
|
-
exclusive: {
|
504
|
-
limit: 1, ids: [500000] },
|
505
|
-
desc: '500 000th Kitty'
|
506
|
-
},
|
507
716
|
|
508
717
|
## January
|
509
718
|
'momo-chan': { name: 'Momo-chan', date: '2018-01-31',
|
@@ -557,18 +766,14 @@ FANCIES =
|
|
557
766
|
limit: 10_000,
|
558
767
|
traits: ['cymric','tongue']}
|
559
768
|
},
|
560
|
-
genesis: { name: 'Genesis', date: '2017-11-24',
|
561
|
-
exclusive: {
|
562
|
-
limit: 1, ids: [1] },
|
563
|
-
desc: '1st Kitty'
|
564
|
-
},
|
565
769
|
shipcat: { name: 'Ship Cat', date: '2017-11-23',
|
566
770
|
recipe: {
|
567
771
|
limit: 2000,
|
568
772
|
traits: ['sphynx','orangesoda','luckystripe','crazy']}
|
569
|
-
}
|
570
|
-
bugcat: { name: 'Bug Cat', date: '2017-11-23',
|
571
|
-
exclusive: {
|
572
|
-
limit: 3, ids: [101,102,103] },
|
573
|
-
desc: 'Bug Bounty Kitty' }
|
773
|
+
}
|
574
774
|
}
|
775
|
+
|
776
|
+
|
777
|
+
FANCIES = {}.merge( RECIPES )
|
778
|
+
.merge( EXCLUSIVES )
|
779
|
+
.merge( SPECIAL_EDITIONS )
|