diff --git a/dist/extension.zip b/dist/extension.zip index 85a025f..7908019 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index bbb020a..4827bbb 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -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" } }; diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 346c2a0..162cd9e 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -585,6 +585,22 @@ module.exports = class PocketBird extends Plugin { "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" } }; diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 7239fd7..2537e4b 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -594,6 +594,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" } }; diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 95b02c7..291fbcd 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -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" } }; diff --git a/dist/web/birb.js b/dist/web/birb.js index 95b02c7..291fbcd 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -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" } }; diff --git a/src/species.js b/src/species.js index 8246e0d..650fc4a 100644 --- a/src/species.js +++ b/src/species.js @@ -352,5 +352,21 @@ export default { "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" } }