mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-26 04:07:24 +00:00
Add the cuban tody
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
24
dist/extension/birb.js
vendored
24
dist/extension/birb.js
vendored
@@ -536,7 +536,7 @@
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"spangledCotinga": {
|
"spangledCotinga": {
|
||||||
"name": "Spangled Cotinga",
|
"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.",
|
"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",
|
"latinName": "Cotinga cayana",
|
||||||
@@ -594,7 +594,7 @@
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"redWarbler": {
|
"redWarbler": {
|
||||||
"name": "Red Warbler",
|
"name": "Red Warbler",
|
||||||
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
||||||
"latinName": "Cardellina rubra",
|
"latinName": "Cardellina rubra",
|
||||||
@@ -614,6 +614,26 @@
|
|||||||
"cheek": "#db1734"
|
"cheek": "#db1734"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
|
},
|
||||||
|
"cubanTody": {
|
||||||
|
"name": "Cuban Tody",
|
||||||
|
"description": "As the name suggests, this green bird is only found on the island of Cuba and is known for being particularly round.",
|
||||||
|
"latinName": "Todus multicolor",
|
||||||
|
"url": "https://en.wikipedia.org/wiki/Cuban_tody",
|
||||||
|
"colors": {
|
||||||
|
"beak": "#f16f54",
|
||||||
|
"face": "#5fdf44",
|
||||||
|
"chin": "#f12d3e",
|
||||||
|
"collar": "#f12d3e",
|
||||||
|
"belly": "#f6f5e4",
|
||||||
|
"collar-scruff": "#a3ebff",
|
||||||
|
"underbelly": "#eae9d2",
|
||||||
|
"wing": "#11c751",
|
||||||
|
"wing-edge": "#156631",
|
||||||
|
"foot": "#ac7055",
|
||||||
|
"scruff": "#11c751"
|
||||||
|
},
|
||||||
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
24
dist/obsidian/main.js
vendored
24
dist/obsidian/main.js
vendored
@@ -541,7 +541,7 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"spangledCotinga": {
|
"spangledCotinga": {
|
||||||
"name": "Spangled Cotinga",
|
"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.",
|
"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",
|
"latinName": "Cotinga cayana",
|
||||||
@@ -599,7 +599,7 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"redWarbler": {
|
"redWarbler": {
|
||||||
"name": "Red Warbler",
|
"name": "Red Warbler",
|
||||||
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
||||||
"latinName": "Cardellina rubra",
|
"latinName": "Cardellina rubra",
|
||||||
@@ -619,6 +619,26 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
"cheek": "#db1734"
|
"cheek": "#db1734"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
|
},
|
||||||
|
"cubanTody": {
|
||||||
|
"name": "Cuban Tody",
|
||||||
|
"description": "As the name suggests, this green bird is only found on the island of Cuba and is known for being particularly round.",
|
||||||
|
"latinName": "Todus multicolor",
|
||||||
|
"url": "https://en.wikipedia.org/wiki/Cuban_tody",
|
||||||
|
"colors": {
|
||||||
|
"beak": "#f16f54",
|
||||||
|
"face": "#5fdf44",
|
||||||
|
"chin": "#f12d3e",
|
||||||
|
"collar": "#f12d3e",
|
||||||
|
"belly": "#f6f5e4",
|
||||||
|
"collar-scruff": "#a3ebff",
|
||||||
|
"underbelly": "#eae9d2",
|
||||||
|
"wing": "#11c751",
|
||||||
|
"wing-edge": "#156631",
|
||||||
|
"foot": "#ac7055",
|
||||||
|
"scruff": "#11c751"
|
||||||
|
},
|
||||||
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
24
dist/userscript/birb.user.js
vendored
24
dist/userscript/birb.user.js
vendored
@@ -550,7 +550,7 @@
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"spangledCotinga": {
|
"spangledCotinga": {
|
||||||
"name": "Spangled Cotinga",
|
"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.",
|
"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",
|
"latinName": "Cotinga cayana",
|
||||||
@@ -608,7 +608,7 @@
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"redWarbler": {
|
"redWarbler": {
|
||||||
"name": "Red Warbler",
|
"name": "Red Warbler",
|
||||||
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
||||||
"latinName": "Cardellina rubra",
|
"latinName": "Cardellina rubra",
|
||||||
@@ -628,6 +628,26 @@
|
|||||||
"cheek": "#db1734"
|
"cheek": "#db1734"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
|
},
|
||||||
|
"cubanTody": {
|
||||||
|
"name": "Cuban Tody",
|
||||||
|
"description": "As the name suggests, this green bird is only found on the island of Cuba and is known for being particularly round.",
|
||||||
|
"latinName": "Todus multicolor",
|
||||||
|
"url": "https://en.wikipedia.org/wiki/Cuban_tody",
|
||||||
|
"colors": {
|
||||||
|
"beak": "#f16f54",
|
||||||
|
"face": "#5fdf44",
|
||||||
|
"chin": "#f12d3e",
|
||||||
|
"collar": "#f12d3e",
|
||||||
|
"belly": "#f6f5e4",
|
||||||
|
"collar-scruff": "#a3ebff",
|
||||||
|
"underbelly": "#eae9d2",
|
||||||
|
"wing": "#11c751",
|
||||||
|
"wing-edge": "#156631",
|
||||||
|
"foot": "#ac7055",
|
||||||
|
"scruff": "#11c751"
|
||||||
|
},
|
||||||
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
24
dist/web/birb.embed.js
vendored
24
dist/web/birb.embed.js
vendored
@@ -536,7 +536,7 @@
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"spangledCotinga": {
|
"spangledCotinga": {
|
||||||
"name": "Spangled Cotinga",
|
"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.",
|
"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",
|
"latinName": "Cotinga cayana",
|
||||||
@@ -594,7 +594,7 @@
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"redWarbler": {
|
"redWarbler": {
|
||||||
"name": "Red Warbler",
|
"name": "Red Warbler",
|
||||||
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
||||||
"latinName": "Cardellina rubra",
|
"latinName": "Cardellina rubra",
|
||||||
@@ -614,6 +614,26 @@
|
|||||||
"cheek": "#db1734"
|
"cheek": "#db1734"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
|
},
|
||||||
|
"cubanTody": {
|
||||||
|
"name": "Cuban Tody",
|
||||||
|
"description": "As the name suggests, this green bird is only found on the island of Cuba and is known for being particularly round.",
|
||||||
|
"latinName": "Todus multicolor",
|
||||||
|
"url": "https://en.wikipedia.org/wiki/Cuban_tody",
|
||||||
|
"colors": {
|
||||||
|
"beak": "#f16f54",
|
||||||
|
"face": "#5fdf44",
|
||||||
|
"chin": "#f12d3e",
|
||||||
|
"collar": "#f12d3e",
|
||||||
|
"belly": "#f6f5e4",
|
||||||
|
"collar-scruff": "#a3ebff",
|
||||||
|
"underbelly": "#eae9d2",
|
||||||
|
"wing": "#11c751",
|
||||||
|
"wing-edge": "#156631",
|
||||||
|
"foot": "#ac7055",
|
||||||
|
"scruff": "#11c751"
|
||||||
|
},
|
||||||
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
24
dist/web/birb.js
vendored
24
dist/web/birb.js
vendored
@@ -536,7 +536,7 @@
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"spangledCotinga": {
|
"spangledCotinga": {
|
||||||
"name": "Spangled Cotinga",
|
"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.",
|
"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",
|
"latinName": "Cotinga cayana",
|
||||||
@@ -594,7 +594,7 @@
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"redWarbler": {
|
"redWarbler": {
|
||||||
"name": "Red Warbler",
|
"name": "Red Warbler",
|
||||||
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
||||||
"latinName": "Cardellina rubra",
|
"latinName": "Cardellina rubra",
|
||||||
@@ -614,6 +614,26 @@
|
|||||||
"cheek": "#db1734"
|
"cheek": "#db1734"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
|
},
|
||||||
|
"cubanTody": {
|
||||||
|
"name": "Cuban Tody",
|
||||||
|
"description": "As the name suggests, this green bird is only found on the island of Cuba and is known for being particularly round.",
|
||||||
|
"latinName": "Todus multicolor",
|
||||||
|
"url": "https://en.wikipedia.org/wiki/Cuban_tody",
|
||||||
|
"colors": {
|
||||||
|
"beak": "#f16f54",
|
||||||
|
"face": "#5fdf44",
|
||||||
|
"chin": "#f12d3e",
|
||||||
|
"collar": "#f12d3e",
|
||||||
|
"belly": "#f6f5e4",
|
||||||
|
"collar-scruff": "#a3ebff",
|
||||||
|
"underbelly": "#eae9d2",
|
||||||
|
"wing": "#11c751",
|
||||||
|
"wing-edge": "#156631",
|
||||||
|
"foot": "#ac7055",
|
||||||
|
"scruff": "#11c751"
|
||||||
|
},
|
||||||
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -308,7 +308,7 @@ export default {
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"spangledCotinga": {
|
"spangledCotinga": {
|
||||||
"name": "Spangled Cotinga",
|
"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.",
|
"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",
|
"latinName": "Cotinga cayana",
|
||||||
@@ -366,7 +366,7 @@ export default {
|
|||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
"redWarbler": {
|
"redWarbler": {
|
||||||
"name": "Red Warbler",
|
"name": "Red Warbler",
|
||||||
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
"description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.",
|
||||||
"latinName": "Cardellina rubra",
|
"latinName": "Cardellina rubra",
|
||||||
@@ -386,5 +386,25 @@ export default {
|
|||||||
"cheek": "#db1734"
|
"cheek": "#db1734"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
|
},
|
||||||
|
"cubanTody": {
|
||||||
|
"name": "Cuban Tody",
|
||||||
|
"description": "As the name suggests, this green bird is only found on the island of Cuba and is known for being particularly round.",
|
||||||
|
"latinName": "Todus multicolor",
|
||||||
|
"url": "https://en.wikipedia.org/wiki/Cuban_tody",
|
||||||
|
"colors": {
|
||||||
|
"beak": "#f16f54",
|
||||||
|
"face": "#5fdf44",
|
||||||
|
"chin": "#f12d3e",
|
||||||
|
"collar": "#f12d3e",
|
||||||
|
"belly": "#f6f5e4",
|
||||||
|
"collar-scruff": "#a3ebff",
|
||||||
|
"underbelly": "#eae9d2",
|
||||||
|
"wing": "#11c751",
|
||||||
|
"wing-edge": "#156631",
|
||||||
|
"foot": "#ac7055",
|
||||||
|
"scruff": "#11c751"
|
||||||
|
},
|
||||||
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user