mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 19:59:38 +00:00
Add the red warbler
This commit is contained in:
@@ -18,6 +18,7 @@ export const PALETTE = {
|
||||
BEHIND_EYE: "behind-eye",
|
||||
CORNER_EYE: "corner-eye",
|
||||
TEMPLE: "temple",
|
||||
LOWER_EYELID: "lower-eyelid",
|
||||
NOSE: "nose",
|
||||
NOSE_TIP: "nose-tip",
|
||||
CHEEK: "cheek",
|
||||
@@ -51,6 +52,7 @@ export const SPRITE_SHEET_COLOR_MAP = {
|
||||
"#ff2c88": PALETTE.BEHIND_EYE,
|
||||
"#e34f9c": PALETTE.CORNER_EYE,
|
||||
"#b53477": PALETTE.TEMPLE,
|
||||
"#ae65f1": PALETTE.LOWER_EYELID,
|
||||
"#d95763": PALETTE.NOSE,
|
||||
"#b93844": PALETTE.NOSE_TIP,
|
||||
"#ff67a9": PALETTE.CHEEK,
|
||||
@@ -102,6 +104,7 @@ export class BirdType {
|
||||
[PALETTE.BEHIND_EYE]: colors.face,
|
||||
[PALETTE.CORNER_EYE]: colors.face,
|
||||
[PALETTE.TEMPLE]: colors.face,
|
||||
[PALETTE.LOWER_EYELID]: colors.face,
|
||||
[PALETTE.NOSE]: colors.face,
|
||||
[PALETTE.NOSE_TIP]: colors.nose,
|
||||
[PALETTE.CHEEK]: colors.face,
|
||||
|
||||
@@ -256,5 +256,24 @@ export default {
|
||||
"theme-highlight": "#ff82ba"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"redWarbler": {
|
||||
"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.",
|
||||
"colors": {
|
||||
"face": "#e80a28",
|
||||
"belly": "#d90921",
|
||||
"underbelly": "#c70c18",
|
||||
"wing": "#ba121d",
|
||||
"wing-edge": "#5b3535",
|
||||
"foot": "#5e4645",
|
||||
"behind-eye": "#deedff",
|
||||
"temple": "#e8f0fa",
|
||||
"corner-eye": "#d5e4f5",
|
||||
"lower-eyelid": "#e34a61",
|
||||
"beak": "#873535",
|
||||
"cheek": "#db1734"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user