Initial pass at Golden Pack.
This commit is contained in:
@@ -11,6 +11,18 @@ const PET_EMOJI: Record<string, string> = {
|
||||
Monkey: '🐒', Rhino: '🦏', Crocodile: '🐊', Scorpion: '🦂', Seal: '🦭', Shark: '🦈', Turkey: '🦃',
|
||||
// Tier 6
|
||||
Gorilla: '🦍', Fly: '🪰', Leopard: '🐆', Mammoth: '🦣', Cat: '🐱', Snake: '🐍', Wolverine: '🐺',
|
||||
// Golden pack — Tier 1
|
||||
Groundhog: '🦫', 'Pied Tamarin': '🐒', Chipmunk: '🐿️', 'Cone Snail': '🐚', Bulldog: '🐕', Opossum: '🐀',
|
||||
// Golden pack — Tier 2
|
||||
'Black-Necked Stilt': '🦤', Lizard: '🦎', 'Hercules Beetle': '🪲', Stoat: '🦡', 'Desert Rain Frog': '🐸', 'Honduran White Bat': '🦇',
|
||||
// Golden pack — Tier 3
|
||||
'Guinea Fowl': '🐔', 'Surgeon Fish': '🐠', Osprey: '🦅', Anteater: '🐜', Bear: '🐻', 'Royal Flycatcher': '🐦', Flea: '🦟',
|
||||
// Golden pack — Tier 4
|
||||
'Saiga Antelope': '🦌', Vaquita: '🐬', 'Poison Dart Frog': '🐸', 'Manta Ray': '🐟', Slug: '🐌', Cockatoo: '🦜', Manatee: '🦭',
|
||||
// Golden pack — Tier 5
|
||||
Nyala: '🦌', 'Nurse Shark': '🦈', 'Giant Isopod': '🦞', 'Blue-Ringed Octopus': '🐙', Raccoon: '🦝', 'Fire Ant': '🐜', Macaque: '🐒',
|
||||
// Golden pack — Tier 6
|
||||
'Highland Cow': '🐄', Wildebeest: '🐃', 'Grizzly Bear': '🐻', Catfish: '🐟', Komodo: '🦎', 'Bird of Paradise': '🦚', 'German Shepherd': '🐕🦺',
|
||||
// Summons & foods
|
||||
Bee: '🐝',
|
||||
Apple: '🍎',
|
||||
@@ -19,6 +31,13 @@ const PET_EMOJI: Record<string, string> = {
|
||||
Pineapple: '🍍',
|
||||
Chili: '🌶️',
|
||||
Melon: '🍈',
|
||||
// Golden pack tokens & perk foods
|
||||
'Golden Retriever': '🦮',
|
||||
Trumpet: '🎺',
|
||||
Avocado: '🥑',
|
||||
Potato: '🥔',
|
||||
Durian: '🥭',
|
||||
Tomato: '🍅',
|
||||
}
|
||||
|
||||
export function artFor(name: string): string {
|
||||
|
||||
Reference in New Issue
Block a user