diff --git a/dist/extension.zip b/dist/extension.zip index 80cfb7e..ee7e777 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index 5f733d6..253d389 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -503,6 +503,25 @@ "cheek": "#db1734" }, "rarity": "uncommon" + }, + "elegantEuphonia": { + "name": "Elegant Euphonia", + "description": "", + "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" } }; @@ -613,14 +632,14 @@ [PALETTE.FEATHER_SPINE]: "#373737", [PALETTE.HOOD]: colors.face, [PALETTE.EYEBROW]: colors.face, - [PALETTE.UPPER_EYELID]: colors.eyebrow, - [PALETTE.UPPER_CORNER_EYE]: colors.eyebrow, + [PALETTE.UPPER_EYELID]: colors.face || colors.eyebrow, + [PALETTE.UPPER_CORNER_EYE]: colors.face || colors.eyebrow, [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.NOSE_TIP]: colors.nose || colors.face, [PALETTE.CHEEK]: colors.face, [PALETTE.SCRUFF]: colors.face, [PALETTE.COLLAR]: colors.face, diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 54ecb06..d01aaba 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -508,6 +508,25 @@ module.exports = class PocketBird extends Plugin { "cheek": "#db1734" }, "rarity": "uncommon" + }, + "elegantEuphonia": { + "name": "Elegant Euphonia", + "description": "", + "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" } }; @@ -618,14 +637,14 @@ module.exports = class PocketBird extends Plugin { [PALETTE.FEATHER_SPINE]: "#373737", [PALETTE.HOOD]: colors.face, [PALETTE.EYEBROW]: colors.face, - [PALETTE.UPPER_EYELID]: colors.eyebrow, - [PALETTE.UPPER_CORNER_EYE]: colors.eyebrow, + [PALETTE.UPPER_EYELID]: colors.face || colors.eyebrow, + [PALETTE.UPPER_CORNER_EYE]: colors.face || colors.eyebrow, [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.NOSE_TIP]: colors.nose || colors.face, [PALETTE.CHEEK]: colors.face, [PALETTE.SCRUFF]: colors.face, [PALETTE.COLLAR]: colors.face, diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 1bb1617..024b199 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -517,6 +517,25 @@ "cheek": "#db1734" }, "rarity": "uncommon" + }, + "elegantEuphonia": { + "name": "Elegant Euphonia", + "description": "", + "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" } }; @@ -627,14 +646,14 @@ [PALETTE.FEATHER_SPINE]: "#373737", [PALETTE.HOOD]: colors.face, [PALETTE.EYEBROW]: colors.face, - [PALETTE.UPPER_EYELID]: colors.eyebrow, - [PALETTE.UPPER_CORNER_EYE]: colors.eyebrow, + [PALETTE.UPPER_EYELID]: colors.face || colors.eyebrow, + [PALETTE.UPPER_CORNER_EYE]: colors.face || colors.eyebrow, [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.NOSE_TIP]: colors.nose || colors.face, [PALETTE.CHEEK]: colors.face, [PALETTE.SCRUFF]: colors.face, [PALETTE.COLLAR]: colors.face, diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 2de5da8..ef1f4ba 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -503,6 +503,25 @@ "cheek": "#db1734" }, "rarity": "uncommon" + }, + "elegantEuphonia": { + "name": "Elegant Euphonia", + "description": "", + "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" } }; @@ -613,14 +632,14 @@ [PALETTE.FEATHER_SPINE]: "#373737", [PALETTE.HOOD]: colors.face, [PALETTE.EYEBROW]: colors.face, - [PALETTE.UPPER_EYELID]: colors.eyebrow, - [PALETTE.UPPER_CORNER_EYE]: colors.eyebrow, + [PALETTE.UPPER_EYELID]: colors.face || colors.eyebrow, + [PALETTE.UPPER_CORNER_EYE]: colors.face || colors.eyebrow, [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.NOSE_TIP]: colors.nose || colors.face, [PALETTE.CHEEK]: colors.face, [PALETTE.SCRUFF]: colors.face, [PALETTE.COLLAR]: colors.face, diff --git a/dist/web/birb.js b/dist/web/birb.js index 2de5da8..ef1f4ba 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -503,6 +503,25 @@ "cheek": "#db1734" }, "rarity": "uncommon" + }, + "elegantEuphonia": { + "name": "Elegant Euphonia", + "description": "", + "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" } }; @@ -613,14 +632,14 @@ [PALETTE.FEATHER_SPINE]: "#373737", [PALETTE.HOOD]: colors.face, [PALETTE.EYEBROW]: colors.face, - [PALETTE.UPPER_EYELID]: colors.eyebrow, - [PALETTE.UPPER_CORNER_EYE]: colors.eyebrow, + [PALETTE.UPPER_EYELID]: colors.face || colors.eyebrow, + [PALETTE.UPPER_CORNER_EYE]: colors.face || colors.eyebrow, [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.NOSE_TIP]: colors.nose || colors.face, [PALETTE.CHEEK]: colors.face, [PALETTE.SCRUFF]: colors.face, [PALETTE.COLLAR]: colors.face, diff --git a/src/animation/sprites.js b/src/animation/sprites.js index e405b80..a65263c 100644 --- a/src/animation/sprites.js +++ b/src/animation/sprites.js @@ -107,14 +107,14 @@ export class BirdType { [PALETTE.FEATHER_SPINE]: "#373737", [PALETTE.HOOD]: colors.face, [PALETTE.EYEBROW]: colors.face, - [PALETTE.UPPER_EYELID]: colors.eyebrow, - [PALETTE.UPPER_CORNER_EYE]: colors.eyebrow, + [PALETTE.UPPER_EYELID]: colors.face || colors.eyebrow, + [PALETTE.UPPER_CORNER_EYE]: colors.face || colors.eyebrow, [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.NOSE_TIP]: colors.nose || colors.face, [PALETTE.CHEEK]: colors.face, [PALETTE.SCRUFF]: colors.face, [PALETTE.COLLAR]: colors.face,