Add the pigeon

This commit is contained in:
Idrees Hassan
2026-03-28 11:07:32 -07:00
parent 86a14d6dca
commit 6f88d386ec
7 changed files with 258 additions and 174 deletions

BIN
dist/extension.zip vendored

Binary file not shown.

View File

@@ -349,19 +349,6 @@
"wing-edge": "#282065" "wing-edge": "#282065"
} }
}, },
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
}
},
"scarletRobin": { "scarletRobin": {
"name": "Scarlet Robin", "name": "Scarlet Robin",
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
@@ -471,6 +458,33 @@
"theme-highlight": "#ef444d" "theme-highlight": "#ef444d"
} }
}, },
"pigeon": {
"name": "Pigeon",
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
"colors": {
"foot": "#ef6e5b",
"face": "#5a6c91",
"wing-edge": "#65686e",
"nose": "#ebebeb",
"belly": "#977699",
"underbelly": "#b0b3ba",
"wing": "#c7cbd4"
}
},
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
},
"rarity": "uncommon"
},
"pinkRobin": { "pinkRobin": {
"name": "Pink Robin", "name": "Pink Robin",
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
@@ -504,25 +518,25 @@
}, },
"rarity": "uncommon" "rarity": "uncommon"
}, },
"elegantEuphonia": { "elegantEuphonia": {
"name": "Elegant Euphonia", "name": "Elegant Euphonia",
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.", "description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
"colors": { "colors": {
"wing": "#101480", "wing": "#101480",
"wing-edge": "#070956", "wing-edge": "#070956",
"face": "#0a0d66", "face": "#0a0d66",
"hood": "#6bc6ed", "hood": "#6bc6ed",
"nose-tip": "#fd7e1d", "nose-tip": "#fd7e1d",
"foot": "#636659", "foot": "#636659",
"belly": "#ff952b", "belly": "#ff952b",
"underbelly": "#fd7e1d", "underbelly": "#fd7e1d",
"temple": "#57c8fa", "temple": "#57c8fa",
"upper-corner-eye": "#57c8fa", "upper-corner-eye": "#57c8fa",
"collar-scruff": "#57c8fa", "collar-scruff": "#57c8fa",
"scruff": "#57c8fa", "scruff": "#57c8fa",
"beak": "#252c31", "beak": "#252c31",
"collar": "#06084d" "collar": "#06084d"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }
}; };

72
dist/obsidian/main.js vendored
View File

@@ -354,19 +354,6 @@ module.exports = class PocketBird extends Plugin {
"wing-edge": "#282065" "wing-edge": "#282065"
} }
}, },
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
}
},
"scarletRobin": { "scarletRobin": {
"name": "Scarlet Robin", "name": "Scarlet Robin",
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
@@ -476,6 +463,33 @@ module.exports = class PocketBird extends Plugin {
"theme-highlight": "#ef444d" "theme-highlight": "#ef444d"
} }
}, },
"pigeon": {
"name": "Pigeon",
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
"colors": {
"foot": "#ef6e5b",
"face": "#5a6c91",
"wing-edge": "#65686e",
"nose": "#ebebeb",
"belly": "#977699",
"underbelly": "#b0b3ba",
"wing": "#c7cbd4"
}
},
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
},
"rarity": "uncommon"
},
"pinkRobin": { "pinkRobin": {
"name": "Pink Robin", "name": "Pink Robin",
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
@@ -509,25 +523,25 @@ module.exports = class PocketBird extends Plugin {
}, },
"rarity": "uncommon" "rarity": "uncommon"
}, },
"elegantEuphonia": { "elegantEuphonia": {
"name": "Elegant Euphonia", "name": "Elegant Euphonia",
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.", "description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
"colors": { "colors": {
"wing": "#101480", "wing": "#101480",
"wing-edge": "#070956", "wing-edge": "#070956",
"face": "#0a0d66", "face": "#0a0d66",
"hood": "#6bc6ed", "hood": "#6bc6ed",
"nose-tip": "#fd7e1d", "nose-tip": "#fd7e1d",
"foot": "#636659", "foot": "#636659",
"belly": "#ff952b", "belly": "#ff952b",
"underbelly": "#fd7e1d", "underbelly": "#fd7e1d",
"temple": "#57c8fa", "temple": "#57c8fa",
"upper-corner-eye": "#57c8fa", "upper-corner-eye": "#57c8fa",
"collar-scruff": "#57c8fa", "collar-scruff": "#57c8fa",
"scruff": "#57c8fa", "scruff": "#57c8fa",
"beak": "#252c31", "beak": "#252c31",
"collar": "#06084d" "collar": "#06084d"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }
}; };

View File

@@ -363,19 +363,6 @@
"wing-edge": "#282065" "wing-edge": "#282065"
} }
}, },
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
}
},
"scarletRobin": { "scarletRobin": {
"name": "Scarlet Robin", "name": "Scarlet Robin",
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
@@ -485,6 +472,33 @@
"theme-highlight": "#ef444d" "theme-highlight": "#ef444d"
} }
}, },
"pigeon": {
"name": "Pigeon",
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
"colors": {
"foot": "#ef6e5b",
"face": "#5a6c91",
"wing-edge": "#65686e",
"nose": "#ebebeb",
"belly": "#977699",
"underbelly": "#b0b3ba",
"wing": "#c7cbd4"
}
},
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
},
"rarity": "uncommon"
},
"pinkRobin": { "pinkRobin": {
"name": "Pink Robin", "name": "Pink Robin",
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
@@ -518,25 +532,25 @@
}, },
"rarity": "uncommon" "rarity": "uncommon"
}, },
"elegantEuphonia": { "elegantEuphonia": {
"name": "Elegant Euphonia", "name": "Elegant Euphonia",
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.", "description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
"colors": { "colors": {
"wing": "#101480", "wing": "#101480",
"wing-edge": "#070956", "wing-edge": "#070956",
"face": "#0a0d66", "face": "#0a0d66",
"hood": "#6bc6ed", "hood": "#6bc6ed",
"nose-tip": "#fd7e1d", "nose-tip": "#fd7e1d",
"foot": "#636659", "foot": "#636659",
"belly": "#ff952b", "belly": "#ff952b",
"underbelly": "#fd7e1d", "underbelly": "#fd7e1d",
"temple": "#57c8fa", "temple": "#57c8fa",
"upper-corner-eye": "#57c8fa", "upper-corner-eye": "#57c8fa",
"collar-scruff": "#57c8fa", "collar-scruff": "#57c8fa",
"scruff": "#57c8fa", "scruff": "#57c8fa",
"beak": "#252c31", "beak": "#252c31",
"collar": "#06084d" "collar": "#06084d"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }
}; };

View File

@@ -349,19 +349,6 @@
"wing-edge": "#282065" "wing-edge": "#282065"
} }
}, },
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
}
},
"scarletRobin": { "scarletRobin": {
"name": "Scarlet Robin", "name": "Scarlet Robin",
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
@@ -471,6 +458,33 @@
"theme-highlight": "#ef444d" "theme-highlight": "#ef444d"
} }
}, },
"pigeon": {
"name": "Pigeon",
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
"colors": {
"foot": "#ef6e5b",
"face": "#5a6c91",
"wing-edge": "#65686e",
"nose": "#ebebeb",
"belly": "#977699",
"underbelly": "#b0b3ba",
"wing": "#c7cbd4"
}
},
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
},
"rarity": "uncommon"
},
"pinkRobin": { "pinkRobin": {
"name": "Pink Robin", "name": "Pink Robin",
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
@@ -504,25 +518,25 @@
}, },
"rarity": "uncommon" "rarity": "uncommon"
}, },
"elegantEuphonia": { "elegantEuphonia": {
"name": "Elegant Euphonia", "name": "Elegant Euphonia",
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.", "description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
"colors": { "colors": {
"wing": "#101480", "wing": "#101480",
"wing-edge": "#070956", "wing-edge": "#070956",
"face": "#0a0d66", "face": "#0a0d66",
"hood": "#6bc6ed", "hood": "#6bc6ed",
"nose-tip": "#fd7e1d", "nose-tip": "#fd7e1d",
"foot": "#636659", "foot": "#636659",
"belly": "#ff952b", "belly": "#ff952b",
"underbelly": "#fd7e1d", "underbelly": "#fd7e1d",
"temple": "#57c8fa", "temple": "#57c8fa",
"upper-corner-eye": "#57c8fa", "upper-corner-eye": "#57c8fa",
"collar-scruff": "#57c8fa", "collar-scruff": "#57c8fa",
"scruff": "#57c8fa", "scruff": "#57c8fa",
"beak": "#252c31", "beak": "#252c31",
"collar": "#06084d" "collar": "#06084d"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }
}; };

72
dist/web/birb.js vendored
View File

@@ -349,19 +349,6 @@
"wing-edge": "#282065" "wing-edge": "#282065"
} }
}, },
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
}
},
"scarletRobin": { "scarletRobin": {
"name": "Scarlet Robin", "name": "Scarlet Robin",
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
@@ -471,6 +458,33 @@
"theme-highlight": "#ef444d" "theme-highlight": "#ef444d"
} }
}, },
"pigeon": {
"name": "Pigeon",
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
"colors": {
"foot": "#ef6e5b",
"face": "#5a6c91",
"wing-edge": "#65686e",
"nose": "#ebebeb",
"belly": "#977699",
"underbelly": "#b0b3ba",
"wing": "#c7cbd4"
}
},
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
},
"rarity": "uncommon"
},
"pinkRobin": { "pinkRobin": {
"name": "Pink Robin", "name": "Pink Robin",
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
@@ -504,25 +518,25 @@
}, },
"rarity": "uncommon" "rarity": "uncommon"
}, },
"elegantEuphonia": { "elegantEuphonia": {
"name": "Elegant Euphonia", "name": "Elegant Euphonia",
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.", "description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
"colors": { "colors": {
"wing": "#101480", "wing": "#101480",
"wing-edge": "#070956", "wing-edge": "#070956",
"face": "#0a0d66", "face": "#0a0d66",
"hood": "#6bc6ed", "hood": "#6bc6ed",
"nose-tip": "#fd7e1d", "nose-tip": "#fd7e1d",
"foot": "#636659", "foot": "#636659",
"belly": "#ff952b", "belly": "#ff952b",
"underbelly": "#fd7e1d", "underbelly": "#fd7e1d",
"temple": "#57c8fa", "temple": "#57c8fa",
"upper-corner-eye": "#57c8fa", "upper-corner-eye": "#57c8fa",
"collar-scruff": "#57c8fa", "collar-scruff": "#57c8fa",
"scruff": "#57c8fa", "scruff": "#57c8fa",
"beak": "#252c31", "beak": "#252c31",
"collar": "#06084d" "collar": "#06084d"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }
}; };

View File

@@ -121,19 +121,6 @@ export default {
"wing-edge": "#282065" "wing-edge": "#282065"
} }
}, },
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
}
},
"scarletRobin": { "scarletRobin": {
"name": "Scarlet Robin", "name": "Scarlet Robin",
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
@@ -243,6 +230,33 @@ export default {
"theme-highlight": "#ef444d" "theme-highlight": "#ef444d"
} }
}, },
"pigeon": {
"name": "Pigeon",
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
"colors": {
"foot": "#ef6e5b",
"face": "#5a6c91",
"wing-edge": "#65686e",
"nose": "#ebebeb",
"belly": "#977699",
"underbelly": "#b0b3ba",
"wing": "#c7cbd4"
}
},
"redAvadavat": {
"name": "Red Avadavat",
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
"colors": {
"beak": "#f71919",
"foot": "#af7575",
"face": "#cb092b",
"belly": "#ae1724",
"underbelly": "#831b24",
"wing": "#7e3030",
"wing-edge": "#490f0f"
},
"rarity": "uncommon"
},
"pinkRobin": { "pinkRobin": {
"name": "Pink Robin", "name": "Pink Robin",
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
@@ -276,25 +290,25 @@ export default {
}, },
"rarity": "uncommon" "rarity": "uncommon"
}, },
"elegantEuphonia": { "elegantEuphonia": {
"name": "Elegant Euphonia", "name": "Elegant Euphonia",
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.", "description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
"colors": { "colors": {
"wing": "#101480", "wing": "#101480",
"wing-edge": "#070956", "wing-edge": "#070956",
"face": "#0a0d66", "face": "#0a0d66",
"hood": "#6bc6ed", "hood": "#6bc6ed",
"nose-tip": "#fd7e1d", "nose-tip": "#fd7e1d",
"foot": "#636659", "foot": "#636659",
"belly": "#ff952b", "belly": "#ff952b",
"underbelly": "#fd7e1d", "underbelly": "#fd7e1d",
"temple": "#57c8fa", "temple": "#57c8fa",
"upper-corner-eye": "#57c8fa", "upper-corner-eye": "#57c8fa",
"collar-scruff": "#57c8fa", "collar-scruff": "#57c8fa",
"scruff": "#57c8fa", "scruff": "#57c8fa",
"beak": "#252c31", "beak": "#252c31",
"collar": "#06084d" "collar": "#06084d"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }
} }