Add the painted bunting

This commit is contained in:
Idrees Hassan
2026-03-29 11:19:45 -07:00
parent fd55924025
commit f924343ac3
7 changed files with 96 additions and 0 deletions

16
dist/web/birb.js vendored
View File

@@ -580,6 +580,22 @@
"collar": "#191c6d"
},
"rarity": "uncommon"
},
"paintedBunting": {
"name": "Painted Bunting",
"description": "A remarkably colourful bird, this North American species is quite difficult to observe despite its vivid palette due to its shy nature and vulnerable habitat.",
"latinName": "Passerina ciris",
"url": "https://en.wikipedia.org/wiki/Painted_bunting",
"colors": {
"face": "#5567f0",
"underbelly": "#f16534",
"belly": "#ef3b3b",
"wing": "#a3e65a",
"wing-edge": "#91cc50",
"shoulder": "#f6fe40",
"foot": "#767980"
},
"rarity": "uncommon"
}
};