diff --git a/dist/extension.zip b/dist/extension.zip index ac7aee0..b276d81 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 31601c2..f288410 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -349,19 +349,6 @@ "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": { "name": "Scarlet Robin", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", @@ -471,6 +458,33 @@ "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": { "name": "Pink Robin", "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" }, - "elegantEuphonia": { + "elegantEuphonia": { "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.", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", - "hood": "#6bc6ed", - "nose-tip": "#fd7e1d", - "foot": "#636659", - "belly": "#ff952b", - "underbelly": "#fd7e1d", - "temple": "#57c8fa", - "upper-corner-eye": "#57c8fa", - "collar-scruff": "#57c8fa", - "scruff": "#57c8fa", - "beak": "#252c31", - "collar": "#06084d" - }, + "wing": "#101480", + "wing-edge": "#070956", + "face": "#0a0d66", + "hood": "#6bc6ed", + "nose-tip": "#fd7e1d", + "foot": "#636659", + "belly": "#ff952b", + "underbelly": "#fd7e1d", + "temple": "#57c8fa", + "upper-corner-eye": "#57c8fa", + "collar-scruff": "#57c8fa", + "scruff": "#57c8fa", + "beak": "#252c31", + "collar": "#06084d" + }, "rarity": "uncommon" } }; diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 7ffa0f0..d120277 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -354,19 +354,6 @@ module.exports = class PocketBird extends Plugin { "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": { "name": "Scarlet Robin", "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" } }, + "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": { "name": "Pink Robin", "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" }, - "elegantEuphonia": { + "elegantEuphonia": { "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.", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", - "hood": "#6bc6ed", - "nose-tip": "#fd7e1d", - "foot": "#636659", - "belly": "#ff952b", - "underbelly": "#fd7e1d", - "temple": "#57c8fa", - "upper-corner-eye": "#57c8fa", - "collar-scruff": "#57c8fa", - "scruff": "#57c8fa", - "beak": "#252c31", - "collar": "#06084d" - }, + "wing": "#101480", + "wing-edge": "#070956", + "face": "#0a0d66", + "hood": "#6bc6ed", + "nose-tip": "#fd7e1d", + "foot": "#636659", + "belly": "#ff952b", + "underbelly": "#fd7e1d", + "temple": "#57c8fa", + "upper-corner-eye": "#57c8fa", + "collar-scruff": "#57c8fa", + "scruff": "#57c8fa", + "beak": "#252c31", + "collar": "#06084d" + }, "rarity": "uncommon" } }; diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 5b07a2c..5db7809 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -363,19 +363,6 @@ "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": { "name": "Scarlet Robin", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", @@ -485,6 +472,33 @@ "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": { "name": "Pink Robin", "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" }, - "elegantEuphonia": { + "elegantEuphonia": { "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.", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", - "hood": "#6bc6ed", - "nose-tip": "#fd7e1d", - "foot": "#636659", - "belly": "#ff952b", - "underbelly": "#fd7e1d", - "temple": "#57c8fa", - "upper-corner-eye": "#57c8fa", - "collar-scruff": "#57c8fa", - "scruff": "#57c8fa", - "beak": "#252c31", - "collar": "#06084d" - }, + "wing": "#101480", + "wing-edge": "#070956", + "face": "#0a0d66", + "hood": "#6bc6ed", + "nose-tip": "#fd7e1d", + "foot": "#636659", + "belly": "#ff952b", + "underbelly": "#fd7e1d", + "temple": "#57c8fa", + "upper-corner-eye": "#57c8fa", + "collar-scruff": "#57c8fa", + "scruff": "#57c8fa", + "beak": "#252c31", + "collar": "#06084d" + }, "rarity": "uncommon" } }; diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 2bb2717..7e6aad1 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -349,19 +349,6 @@ "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": { "name": "Scarlet Robin", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", @@ -471,6 +458,33 @@ "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": { "name": "Pink Robin", "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" }, - "elegantEuphonia": { + "elegantEuphonia": { "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.", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", - "hood": "#6bc6ed", - "nose-tip": "#fd7e1d", - "foot": "#636659", - "belly": "#ff952b", - "underbelly": "#fd7e1d", - "temple": "#57c8fa", - "upper-corner-eye": "#57c8fa", - "collar-scruff": "#57c8fa", - "scruff": "#57c8fa", - "beak": "#252c31", - "collar": "#06084d" - }, + "wing": "#101480", + "wing-edge": "#070956", + "face": "#0a0d66", + "hood": "#6bc6ed", + "nose-tip": "#fd7e1d", + "foot": "#636659", + "belly": "#ff952b", + "underbelly": "#fd7e1d", + "temple": "#57c8fa", + "upper-corner-eye": "#57c8fa", + "collar-scruff": "#57c8fa", + "scruff": "#57c8fa", + "beak": "#252c31", + "collar": "#06084d" + }, "rarity": "uncommon" } }; diff --git a/dist/web/birb.js b/dist/web/birb.js index 2bb2717..7e6aad1 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -349,19 +349,6 @@ "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": { "name": "Scarlet Robin", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", @@ -471,6 +458,33 @@ "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": { "name": "Pink Robin", "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" }, - "elegantEuphonia": { + "elegantEuphonia": { "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.", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", - "hood": "#6bc6ed", - "nose-tip": "#fd7e1d", - "foot": "#636659", - "belly": "#ff952b", - "underbelly": "#fd7e1d", - "temple": "#57c8fa", - "upper-corner-eye": "#57c8fa", - "collar-scruff": "#57c8fa", - "scruff": "#57c8fa", - "beak": "#252c31", - "collar": "#06084d" - }, + "wing": "#101480", + "wing-edge": "#070956", + "face": "#0a0d66", + "hood": "#6bc6ed", + "nose-tip": "#fd7e1d", + "foot": "#636659", + "belly": "#ff952b", + "underbelly": "#fd7e1d", + "temple": "#57c8fa", + "upper-corner-eye": "#57c8fa", + "collar-scruff": "#57c8fa", + "scruff": "#57c8fa", + "beak": "#252c31", + "collar": "#06084d" + }, "rarity": "uncommon" } }; diff --git a/src/species.js b/src/species.js index c33a543..1baf676 100644 --- a/src/species.js +++ b/src/species.js @@ -121,19 +121,6 @@ export default { "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": { "name": "Scarlet Robin", "description": "Native to Australia, this striking robin can be found in Eucalyptus forests.", @@ -243,6 +230,33 @@ export default { "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": { "name": "Pink Robin", "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" }, - "elegantEuphonia": { + "elegantEuphonia": { "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.", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", - "hood": "#6bc6ed", - "nose-tip": "#fd7e1d", - "foot": "#636659", - "belly": "#ff952b", - "underbelly": "#fd7e1d", - "temple": "#57c8fa", - "upper-corner-eye": "#57c8fa", - "collar-scruff": "#57c8fa", - "scruff": "#57c8fa", - "beak": "#252c31", - "collar": "#06084d" - }, + "wing": "#101480", + "wing-edge": "#070956", + "face": "#0a0d66", + "hood": "#6bc6ed", + "nose-tip": "#fd7e1d", + "foot": "#636659", + "belly": "#ff952b", + "underbelly": "#fd7e1d", + "temple": "#57c8fa", + "upper-corner-eye": "#57c8fa", + "collar-scruff": "#57c8fa", + "scruff": "#57c8fa", + "beak": "#252c31", + "collar": "#06084d" + }, "rarity": "uncommon" } }