From bb4417a2c2be7c1efeed44b5ca96ad87632eb158 Mon Sep 17 00:00:00 2001 From: Idrees Hassan Date: Fri, 3 Jan 2025 15:22:07 -0500 Subject: [PATCH] Add Red Avadavat --- birb.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/birb.js b/birb.js index 1ee3332..828edc8 100644 --- a/birb.js +++ b/birb.js @@ -606,9 +606,20 @@ const species = { [WING]: "#342b7c", [WING_EDGE]: "#282065", }), + redAvadavat: new BirdType("Red Avadavat", + "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plummage.", { + [BEAK]: "#f71919", + [FOOT]: "#af7575", + [EYE]: "#000000", + [FACE]: "#cb092b", + [BELLY]: "#ae1724", + [UNDERBELLY]: "#831b24", + [WING]: "#7e3030", + [WING_EDGE]: "#490f0f", + }), }; -const DEFAULT_BIRD = "mistletoebird"; +const DEFAULT_BIRD = "redAvadavat"; const Directions = {