mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Add the elegant euphonia
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
30
dist/extension/birb.js
vendored
30
dist/extension/birb.js
vendored
@@ -506,21 +506,23 @@
|
|||||||
},
|
},
|
||||||
"elegantEuphonia": {
|
"elegantEuphonia": {
|
||||||
"name": "Elegant Euphonia",
|
"name": "Elegant Euphonia",
|
||||||
"description": "",
|
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||||
"colors": {
|
"colors": {
|
||||||
"face": "#e80a28",
|
"wing": "#101480",
|
||||||
"belly": "#d90921",
|
"wing-edge": "#070956",
|
||||||
"underbelly": "#c70c18",
|
"face": "#0a0d66",
|
||||||
"wing": "#ba121d",
|
"hood": "#6bc6ed",
|
||||||
"wing-edge": "#5b3535",
|
"nose-tip": "#fd7e1d",
|
||||||
"foot": "#5e4645",
|
"foot": "#636659",
|
||||||
"behind-eye": "#deedff",
|
"belly": "#ff952b",
|
||||||
"temple": "#e8f0fa",
|
"underbelly": "#fd7e1d",
|
||||||
"corner-eye": "#d5e4f5",
|
"temple": "#57c8fa",
|
||||||
"lower-eyelid": "#e34a61",
|
"upper-corner-eye": "#57c8fa",
|
||||||
"beak": "#873535",
|
"collar-scruff": "#57c8fa",
|
||||||
"cheek": "#db1734"
|
"scruff": "#57c8fa",
|
||||||
},
|
"beak": "#252c31",
|
||||||
|
"collar": "#06084d"
|
||||||
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
30
dist/obsidian/main.js
vendored
30
dist/obsidian/main.js
vendored
@@ -511,21 +511,23 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
},
|
},
|
||||||
"elegantEuphonia": {
|
"elegantEuphonia": {
|
||||||
"name": "Elegant Euphonia",
|
"name": "Elegant Euphonia",
|
||||||
"description": "",
|
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||||
"colors": {
|
"colors": {
|
||||||
"face": "#e80a28",
|
"wing": "#101480",
|
||||||
"belly": "#d90921",
|
"wing-edge": "#070956",
|
||||||
"underbelly": "#c70c18",
|
"face": "#0a0d66",
|
||||||
"wing": "#ba121d",
|
"hood": "#6bc6ed",
|
||||||
"wing-edge": "#5b3535",
|
"nose-tip": "#fd7e1d",
|
||||||
"foot": "#5e4645",
|
"foot": "#636659",
|
||||||
"behind-eye": "#deedff",
|
"belly": "#ff952b",
|
||||||
"temple": "#e8f0fa",
|
"underbelly": "#fd7e1d",
|
||||||
"corner-eye": "#d5e4f5",
|
"temple": "#57c8fa",
|
||||||
"lower-eyelid": "#e34a61",
|
"upper-corner-eye": "#57c8fa",
|
||||||
"beak": "#873535",
|
"collar-scruff": "#57c8fa",
|
||||||
"cheek": "#db1734"
|
"scruff": "#57c8fa",
|
||||||
},
|
"beak": "#252c31",
|
||||||
|
"collar": "#06084d"
|
||||||
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
30
dist/userscript/birb.user.js
vendored
30
dist/userscript/birb.user.js
vendored
@@ -520,21 +520,23 @@
|
|||||||
},
|
},
|
||||||
"elegantEuphonia": {
|
"elegantEuphonia": {
|
||||||
"name": "Elegant Euphonia",
|
"name": "Elegant Euphonia",
|
||||||
"description": "",
|
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||||
"colors": {
|
"colors": {
|
||||||
"face": "#e80a28",
|
"wing": "#101480",
|
||||||
"belly": "#d90921",
|
"wing-edge": "#070956",
|
||||||
"underbelly": "#c70c18",
|
"face": "#0a0d66",
|
||||||
"wing": "#ba121d",
|
"hood": "#6bc6ed",
|
||||||
"wing-edge": "#5b3535",
|
"nose-tip": "#fd7e1d",
|
||||||
"foot": "#5e4645",
|
"foot": "#636659",
|
||||||
"behind-eye": "#deedff",
|
"belly": "#ff952b",
|
||||||
"temple": "#e8f0fa",
|
"underbelly": "#fd7e1d",
|
||||||
"corner-eye": "#d5e4f5",
|
"temple": "#57c8fa",
|
||||||
"lower-eyelid": "#e34a61",
|
"upper-corner-eye": "#57c8fa",
|
||||||
"beak": "#873535",
|
"collar-scruff": "#57c8fa",
|
||||||
"cheek": "#db1734"
|
"scruff": "#57c8fa",
|
||||||
},
|
"beak": "#252c31",
|
||||||
|
"collar": "#06084d"
|
||||||
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
30
dist/web/birb.embed.js
vendored
30
dist/web/birb.embed.js
vendored
@@ -506,21 +506,23 @@
|
|||||||
},
|
},
|
||||||
"elegantEuphonia": {
|
"elegantEuphonia": {
|
||||||
"name": "Elegant Euphonia",
|
"name": "Elegant Euphonia",
|
||||||
"description": "",
|
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||||
"colors": {
|
"colors": {
|
||||||
"face": "#e80a28",
|
"wing": "#101480",
|
||||||
"belly": "#d90921",
|
"wing-edge": "#070956",
|
||||||
"underbelly": "#c70c18",
|
"face": "#0a0d66",
|
||||||
"wing": "#ba121d",
|
"hood": "#6bc6ed",
|
||||||
"wing-edge": "#5b3535",
|
"nose-tip": "#fd7e1d",
|
||||||
"foot": "#5e4645",
|
"foot": "#636659",
|
||||||
"behind-eye": "#deedff",
|
"belly": "#ff952b",
|
||||||
"temple": "#e8f0fa",
|
"underbelly": "#fd7e1d",
|
||||||
"corner-eye": "#d5e4f5",
|
"temple": "#57c8fa",
|
||||||
"lower-eyelid": "#e34a61",
|
"upper-corner-eye": "#57c8fa",
|
||||||
"beak": "#873535",
|
"collar-scruff": "#57c8fa",
|
||||||
"cheek": "#db1734"
|
"scruff": "#57c8fa",
|
||||||
},
|
"beak": "#252c31",
|
||||||
|
"collar": "#06084d"
|
||||||
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
30
dist/web/birb.js
vendored
30
dist/web/birb.js
vendored
@@ -506,21 +506,23 @@
|
|||||||
},
|
},
|
||||||
"elegantEuphonia": {
|
"elegantEuphonia": {
|
||||||
"name": "Elegant Euphonia",
|
"name": "Elegant Euphonia",
|
||||||
"description": "",
|
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||||
"colors": {
|
"colors": {
|
||||||
"face": "#e80a28",
|
"wing": "#101480",
|
||||||
"belly": "#d90921",
|
"wing-edge": "#070956",
|
||||||
"underbelly": "#c70c18",
|
"face": "#0a0d66",
|
||||||
"wing": "#ba121d",
|
"hood": "#6bc6ed",
|
||||||
"wing-edge": "#5b3535",
|
"nose-tip": "#fd7e1d",
|
||||||
"foot": "#5e4645",
|
"foot": "#636659",
|
||||||
"behind-eye": "#deedff",
|
"belly": "#ff952b",
|
||||||
"temple": "#e8f0fa",
|
"underbelly": "#fd7e1d",
|
||||||
"corner-eye": "#d5e4f5",
|
"temple": "#57c8fa",
|
||||||
"lower-eyelid": "#e34a61",
|
"upper-corner-eye": "#57c8fa",
|
||||||
"beak": "#873535",
|
"collar-scruff": "#57c8fa",
|
||||||
"cheek": "#db1734"
|
"scruff": "#57c8fa",
|
||||||
},
|
"beak": "#252c31",
|
||||||
|
"collar": "#06084d"
|
||||||
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -275,5 +275,26 @@ export default {
|
|||||||
"cheek": "#db1734"
|
"cheek": "#db1734"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"rarity": "uncommon"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user