diff --git a/dist/extension.zip b/dist/extension.zip index 273346d..2e8a19b 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 1924f23..5e9ff03 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -372,6 +372,7 @@ "underbelly": "#dcdcdc", "wing": "#2b2b2b", "wing-edge": "#ebebeb", + "nose": "#ebebeb", "theme-highlight": "#fc5633" } }, @@ -452,8 +453,7 @@ "underbelly": "#b8bbcc", "foot": "#87776d", "beak": "#ab8a98" - }, - "tags": [] + } }, "houseFinch": { "name": "House Finch", @@ -468,8 +468,20 @@ "beak": "#cf8479", "hood": "#b02f35", "nose": "#ab2b31" + } + }, + "pinkRobin": { + "name": "Pink Robin", + "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", + "colors": { + "face": "#342f38", + "wing": "#2c2830", + "wing-edge": "#171617", + "underbelly": "#ff82ba", + "belly": "#ff6eaf", + "foot": "#2e2c2e" }, - "tags": [] + "rarity": "uncommon" } }; diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index b956cf9..8a319b2 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -377,6 +377,7 @@ module.exports = class PocketBird extends Plugin { "underbelly": "#dcdcdc", "wing": "#2b2b2b", "wing-edge": "#ebebeb", + "nose": "#ebebeb", "theme-highlight": "#fc5633" } }, @@ -457,8 +458,7 @@ module.exports = class PocketBird extends Plugin { "underbelly": "#b8bbcc", "foot": "#87776d", "beak": "#ab8a98" - }, - "tags": [] + } }, "houseFinch": { "name": "House Finch", @@ -473,8 +473,20 @@ module.exports = class PocketBird extends Plugin { "beak": "#cf8479", "hood": "#b02f35", "nose": "#ab2b31" + } + }, + "pinkRobin": { + "name": "Pink Robin", + "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", + "colors": { + "face": "#342f38", + "wing": "#2c2830", + "wing-edge": "#171617", + "underbelly": "#ff82ba", + "belly": "#ff6eaf", + "foot": "#2e2c2e" }, - "tags": [] + "rarity": "uncommon" } }; diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index cbbae38..98797b4 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -386,6 +386,7 @@ "underbelly": "#dcdcdc", "wing": "#2b2b2b", "wing-edge": "#ebebeb", + "nose": "#ebebeb", "theme-highlight": "#fc5633" } }, @@ -466,8 +467,7 @@ "underbelly": "#b8bbcc", "foot": "#87776d", "beak": "#ab8a98" - }, - "tags": [] + } }, "houseFinch": { "name": "House Finch", @@ -482,8 +482,20 @@ "beak": "#cf8479", "hood": "#b02f35", "nose": "#ab2b31" + } + }, + "pinkRobin": { + "name": "Pink Robin", + "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", + "colors": { + "face": "#342f38", + "wing": "#2c2830", + "wing-edge": "#171617", + "underbelly": "#ff82ba", + "belly": "#ff6eaf", + "foot": "#2e2c2e" }, - "tags": [] + "rarity": "uncommon" } }; diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 09ec163..4789a41 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -372,6 +372,7 @@ "underbelly": "#dcdcdc", "wing": "#2b2b2b", "wing-edge": "#ebebeb", + "nose": "#ebebeb", "theme-highlight": "#fc5633" } }, @@ -452,8 +453,7 @@ "underbelly": "#b8bbcc", "foot": "#87776d", "beak": "#ab8a98" - }, - "tags": [] + } }, "houseFinch": { "name": "House Finch", @@ -468,8 +468,20 @@ "beak": "#cf8479", "hood": "#b02f35", "nose": "#ab2b31" + } + }, + "pinkRobin": { + "name": "Pink Robin", + "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", + "colors": { + "face": "#342f38", + "wing": "#2c2830", + "wing-edge": "#171617", + "underbelly": "#ff82ba", + "belly": "#ff6eaf", + "foot": "#2e2c2e" }, - "tags": [] + "rarity": "uncommon" } }; diff --git a/dist/web/birb.js b/dist/web/birb.js index 09ec163..4789a41 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -372,6 +372,7 @@ "underbelly": "#dcdcdc", "wing": "#2b2b2b", "wing-edge": "#ebebeb", + "nose": "#ebebeb", "theme-highlight": "#fc5633" } }, @@ -452,8 +453,7 @@ "underbelly": "#b8bbcc", "foot": "#87776d", "beak": "#ab8a98" - }, - "tags": [] + } }, "houseFinch": { "name": "House Finch", @@ -468,8 +468,20 @@ "beak": "#cf8479", "hood": "#b02f35", "nose": "#ab2b31" + } + }, + "pinkRobin": { + "name": "Pink Robin", + "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", + "colors": { + "face": "#342f38", + "wing": "#2c2830", + "wing-edge": "#171617", + "underbelly": "#ff82ba", + "belly": "#ff6eaf", + "foot": "#2e2c2e" }, - "tags": [] + "rarity": "uncommon" } }; diff --git a/src/species.js b/src/species.js index 0b22c0f..4869cfd 100644 --- a/src/species.js +++ b/src/species.js @@ -144,6 +144,7 @@ export default { "underbelly": "#dcdcdc", "wing": "#2b2b2b", "wing-edge": "#ebebeb", + "nose": "#ebebeb", "theme-highlight": "#fc5633" } }, @@ -224,8 +225,7 @@ export default { "underbelly": "#b8bbcc", "foot": "#87776d", "beak": "#ab8a98" - }, - "tags": [] + } }, "houseFinch": { "name": "House Finch", @@ -240,7 +240,19 @@ export default { "beak": "#cf8479", "hood": "#b02f35", "nose": "#ab2b31" + } + }, + "pinkRobin": { + "name": "Pink Robin", + "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", + "colors": { + "face": "#342f38", + "wing": "#2c2830", + "wing-edge": "#171617", + "underbelly": "#ff82ba", + "belly": "#ff6eaf", + "foot": "#2e2c2e" }, - "tags": [] + "rarity": "uncommon" } }