Add pink robin and update scarlet robin

This commit is contained in:
Idrees Hassan
2026-03-18 17:11:05 -07:00
parent 2a7ad229be
commit 5d99142b74
7 changed files with 90 additions and 18 deletions

BIN
dist/extension.zip vendored

Binary file not shown.

View File

@@ -372,6 +372,7 @@
"underbelly": "#dcdcdc", "underbelly": "#dcdcdc",
"wing": "#2b2b2b", "wing": "#2b2b2b",
"wing-edge": "#ebebeb", "wing-edge": "#ebebeb",
"nose": "#ebebeb",
"theme-highlight": "#fc5633" "theme-highlight": "#fc5633"
} }
}, },
@@ -452,8 +453,7 @@
"underbelly": "#b8bbcc", "underbelly": "#b8bbcc",
"foot": "#87776d", "foot": "#87776d",
"beak": "#ab8a98" "beak": "#ab8a98"
}, }
"tags": []
}, },
"houseFinch": { "houseFinch": {
"name": "House Finch", "name": "House Finch",
@@ -468,8 +468,20 @@
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "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"
} }
}; };

18
dist/obsidian/main.js vendored
View File

@@ -377,6 +377,7 @@ module.exports = class PocketBird extends Plugin {
"underbelly": "#dcdcdc", "underbelly": "#dcdcdc",
"wing": "#2b2b2b", "wing": "#2b2b2b",
"wing-edge": "#ebebeb", "wing-edge": "#ebebeb",
"nose": "#ebebeb",
"theme-highlight": "#fc5633" "theme-highlight": "#fc5633"
} }
}, },
@@ -457,8 +458,7 @@ module.exports = class PocketBird extends Plugin {
"underbelly": "#b8bbcc", "underbelly": "#b8bbcc",
"foot": "#87776d", "foot": "#87776d",
"beak": "#ab8a98" "beak": "#ab8a98"
}, }
"tags": []
}, },
"houseFinch": { "houseFinch": {
"name": "House Finch", "name": "House Finch",
@@ -473,8 +473,20 @@ module.exports = class PocketBird extends Plugin {
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "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"
} }
}; };

View File

@@ -386,6 +386,7 @@
"underbelly": "#dcdcdc", "underbelly": "#dcdcdc",
"wing": "#2b2b2b", "wing": "#2b2b2b",
"wing-edge": "#ebebeb", "wing-edge": "#ebebeb",
"nose": "#ebebeb",
"theme-highlight": "#fc5633" "theme-highlight": "#fc5633"
} }
}, },
@@ -466,8 +467,7 @@
"underbelly": "#b8bbcc", "underbelly": "#b8bbcc",
"foot": "#87776d", "foot": "#87776d",
"beak": "#ab8a98" "beak": "#ab8a98"
}, }
"tags": []
}, },
"houseFinch": { "houseFinch": {
"name": "House Finch", "name": "House Finch",
@@ -482,8 +482,20 @@
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "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"
} }
}; };

View File

@@ -372,6 +372,7 @@
"underbelly": "#dcdcdc", "underbelly": "#dcdcdc",
"wing": "#2b2b2b", "wing": "#2b2b2b",
"wing-edge": "#ebebeb", "wing-edge": "#ebebeb",
"nose": "#ebebeb",
"theme-highlight": "#fc5633" "theme-highlight": "#fc5633"
} }
}, },
@@ -452,8 +453,7 @@
"underbelly": "#b8bbcc", "underbelly": "#b8bbcc",
"foot": "#87776d", "foot": "#87776d",
"beak": "#ab8a98" "beak": "#ab8a98"
}, }
"tags": []
}, },
"houseFinch": { "houseFinch": {
"name": "House Finch", "name": "House Finch",
@@ -468,8 +468,20 @@
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "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"
} }
}; };

18
dist/web/birb.js vendored
View File

@@ -372,6 +372,7 @@
"underbelly": "#dcdcdc", "underbelly": "#dcdcdc",
"wing": "#2b2b2b", "wing": "#2b2b2b",
"wing-edge": "#ebebeb", "wing-edge": "#ebebeb",
"nose": "#ebebeb",
"theme-highlight": "#fc5633" "theme-highlight": "#fc5633"
} }
}, },
@@ -452,8 +453,7 @@
"underbelly": "#b8bbcc", "underbelly": "#b8bbcc",
"foot": "#87776d", "foot": "#87776d",
"beak": "#ab8a98" "beak": "#ab8a98"
}, }
"tags": []
}, },
"houseFinch": { "houseFinch": {
"name": "House Finch", "name": "House Finch",
@@ -468,8 +468,20 @@
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "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"
} }
}; };

View File

@@ -144,6 +144,7 @@ export default {
"underbelly": "#dcdcdc", "underbelly": "#dcdcdc",
"wing": "#2b2b2b", "wing": "#2b2b2b",
"wing-edge": "#ebebeb", "wing-edge": "#ebebeb",
"nose": "#ebebeb",
"theme-highlight": "#fc5633" "theme-highlight": "#fc5633"
} }
}, },
@@ -224,8 +225,7 @@ export default {
"underbelly": "#b8bbcc", "underbelly": "#b8bbcc",
"foot": "#87776d", "foot": "#87776d",
"beak": "#ab8a98" "beak": "#ab8a98"
}, }
"tags": []
}, },
"houseFinch": { "houseFinch": {
"name": "House Finch", "name": "House Finch",
@@ -240,7 +240,19 @@ export default {
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "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"
} }
} }