diff --git a/dist/extension.zip b/dist/extension.zip index 7bda10b..c8b42c4 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 6585d63..a647548 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -596,6 +596,24 @@ "foot": "#767980" }, "rarity": "uncommon" + }, + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "colors": { + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" + }, + "rarity": "uncommon" } }; diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index c3f1721..1079e15 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -601,6 +601,24 @@ module.exports = class PocketBird extends Plugin { "foot": "#767980" }, "rarity": "uncommon" + }, + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "colors": { + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" + }, + "rarity": "uncommon" } }; diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index c66ff1d..2e7a935 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -610,6 +610,24 @@ "foot": "#767980" }, "rarity": "uncommon" + }, + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "colors": { + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" + }, + "rarity": "uncommon" } }; diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 14d1afa..0ec25ce 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -596,6 +596,24 @@ "foot": "#767980" }, "rarity": "uncommon" + }, + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "colors": { + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" + }, + "rarity": "uncommon" } }; diff --git a/dist/web/birb.js b/dist/web/birb.js index 14d1afa..0ec25ce 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -596,6 +596,24 @@ "foot": "#767980" }, "rarity": "uncommon" + }, + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "colors": { + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" + }, + "rarity": "uncommon" } }; diff --git a/src/species.js b/src/species.js index 650fc4a..ac8d8df 100644 --- a/src/species.js +++ b/src/species.js @@ -368,5 +368,23 @@ export default { "foot": "#767980" }, "rarity": "uncommon" + }, + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "colors": { + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" + }, + "rarity": "uncommon" } }