mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Add the spangled cotinga
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
18
dist/extension/birb.js
vendored
18
dist/extension/birb.js
vendored
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
18
dist/obsidian/main.js
vendored
18
dist/obsidian/main.js
vendored
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
18
dist/userscript/birb.user.js
vendored
18
dist/userscript/birb.user.js
vendored
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
18
dist/web/birb.embed.js
vendored
18
dist/web/birb.embed.js
vendored
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
18
dist/web/birb.js
vendored
18
dist/web/birb.js
vendored
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user