diff options
| author | 2021-09-06 13:11:27 +0100 | |
|---|---|---|
| committer | 2021-09-06 13:11:27 +0100 | |
| commit | 5e136d9aadcdb334f502cebb6e85981394802324 (patch) | |
| tree | 58abafa6a5acd9938fd291947c7c9ce8bd949938 /bot/resources/fun | |
| parent | Set logging level for async-rediscache to warning (diff) | |
| parent | Merge pull request #853 from python-discord/post-restructure-fix (diff) | |
Merge branch 'main' into async-redisache-logs
Diffstat (limited to 'bot/resources/fun')
27 files changed, 5078 insertions, 0 deletions
diff --git a/bot/resources/fun/LuckiestGuy-Regular.ttf b/bot/resources/fun/LuckiestGuy-Regular.ttf Binary files differnew file mode 100644 index 00000000..8c79c875 --- /dev/null +++ b/bot/resources/fun/LuckiestGuy-Regular.ttf diff --git a/bot/resources/fun/all_cards.png b/bot/resources/fun/all_cards.png Binary files differnew file mode 100644 index 00000000..10ed2eb8 --- /dev/null +++ b/bot/resources/fun/all_cards.png diff --git a/bot/resources/fun/caesar_info.json b/bot/resources/fun/caesar_info.json new file mode 100644 index 00000000..8229c4f3 --- /dev/null +++ b/bot/resources/fun/caesar_info.json @@ -0,0 +1,4 @@ +{ + "title": "Caesar Cipher", + "description": "**Information**\nThe Caesar Cipher, named after the Roman General Julius Caesar, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter given a specific position offset in the alphabet, with the letters wrapping around both sides.\n\n**Examples**\n1) `Hello World` <=> `Khoor Zruog` where letters are shifted forwards by `3`.\n2) `Julius Caesar` <=> `Yjaxjh Rpthpg` where letters are shifted backwards by `11`." +} diff --git a/bot/resources/fun/ducks_help_ex.png b/bot/resources/fun/ducks_help_ex.png Binary files differnew file mode 100644 index 00000000..01d9c243 --- /dev/null +++ b/bot/resources/fun/ducks_help_ex.png diff --git a/bot/resources/fun/game_recs/chrono_trigger.json b/bot/resources/fun/game_recs/chrono_trigger.json new file mode 100644 index 00000000..9720b977 --- /dev/null +++ b/bot/resources/fun/game_recs/chrono_trigger.json @@ -0,0 +1,7 @@ +{ + "title": "Chrono Trigger", + "description": "One of the best games of all time. A brilliant story involving time-travel with loveable characters. It has a brilliant score by Yasonuri Mitsuda and artwork by Akira Toriyama. With over 20 endings and New Game+, there is a huge amount of replay value here.", + "link": "https://rawg.io/games/chrono-trigger-1995", + "image": "https://vignette.wikia.nocookie.net/chrono/images/2/24/Chrono_Trigger_cover.jpg", + "author": "352635617709916161" +} diff --git a/bot/resources/fun/game_recs/digimon_world.json b/bot/resources/fun/game_recs/digimon_world.json new file mode 100644 index 00000000..c1cb4f37 --- /dev/null +++ b/bot/resources/fun/game_recs/digimon_world.json @@ -0,0 +1,7 @@ +{ + "title": "Digimon World", + "description": "A great mix of town-building and pet-raising set in the Digimon universe. With plenty of Digimon to raise and recruit to the village, this charming game will keep you occupied for a long time.", + "image": "https://www.mobygames.com/images/covers/l/437308-digimon-world-playstation-front-cover.jpg", + "link": "https://rawg.io/games/digimon-world", + "author": "352635617709916161" +} diff --git a/bot/resources/fun/game_recs/doom_2.json b/bot/resources/fun/game_recs/doom_2.json new file mode 100644 index 00000000..b60cc05f --- /dev/null +++ b/bot/resources/fun/game_recs/doom_2.json @@ -0,0 +1,7 @@ +{ + "title": "Doom II", + "description": "Doom 2 was one of the first FPS games that I truly enjoyed. It offered awesome weapons, terrifying demons to kill, and a great atmosphere to do it in.", + "image": "https://upload.wikimedia.org/wikipedia/en/thumb/2/29/Doom_II_-_Hell_on_Earth_Coverart.png/220px-Doom_II_-_Hell_on_Earth_Coverart.png", + "link": "https://rawg.io/games/doom-ii", + "author": "352635617709916161" +} diff --git a/bot/resources/fun/game_recs/skyrim.json b/bot/resources/fun/game_recs/skyrim.json new file mode 100644 index 00000000..ad86db31 --- /dev/null +++ b/bot/resources/fun/game_recs/skyrim.json @@ -0,0 +1,7 @@ +{ + "title": "Elder Scrolls V: Skyrim", + "description": "The latest mainline Elder Scrolls game offered a fantastic role-playing experience with untethered freedom and a great story. Offering vast mod support, the game has endless customization and replay value.", + "image": "https://upload.wikimedia.org/wikipedia/en/1/15/The_Elder_Scrolls_V_Skyrim_cover.png", + "link": "https://rawg.io/games/the-elder-scrolls-v-skyrim", + "author": "352635617709916161" +} diff --git a/bot/resources/fun/html_colours.json b/bot/resources/fun/html_colours.json new file mode 100644 index 00000000..086083d6 --- /dev/null +++ b/bot/resources/fun/html_colours.json @@ -0,0 +1,150 @@ +{ + "aliceblue": "0xf0f8ff", + "antiquewhite": "0xfaebd7", + "aqua": "0x00ffff", + "aquamarine": "0x7fffd4", + "azure": "0xf0ffff", + "beige": "0xf5f5dc", + "bisque": "0xffe4c4", + "black": "0x000000", + "blanchedalmond": "0xffebcd", + "blue": "0x0000ff", + "blueviolet": "0x8a2be2", + "brown": "0xa52a2a", + "burlywood": "0xdeb887", + "cadetblue": "0x5f9ea0", + "chartreuse": "0x7fff00", + "chocolate": "0xd2691e", + "coral": "0xff7f50", + "cornflowerblue": "0x6495ed", + "cornsilk": "0xfff8dc", + "crimson": "0xdc143c", + "cyan": "0x00ffff", + "darkblue": "0x00008b", + "darkcyan": "0x008b8b", + "darkgoldenrod": "0xb8860b", + "darkgray": "0xa9a9a9", + "darkgreen": "0x006400", + "darkgrey": "0xa9a9a9", + "darkkhaki": "0xbdb76b", + "darkmagenta": "0x8b008b", + "darkolivegreen": "0x556b2f", + "darkorange": "0xff8c00", + "darkorchid": "0x9932cc", + "darkred": "0x8b0000", + "darksalmon": "0xe9967a", + "darkseagreen": "0x8fbc8f", + "darkslateblue": "0x483d8b", + "darkslategray": "0x2f4f4f", + "darkslategrey": "0x2f4f4f", + "darkturquoise": "0x00ced1", + "darkviolet": "0x9400d3", + "deeppink": "0xff1493", + "deepskyblue": "0x00bfff", + "dimgray": "0x696969", + "dimgrey": "0x696969", + "dodgerblue": "0x1e90ff", + "firebrick": "0xb22222", + "floralwhite": "0xfffaf0", + "forestgreen": "0x228b22", + "fuchsia": "0xff00ff", + "gainsboro": "0xdcdcdc", + "ghostwhite": "0xf8f8ff", + "goldenrod": "0xdaa520", + "gold": "0xffd700", + "gray": "0x808080", + "green": "0x008000", + "greenyellow": "0xadff2f", + "grey": "0x808080", + "honeydew": "0xf0fff0", + "hotpink": "0xff69b4", + "indianred": "0xcd5c5c", + "indigo": "0x4b0082", + "ivory": "0xfffff0", + "khaki": "0xf0e68c", + "lavenderblush": "0xfff0f5", + "lavender": "0xe6e6fa", + "lawngreen": "0x7cfc00", + "lemonchiffon": "0xfffacd", + "lightblue": "0xadd8e6", + "lightcoral": "0xf08080", + "lightcyan": "0xe0ffff", + "lightgoldenrodyellow": "0xfafad2", + "lightgray": "0xd3d3d3", + "lightgreen": "0x90ee90", + "lightgrey": "0xd3d3d3", + "lightpink": "0xffb6c1", + "lightsalmon": "0xffa07a", + "lightseagreen": "0x20b2aa", + "lightskyblue": "0x87cefa", + "lightslategray": "0x778899", + "lightslategrey": "0x778899", + "lightsteelblue": "0xb0c4de", + "lightyellow": "0xffffe0", + "lime": "0x00ff00", + "limegreen": "0x32cd32", + "linen": "0xfaf0e6", + "magenta": "0xff00ff", + "maroon": "0x800000", + "mediumaquamarine": "0x66cdaa", + "mediumblue": "0x0000cd", + "mediumorchid": "0xba55d3", + "mediumpurple": "0x9370db", + "mediumseagreen": "0x3cb371", + "mediumslateblue": "0x7b68ee", + "mediumspringgreen": "0x00fa9a", + "mediumturquoise": "0x48d1cc", + "mediumvioletred": "0xc71585", + "midnightblue": "0x191970", + "mintcream": "0xf5fffa", + "mistyrose": "0xffe4e1", + "moccasin": "0xffe4b5", + "navajowhite": "0xffdead", + "navy": "0x000080", + "oldlace": "0xfdf5e6", + "olive": "0x808000", + "olivedrab": "0x6b8e23", + "orange": "0xffa500", + "orangered": "0xff4500", + "orchid": "0xda70d6", + "palegoldenrod": "0xeee8aa", + "palegreen": "0x98fb98", + "paleturquoise": "0xafeeee", + "palevioletred": "0xdb7093", + "papayawhip": "0xffefd5", + "peachpuff": "0xffdab9", + "peru": "0xcd853f", + "pink": "0xffc0cb", + "plum": "0xdda0dd", + "powderblue": "0xb0e0e6", + "purple": "0x800080", + "rebeccapurple": "0x663399", + "red": "0xff0000", + "rosybrown": "0xbc8f8f", + "royalblue": "0x4169e1", + "saddlebrown": "0x8b4513", + "salmon": "0xfa8072", + "sandybrown": "0xf4a460", + "seagreen": "0x2e8b57", + "seashell": "0xfff5ee", + "sienna": "0xa0522d", + "silver": "0xc0c0c0", + "skyblue": "0x87ceeb", + "slateblue": "0x6a5acd", + "slategray": "0x708090", + "slategrey": "0x708090", + "snow": "0xfffafa", + "springgreen": "0x00ff7f", + "steelblue": "0x4682b4", + "tan": "0xd2b48c", + "teal": "0x008080", + "thistle": "0xd8bfd8", + "tomato": "0xff6347", + "turquoise": "0x40e0d0", + "violet": "0xee82ee", + "wheat": "0xf5deb3", + "white": "0xffffff", + "whitesmoke": "0xf5f5f5", + "yellow": "0xffff00", + "yellowgreen": "0x9acd32" +} diff --git a/bot/resources/fun/magic8ball.json b/bot/resources/fun/magic8ball.json new file mode 100644 index 00000000..f5f1df62 --- /dev/null +++ b/bot/resources/fun/magic8ball.json @@ -0,0 +1,22 @@ +[ + "It is certain", + "It is decidedly so", + "Without a doubt", + "Yes definitely", + "You may rely on it", + "As I see it, yes", + "Most likely", + "Outlook good", + "Yes", + "Signs point to yes", + "Reply hazy try again", + "Ask again later", + "Better not tell you now", + "Cannot predict now", + "Concentrate and ask again", + "Don't count on it", + "My reply is no", + "My sources say no", + "Outlook not so good", + "Very doubtful" +] diff --git a/bot/resources/fun/snakes/snake_cards/backs/card_back1.jpg b/bot/resources/fun/snakes/snake_cards/backs/card_back1.jpg Binary files differnew file mode 100644 index 00000000..22959fa7 --- /dev/null +++ b/bot/resources/fun/snakes/snake_cards/backs/card_back1.jpg diff --git a/bot/resources/fun/snakes/snake_cards/backs/card_back2.jpg b/bot/resources/fun/snakes/snake_cards/backs/card_back2.jpg Binary files differnew file mode 100644 index 00000000..d56edc32 --- /dev/null +++ b/bot/resources/fun/snakes/snake_cards/backs/card_back2.jpg diff --git a/bot/resources/fun/snakes/snake_cards/card_bottom.png b/bot/resources/fun/snakes/snake_cards/card_bottom.png Binary files differnew file mode 100644 index 00000000..8b2b91c5 --- /dev/null +++ b/bot/resources/fun/snakes/snake_cards/card_bottom.png diff --git a/bot/resources/fun/snakes/snake_cards/card_frame.png b/bot/resources/fun/snakes/snake_cards/card_frame.png Binary files differnew file mode 100644 index 00000000..149a0a5f --- /dev/null +++ b/bot/resources/fun/snakes/snake_cards/card_frame.png diff --git a/bot/resources/fun/snakes/snake_cards/card_top.png b/bot/resources/fun/snakes/snake_cards/card_top.png Binary files differnew file mode 100644 index 00000000..e329c873 --- /dev/null +++ b/bot/resources/fun/snakes/snake_cards/card_top.png diff --git a/bot/resources/fun/snakes/snake_cards/expressway.ttf b/bot/resources/fun/snakes/snake_cards/expressway.ttf Binary files differnew file mode 100644 index 00000000..39e15794 --- /dev/null +++ b/bot/resources/fun/snakes/snake_cards/expressway.ttf diff --git a/bot/resources/fun/snakes/snake_facts.json b/bot/resources/fun/snakes/snake_facts.json new file mode 100644 index 00000000..ca9ba769 --- /dev/null +++ b/bot/resources/fun/snakes/snake_facts.json @@ -0,0 +1,233 @@ +[ + { + "fact": "The decapitated head of a dead snake can still bite, even hours after death. These types of bites usually contain huge amounts of venom." + }, + { + "fact": "What is considered the most 'dangerous' snake depends on both a specific country’s health care and the availability of antivenom following a bite. Based on these criteria, the most dangerous snake in the world is the saw-scaled viper, which bites and kills more people each year than any other snake." + }, + { + "fact": "Snakes live everywhere on Earth except Ireland, Iceland, New Zealand, and the North and South Poles." + }, + { + "fact": "Of the approximately 725 species of venomous snakes worldwide, 250 can kill a human with one bite." + }, + { + "fact": "Snakes evolved from a four-legged reptilian ancestor—most likely a small, burrowing, land-bound lizard—about 100 million years ago. Some snakes, such as pythons and boas, still have traces of back legs." + }, + { + "fact": "The fear of snakes (ophiophobia or herpetophobia) is one of the most common phobias worldwide. Approximately 1/3 of all adult humans areophidiophobic , which suggests that humans have an innate, evolutionary fear of snakes." + }, + { + "fact": "The top 5 most venomous snakes in the world are the inland taipan, the eastern brown snake, the coastal taipan, the tiger snake, and the black tiger snake." + }, + { + "fact": "The warmer a snake’s body, the more quickly it can digest its prey. Typically, it takes 3–5 days for a snake to digest its meal. For very large snakes, such as the anaconda, digestion can take weeks." + }, + { + "fact": "Some animals, such as the Mongoose, are immune to snake venom." + }, + { + "fact": "To avoid predators, some snakes can poop whenever they want. They make themselves so dirty and smelly that predators will run away." + }, + { + "fact": "The heaviest snake in the world is the anaconda. It weighs over 595 pounds (270 kg) and can grow to over 30 feet (9m) long. It has been known to eat caimans, capybaras, and jaguars." + }, + { + "fact": "The Brahminy Blind Snake, or flowerpot snake, is the only snake species made up of solely females and, as such, does not need a mate to reproduce. It is also the most widespread terrestrial snake in the world." + }, + { + "fact": "If a person suddenly turned into a snake, they would be about 4 times longer than they are now and only a few inches thick. While humans have 24 ribs, some snakes can have more than 400." + }, + { + "fact": "The most advanced snake species in the world is believed to be the black mamba. It has the most highly evolved venom delivery system of any snake on Earth. It can strike up to 12 times in a row, though just one bite is enough to kill a grown man.o" + }, + { + "fact": "The inland taipan is the world’s most toxic snake, meaning it has both the most toxic venom and it injects the most venom when it bites. Its venom sacs hold enough poison to kill up to 80 people." + }, + { + "fact": "The death adder has the fastest strike of any snake in the world. It can attack, inject venom, and go back to striking position in under 0.15 seconds." + }, + { + "fact": "While snakes do not have external ears or eardrums, their skin, muscles, and bones carry sound vibrations to their inner ears." + }, + { + "fact": "Some snakes have been known to explode after eating a large meal. For example, a 13-foot python blew up after it tried to eat a 6-foot alligator. The python was found with the alligator’s tail protruding from its midsection. Its head was missing." + }, + { + "fact": "The word 'snake' is from the Proto-Indo-European root *sneg -, meaning 'to crawl, creeping thing.' The word 'serpent' is from the Proto-Indo-European root *serp -, meaning 'to crawl, creep.'" + }, + { + "fact": "Rattlesnake rattles are made of rings of keratin, which is the same material as human hair and fingernails. A rattler will add a new ring each time it sheds its skin." + }, + { + "fact": "Some snakes have over 200 teeth. The teeth aren’t used for chewing but they point backward to prevent prey from escaping the snake’s throat." + }, + { + "fact": "There are about 500 genera and 3,000 different species of snakes. All of them are predators." + }, + { + "fact": "Naturalist Paul Rosolie attempted to be the first person to survive being swallowed by an anaconda in 2014. Though he was wearing a specially designed carbon fiber suit equipped with a breathing system, cameras, and a communication system, he ultimately called off his stunt when he felt like the anaconda was breaking his arm as it tightened its grip around his body." + }, + { + "fact": "There are five recognized species of flying snakes. Growing up to 4 feet, some types can glide up to 330 feet through the air." + }, + { + "fact": "Scales cover every inch of a snake’s body, even its eyes. Scales are thick, tough pieces of skin made from keratin, which is the same material human nails and hair are made from." + }, + { + "fact": "The most common snake in North America is the garter (gardener) snake. This snake is also Massachusetts’s state reptile. While previously thought to be nonvenomous, garter snakes do, in fact, produce a mild neurotoxic venom that is harmless to humans." + }, + { + "fact": "Snakes do not lap up water like mammals do. Instead, they dunk their snouts underwater and use their throats to pump water into their stomachs." + }, + { + "fact": "A snake’s fangs usually last about 6–10 weeks. When a fang wears out, a new one grows in its place." + }, + { + "fact": "Because the end of a snake’s tongue is forked, the two tips taste different amounts of chemicals. Essentially, a snake 'smells in stereo' and can even tell which direction a smell is coming from. It identifies scents on its tongue using pits in the roof of its mouth called the Jacobson’s organ." + }, + { + "fact": "The amount of food a snake eats determines how many offspring it will have. The Arafura file snake eats the least and lays just one egg every decade." + }, + { + "fact": "While smaller snakes, such a tree- or- ground-dwelling snakes, use their tongues to follow the scent trails of prey (such as spiders, birds, and other snakes). Larger snakes, such as boas, have heat-sensing organs called labial (lip) pits in their snouts." + }, + { + "fact": "Snakes typically need to eat only 6–30 meals each year to be healthy." + }, + { + "fact": "Snakes like to lie on roads and rocky areas because stones and rocks absorb heat from the sun, which warms them. Basking on these surfaces warms a snake quickly so it can move. If the temperature reaches below 50° Fahrenheit, a snake’s body does not work properly." + }, + { + "fact": "The Mozambique spitting cobra can spit venom over 8 feet away. It can spit from any position, including lying on the ground or raised up. It prefers to aim for its victim’s eyes." + }, + { + "fact": "Snakes cannot chew, so they must swallow their food whole. They are able to stretch their mouths very wide because they have a very flexible lower jaw. Snakes can eat other animals that are 75%–100% bigger than their own bodies." + }, + { + "fact": "To keep from choking on large prey, a snake will push the end of its trachea, or windpipe, out of its mouth, similar to the way a snorkel works." + }, + { + "fact": "The Gaboon viper has the longest fangs of any snake, reaching about 2 inches (5 cm) long." + }, + { + "fact": "Anacondas can hold their breath for up to 10 minutes under water. Additionally, similar to crocodiles, anacondas have eyes and nostrils that can poke above the water’s surface to increase their stealth and hunting prowess." + }, + { + "fact": "The longest snake ever recorded is the reticulated python. It can reach over 33 feet long, which is big enough to swallow a pig, a deer, or even a person." + }, + { + "fact": "Sea snakes with their paddle-shaped tails can dive over 300 feet into the ocean." + }, + { + "fact": "If a snake is threatened soon after a meal, it will often regurgitate its food so it can quickly escape the perceived threat. A snake’s digestive system can dissolve everything but a prey’s hair, feathers, and claws." + }, + { + "fact": "Snakes do not have eyelids; rather, a single transparent scale called a brille protects their eyes. Most snakes see very well, especially if the object is moving." + }, + { + "fact": "The world’s longest venomous snake is the king cobra from Asia. It can grow up to 18 feet, rear almost as high as a person, growl loudly, and inject enough venom to kill an elephant." + }, + { + "fact": "The king cobra is thought to be one of the most intelligent of all snakes. Additionally, unlike most snakes, who do not care for their young, king cobras are careful parents who defend and protect their eggs from enemies." + }, + { + "fact": "Not all snakes have fangs—only those that kill their prey with venom have them. When their fangs are not in use, they fold them back into the roof of the mouth (except for the coral snake, whose fangs do not fold back)." + }, + { + "fact": "Some venomous snakes have died after biting and poisoning themselves by mistake." + }, + { + "fact": "Elephant trunk snakes are almost completely aquatic. They cannot slither because they lack the broad scales in the belly that help other snakes move on land. Rather, elephant trunk snakes have large knobby scales to hold onto slippery fish and constrict them underwater." + }, + { + "fact": "The shortest known snake is the thread snake. It is about 4 inches long and lives on the island of Barbados in the Caribbean. It is said to be as 'thin as spaghetti' and it feeds primarily on termites and larvae." + }, + { + "fact": "In 2009, a farm worker in East Africa survived an epic 3-hour battle with a 12-foot python after accidentally stepping on the large snake. It coiled around the man and carried him into a tree. The man wrapped his shirt over the snake’s mouth to prevent it from swallowing him, and he was finally rescued by police after calling for help on his cell phone." + }, + { + "fact": "The venom from a Brazilian pit viper is used in a drug to treat high blood pressure." + }, + { + "fact": "The word 'cobra' means 'hooded.' Some cobras have large spots on the back of their hood that look like eyes to make them appear intimating even from behind." + }, + { + "fact": "Some desert snakes, such as the African rock python, sleep during the hottest parts of the desert summer. This summer sleep is similar to hibernation and is called “aestivation.”" + }, + { + "fact": "The black mamba is the world’s fastest snake and the world’s second-longest venomous snake in the world, after the king cobra. Found in East Africa, it can reach speeds of up to 12 mph (19kph). It’s named not from the color of its scales, which is olive green, but from the inside of its mouth, which is inky black. Its venom is highly toxic, and without anti-venom, death in humans usually occurs within 7–15 hours." + }, + { + "fact": "Although a snake’s growth rate slows as it gets older, a snake never stops growing." + }, + { + "fact": "While a snake cannot hear the music of a snake charmer, the snake responds to the vibrations of the charmer’s tapping foot or to the movement of the flute." + }, + { + "fact": "Most snakes are not harmful to humans and they help balance the ecosystem by keeping the population of rats, mice, and birds under control." + }, + { + "fact": "The largest snake fossil ever found is the Titanoboa. It lived over 60 million years ago and reached over 50 feet (15 meters) long. It weighed more than 20 people and ate crocodiles and giant tortoises." + }, + { + "fact": "Two-headed snakes are similar to conjoined twins: an embryo begins to split to create identical twins, but the process does not finish. Such snakes rarely survive in the wild because the two heads have duplicate senses, they fight over food, and one head may try to eat the other head." + }, + { + "fact": "Snakes can be grouped into two sections: primitive snakes and true (typical) snakes. Primitive snakes—such as blind snakes, worm snakes, and thread snakes—represent the earliest forms of snakes. True snakes, such as rat snakes and king snakes, are more evolved and more active." + }, + { + "fact": "The oldest written record that describes snakes is in the Brooklyn Papyrus, which is a medical papyrus dating from ancient Egypt (450 B.C.)." + }, + { + "fact": "Approximately 70% of snakes lay eggs. Those that lay eggs are called oviparous. The other 30% of snakes live in colder climates and give birth to live young because it is too cold for eggs outside the body to develop and hatch." + }, + { + "fact": "Most snakes have an elongated right lung, many have a smaller left lung, and a few even have a third lung. They do not have a sense of taste, and most of their organs are organized linearly." + }, + { + "fact": "The most rare and endangered snake is the St. Lucia racer. There are only 18 to 100 of these snakes left." + }, + { + "fact": "Snakes kill over 40,000 people a year—though, with unreported incidents, the total may be over 100,000. About half of these deaths are in India." + }, + { + "fact": "In some cultures, eating snakes is considered a delicacy. For example, snake soup has been a popular Cantonese delicacy for over 2,000 years." + }, + { + "fact": "In some Asian countries, it is believed that drinking the blood of snakes, particularly the cobra, will increase sexual virility. The blood is usually drained from a live snake and then mixed with liquor." + }, + { + "fact": "In the United States, fewer than 1 in 37,500 people are bitten by venomous snakes each year (7,000–8,000 bites per year), and only 1 in 50 million people will die from snake bite (5–6 fatalities per year). In the U.S., a person is 9 times more likely to die from being struck by lightening than to die from a venomous snakebite." + }, + { + "fact": "Some members of the U.S. Army Special Forces are taught to kill and eat snakes during their survival training, which has earned them the nickname 'Snake Eaters.'" + }, + { + "fact": "One of the great feats of the legendary Greek hero Perseus was to kill Medusa, a female monster whose hair consisted of writhing, venomous snakes." + }, + { + "fact": "The symbol of the snake is one of the most widespread and oldest cultural symbols in history. Snakes often represent the duality of good and evil and of life and death." + }, + { + "fact": "Because snakes shed their skin, they are often symbols of rebirth, transformation, and healing. For example, Asclepius, the god of medicine, carries a staff encircled by a snake." + }, + { + "fact": "The snake has held various meanings throughout history. For example, The Egyptians viewed the snake as representing royalty and deity. In the Jewish rabbinical tradition and in Hinduism, it represents sexual passion and desire. And the Romans interpreted the snake as a symbol of eternal love." + }, + { + "fact": "Anacondas mate in a huge 'breeding ball.' The ball consists of 1 female and nearly 12 males. They stay in a 'mating ball' for up to a month." + }, + { + "fact": "Depending on the species, snakes can live from 4 to over 25 years." + }, + { + "fact": "Snakes that are poisonous have pupils that are shaped like a diamond. Nonpoisonous snakes have round pupils." + }, + { + "fact": "Endangered snakes include the San Francisco garter snake, eastern indigo snake, the king cobra, and Dumeril’s boa." + }, + { + "fact": "A mysterious, new 'mad snake disease' causes captive pythons and boas to tie themselves in knots. Other symptoms include 'stargazing,' which is when snakes stare upwards for long periods of time. Snake experts believe a rodent virus causes the fatal disease." + } +] diff --git a/bot/resources/fun/snakes/snake_idioms.json b/bot/resources/fun/snakes/snake_idioms.json new file mode 100644 index 00000000..ecbeb6ff --- /dev/null +++ b/bot/resources/fun/snakes/snake_idioms.json @@ -0,0 +1,275 @@ +[ + { + "idiom": "snek it up" + }, + { + "idiom": "get ur snek on" + }, + { + "idiom": "snek ur heart out" + }, + { + "idiom": "snek 4 ever" + }, + { + "idiom": "i luve snek" + }, + { + "idiom": "snek bff" + }, + { + "idiom": "boyfriend snek" + }, + { + "idiom": "dont snek ur homies" + }, + { + "idiom": "garden snek" + }, + { + "idiom": "snektie" + }, + { + "idiom": "snek keks" + }, + { + "idiom": "birthday snek!" + }, + { + "idiom": "snek tonight?" + }, + { + "idiom": "snek hott lips" + }, + { + "idiom": "snek u latr" + }, + { + "idiom": "netflx and snek" + }, + { + "idiom": "holy snek prey4u" + }, + { + "idiom": "ghowst snek hauntt u" + }, + { + "idiom": "ipekek snek syrop" + }, + { + "idiom": "2 snek 2 furius" + }, + { + "idiom": "the shawsnek redumpton" + }, + { + "idiom": "snekler's list" + }, + { + "idiom": "snekablanca" + }, + { + "idiom": "romeo n snekulet" + }, + { + "idiom": "citizn snek" + }, + { + "idiom": "gon wit the snek" + }, + { + "idiom": "dont step on snek" + }, + { + "idiom": "the wizrd uf snek" + }, + { + "idiom": "forrest snek" + }, + { + "idiom": "snek of musik" + }, + { + "idiom": "west snek story" + }, + { + "idiom": "snek wars eposide XI" + }, + { + "idiom": "2001: a snek odyssuuy" + }, + { + "idiom": "E.T. the snekstra terrastriul" + }, + { + "idiom": "snekkin' inth rain" + }, + { + "idiom": "dr sneklove" + }, + { + "idiom": "snekley kubrik" + }, + { + "idiom": "willium snekspeare" + }, + { + "idiom": "snek on tutanic" + }, + { + "idiom": "a snekwork orunge" + }, + { + "idiom": "the snek the bad n the ogly" + }, + { + "idiom": "the sneksorcist" + }, + { + "idiom": "gudd snek huntin" + }, + { + "idiom": "leonurdo disnekrio" + }, + { + "idiom": "denzal snekington" + }, + { + "idiom": "snekuel l jocksons" + }, + { + "idiom": "kevn snek" + }, + { + "idiom": "snekthony hopkuns" + }, + { + "idiom": "hugh snekman" + }, + { + "idiom": "snek but it glow in durk" + }, + { + "idiom": "snek but u cn ride it" + }, + { + "idiom": "snek but slep in ur bed" + }, + { + "idiom": "snek but mad frum plastk" + }, + { + "idiom": "snek but bulong 2 ur frnd" + }, + { + "idiom": "sneks on plene" + }, + { + "idiom": "baby snek" + }, + { + "idiom": "trouser snek" + }, + { + "idiom": "momo snek" + }, + { + "idiom": "fast snek" + }, + { + "idiom": "super slow snek" + }, + { + "idiom": "old snek" + }, + { + "idiom": "slimy snek" + }, + { + "idiom": "snek attekk" + }, + { + "idiom": "snek get wrekk" + }, + { + "idiom": "snek you long time" + }, + { + "idiom": "carpenter snek" + }, + { + "idiom": "drain snek" + }, + { + "idiom": "eat ur face snek" + }, + { + "idiom": "kawaii snek" + }, + { + "idiom": "dis snek is soft" + }, + { + "idiom": "snek is 4 yers uld" + }, + { + "idiom": "pls feed snek, is hingry" + }, + { + "idiom": "snek? snek? sneeeeek!!" + }, + { + "idiom": "solid snek" + }, + { + "idiom": "big bos snek" + }, + { + "idiom": "snek republic" + }, + { + "idiom": "snekoslovakia" + }, + { + "idiom": "snek please!" + }, + { + "idiom": "i brok my snek :(" + }, + { + "idiom": "star snek the nxt generatin" + }, + { + "idiom": "azsnek tempul" + }, + { + "idiom": "discosnek" + }, + { + "idiom": "bottlsnek" + }, + { + "idiom": "turtlsnek" + }, + { + "idiom": "cashiers snek" + }, + { + "idiom": "mega snek!!" + }, + { + "idiom": "one tim i saw snek neked" + }, + { + "idiom": "snek cnt clim trees" + }, + { + "idiom": "snek in muth is jus tongue" + }, + { + "idiom": "juan snek" + }, + { + "idiom": "photosnek" + } +] diff --git a/bot/resources/fun/snakes/snake_names.json b/bot/resources/fun/snakes/snake_names.json new file mode 100644 index 00000000..25832550 --- /dev/null +++ b/bot/resources/fun/snakes/snake_names.json @@ -0,0 +1,2170 @@ +[ + { + "name": "Acanthophis", + "scientific": "Acanthophis" + }, + { + "name": "Aesculapian snake", + "scientific": "Aesculapian snake" + }, + { + "name": "African beaked snake", + "scientific": "Rufous beaked snake" + }, + { + "name": "African puff adder", + "scientific": "Bitis arietans" + }, + { + "name": "African rock python", + "scientific": "African rock python" + }, + { + "name": "African twig snake", + "scientific": "Twig snake" + }, + { + "name": "Agkistrodon piscivorus", + "scientific": "Agkistrodon piscivorus" + }, + { + "name": "Ahaetulla", + "scientific": "Ahaetulla" + }, + { + "name": "Amazonian palm viper", + "scientific": "Bothriopsis bilineata" + }, + { + "name": "American copperhead", + "scientific": "Agkistrodon contortrix" + }, + { + "name": "Amethystine python", + "scientific": "Amethystine python" + }, + { + "name": "Anaconda", + "scientific": "Anaconda" + }, + { + "name": "Andaman cat snake", + "scientific": "Boiga andamanensis" + }, + { + "name": "Andrea's keelback", + "scientific": "Amphiesma andreae" + }, + { + "name": "Annulated sea snake", + "scientific": "Hydrophis cyanocinctus" + }, + { + "name": "Arafura file snake", + "scientific": "Acrochordus arafurae" + }, + { + "name": "Arizona black rattlesnake", + "scientific": "Crotalus oreganus cerberus" + }, + { + "name": "Arizona coral snake", + "scientific": "Coral snake" + }, + { + "name": "Aruba rattlesnake", + "scientific": "Crotalus durissus unicolor" + }, + { + "name": "Asian cobra", + "scientific": "Indian cobra" + }, + { + "name": "Asian keelback", + "scientific": "Amphiesma vibakari" + }, + { + "name": "Asp (reptile)", + "scientific": "Asp (reptile)" + }, + { + "name": "Assam keelback", + "scientific": "Amphiesma pealii" + }, + { + "name": "Australian copperhead", + "scientific": "Austrelaps" + }, + { + "name": "Australian scrub python", + "scientific": "Amethystine python" + }, + { + "name": "Baird's rat snake", + "scientific": "Pantherophis bairdi" + }, + { + "name": "Banded Flying Snake", + "scientific": "Banded flying snake" + }, + { + "name": "Banded cat-eyed snake", + "scientific": "Banded cat-eyed snake" + }, + { + "name": "Banded krait", + "scientific": "Banded krait" + }, + { + "name": "Barred wolf snake", + "scientific": "Lycodon striatus" + }, + { + "name": "Beaked sea snake", + "scientific": "Enhydrina schistosa" + }, + { + "name": "Beauty rat snake", + "scientific": "Beauty rat snake" + }, + { + "name": "Beddome's cat snake", + "scientific": "Boiga beddomei" + }, + { + "name": "Beddome's coral snake", + "scientific": "Beddome's coral snake" + }, + { + "name": "Bird snake", + "scientific": "Twig snake" + }, + { + "name": "Black-banded trinket snake", + "scientific": "Oreocryptophis porphyraceus" + }, + { + "name": "Black-headed snake", + "scientific": "Western black-headed snake" + }, + { + "name": "Black-necked cobra", + "scientific": "Black-necked spitting cobra" + }, + { + "name": "Black-necked spitting cobra", + "scientific": "Black-necked spitting cobra" + }, + { + "name": "Black-striped keelback", + "scientific": "Buff striped keelback" + }, + { + "name": "Black-tailed horned pit viper", + "scientific": "Mixcoatlus melanurus" + }, + { + "name": "Black headed python", + "scientific": "Black-headed python" + }, + { + "name": "Black krait", + "scientific": "Greater black krait" + }, + { + "name": "Black mamba", + "scientific": "Black mamba" + }, + { + "name": "Black rat snake", + "scientific": "Rat snake" + }, + { + "name": "Black tree cobra", + "scientific": "Cobra" + }, + { + "name": "Blind snake", + "scientific": "Scolecophidia" + }, + { + "name": "Blonde hognose snake", + "scientific": "Hognose" + }, + { + "name": "Blood python", + "scientific": "Python brongersmai" + }, + { + "name": "Blue krait", + "scientific": "Bungarus candidus" + }, + { + "name": "Blunt-headed tree snake", + "scientific": "Imantodes cenchoa" + }, + { + "name": "Boa constrictor", + "scientific": "Boa constrictor" + }, + { + "name": "Bocourt's water snake", + "scientific": "Subsessor" + }, + { + "name": "Boelen python", + "scientific": "Morelia boeleni" + }, + { + "name": "Boidae", + "scientific": "Boidae" + }, + { + "name": "Boiga", + "scientific": "Boiga" + }, + { + "name": "Boomslang", + "scientific": "Boomslang" + }, + { + "name": "Brahminy blind snake", + "scientific": "Indotyphlops braminus" + }, + { + "name": "Brazilian coral snake", + "scientific": "Coral snake" + }, + { + "name": "Brazilian smooth snake", + "scientific": "Hydrodynastes gigas" + }, + { + "name": "Brown snake (disambiguation)", + "scientific": "Brown snake" + }, + { + "name": "Brown tree snake", + "scientific": "Brown tree snake" + }, + { + "name": "Brown white-lipped python", + "scientific": "Leiopython" + }, + { + "name": "Buff striped keelback", + "scientific": "Buff striped keelback" + }, + { + "name": "Bull snake", + "scientific": "Bull snake" + }, + { + "name": "Burmese keelback", + "scientific": "Burmese keelback water snake" + }, + { + "name": "Burmese krait", + "scientific": "Burmese krait" + }, + { + "name": "Burmese python", + "scientific": "Burmese python" + }, + { + "name": "Burrowing viper", + "scientific": "Atractaspidinae" + }, + { + "name": "Buttermilk racer", + "scientific": "Coluber constrictor anthicus" + }, + { + "name": "California kingsnake", + "scientific": "California kingsnake" + }, + { + "name": "Cantor's pitviper", + "scientific": "Trimeresurus cantori" + }, + { + "name": "Cape cobra", + "scientific": "Cape cobra" + }, + { + "name": "Cape coral snake", + "scientific": "Aspidelaps lubricus" + }, + { + "name": "Cape gopher snake", + "scientific": "Cape gopher snake" + }, + { + "name": "Carpet viper", + "scientific": "Echis" + }, + { + "name": "Cat-eyed night snake", + "scientific": "Banded cat-eyed snake" + }, + { + "name": "Cat-eyed snake", + "scientific": "Banded cat-eyed snake" + }, + { + "name": "Cat snake", + "scientific": "Boiga" + }, + { + "name": "Central American lyre snake", + "scientific": "Trimorphodon biscutatus" + }, + { + "name": "Central ranges taipan", + "scientific": "Taipan" + }, + { + "name": "Chappell Island tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Checkered garter snake", + "scientific": "Checkered garter snake" + }, + { + "name": "Checkered keelback", + "scientific": "Checkered keelback" + }, + { + "name": "Children's python", + "scientific": "Children's python" + }, + { + "name": "Chinese cobra", + "scientific": "Chinese cobra" + }, + { + "name": "Coachwhip snake", + "scientific": "Masticophis flagellum" + }, + { + "name": "Coastal taipan", + "scientific": "Coastal taipan" + }, + { + "name": "Cobra", + "scientific": "Cobra" + }, + { + "name": "Collett's snake", + "scientific": "Collett's snake" + }, + { + "name": "Common adder", + "scientific": "Vipera berus" + }, + { + "name": "Common cobra", + "scientific": "Chinese cobra" + }, + { + "name": "Common garter snake", + "scientific": "Common garter snake" + }, + { + "name": "Common ground snake", + "scientific": "Western ground snake" + }, + { + "name": "Common keelback (disambiguation)", + "scientific": "Common keelback" + }, + { + "name": "Common tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Common worm snake", + "scientific": "Indotyphlops braminus" + }, + { + "name": "Congo snake", + "scientific": "Amphiuma" + }, + { + "name": "Congo water cobra", + "scientific": "Naja christyi" + }, + { + "name": "Coral snake", + "scientific": "Coral snake" + }, + { + "name": "Corn snake", + "scientific": "Corn snake" + }, + { + "name": "Coronado Island rattlesnake", + "scientific": "Crotalus oreganus caliginis" + }, + { + "name": "Crossed viper", + "scientific": "Vipera berus" + }, + { + "name": "Crotalus cerastes", + "scientific": "Crotalus cerastes" + }, + { + "name": "Crotalus durissus", + "scientific": "Crotalus durissus" + }, + { + "name": "Crotalus horridus", + "scientific": "Timber rattlesnake" + }, + { + "name": "Crowned snake", + "scientific": "Tantilla" + }, + { + "name": "Cuban boa", + "scientific": "Chilabothrus angulifer" + }, + { + "name": "Cuban wood snake", + "scientific": "Tropidophis melanurus" + }, + { + "name": "Dasypeltis", + "scientific": "Dasypeltis" + }, + { + "name": "Desert death adder", + "scientific": "Desert death adder" + }, + { + "name": "Desert kingsnake", + "scientific": "Desert kingsnake" + }, + { + "name": "Desert woma python", + "scientific": "Woma python" + }, + { + "name": "Diamond python", + "scientific": "Morelia spilota spilota" + }, + { + "name": "Dog-toothed cat snake", + "scientific": "Boiga cynodon" + }, + { + "name": "Down's tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Dubois's sea snake", + "scientific": "Aipysurus duboisii" + }, + { + "name": "Durango rock rattlesnake", + "scientific": "Crotalus lepidus klauberi" + }, + { + "name": "Dusty hognose snake", + "scientific": "Hognose" + }, + { + "name": "Dwarf beaked snake", + "scientific": "Dwarf beaked snake" + }, + { + "name": "Dwarf boa", + "scientific": "Boa constrictor" + }, + { + "name": "Dwarf pipe snake", + "scientific": "Anomochilus" + }, + { + "name": "Eastern brown snake", + "scientific": "Eastern brown snake" + }, + { + "name": "Eastern coral snake", + "scientific": "Micrurus fulvius" + }, + { + "name": "Eastern diamondback rattlesnake", + "scientific": "Eastern diamondback rattlesnake" + }, + { + "name": "Eastern green mamba", + "scientific": "Eastern green mamba" + }, + { + "name": "Eastern hognose snake", + "scientific": "Eastern hognose snake" + }, + { + "name": "Eastern mud snake", + "scientific": "Mud snake" + }, + { + "name": "Eastern racer", + "scientific": "Coluber constrictor" + }, + { + "name": "Eastern tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Eastern water cobra", + "scientific": "Cobra" + }, + { + "name": "Elaps harlequin snake", + "scientific": "Micrurus fulvius" + }, + { + "name": "Eunectes", + "scientific": "Eunectes" + }, + { + "name": "European Smooth Snake", + "scientific": "Smooth snake" + }, + { + "name": "False cobra", + "scientific": "False cobra" + }, + { + "name": "False coral snake", + "scientific": "Coral snake" + }, + { + "name": "False water cobra", + "scientific": "Hydrodynastes gigas" + }, + { + "name": "Fierce snake", + "scientific": "Inland taipan" + }, + { + "name": "Flying snake", + "scientific": "Chrysopelea" + }, + { + "name": "Forest cobra", + "scientific": "Forest cobra" + }, + { + "name": "Forsten's cat snake", + "scientific": "Boiga forsteni" + }, + { + "name": "Fox snake", + "scientific": "Fox snake" + }, + { + "name": "Gaboon viper", + "scientific": "Gaboon viper" + }, + { + "name": "Garter snake", + "scientific": "Garter snake" + }, + { + "name": "Giant Malagasy hognose snake", + "scientific": "Hognose" + }, + { + "name": "Glossy snake", + "scientific": "Glossy snake" + }, + { + "name": "Gold-ringed cat snake", + "scientific": "Boiga dendrophila" + }, + { + "name": "Gold tree cobra", + "scientific": "Pseudohaje goldii" + }, + { + "name": "Golden tree snake", + "scientific": "Chrysopelea ornata" + }, + { + "name": "Gopher snake", + "scientific": "Pituophis catenifer" + }, + { + "name": "Grand Canyon rattlesnake", + "scientific": "Crotalus oreganus abyssus" + }, + { + "name": "Grass snake", + "scientific": "Grass snake" + }, + { + "name": "Gray cat snake", + "scientific": "Boiga ocellata" + }, + { + "name": "Great Plains rat snake", + "scientific": "Pantherophis emoryi" + }, + { + "name": "Green anaconda", + "scientific": "Green anaconda" + }, + { + "name": "Green rat snake", + "scientific": "Rat snake" + }, + { + "name": "Green tree python", + "scientific": "Green tree python" + }, + { + "name": "Grey-banded kingsnake", + "scientific": "Gray-banded kingsnake" + }, + { + "name": "Grey Lora", + "scientific": "Leptophis stimsoni" + }, + { + "name": "Halmahera python", + "scientific": "Morelia tracyae" + }, + { + "name": "Harlequin coral snake", + "scientific": "Micrurus fulvius" + }, + { + "name": "Herald snake", + "scientific": "Caduceus" + }, + { + "name": "High Woods coral snake", + "scientific": "Coral snake" + }, + { + "name": "Hill keelback", + "scientific": "Amphiesma monticola" + }, + { + "name": "Himalayan keelback", + "scientific": "Amphiesma platyceps" + }, + { + "name": "Hognose snake", + "scientific": "Hognose" + }, + { + "name": "Hognosed viper", + "scientific": "Porthidium" + }, + { + "name": "Hook Nosed Sea Snake", + "scientific": "Enhydrina schistosa" + }, + { + "name": "Hoop snake", + "scientific": "Hoop snake" + }, + { + "name": "Hopi rattlesnake", + "scientific": "Crotalus viridis nuntius" + }, + { + "name": "Indian cobra", + "scientific": "Indian cobra" + }, + { + "name": "Indian egg-eater", + "scientific": "Indian egg-eating snake" + }, + { + "name": "Indian flying snake", + "scientific": "Chrysopelea ornata" + }, + { + "name": "Indian krait", + "scientific": "Bungarus" + }, + { + "name": "Indigo snake", + "scientific": "Drymarchon" + }, + { + "name": "Inland carpet python", + "scientific": "Morelia spilota metcalfei" + }, + { + "name": "Inland taipan", + "scientific": "Inland taipan" + }, + { + "name": "Jamaican boa", + "scientific": "Jamaican boa" + }, + { + "name": "Jan's hognose snake", + "scientific": "Hognose" + }, + { + "name": "Japanese forest rat snake", + "scientific": "Euprepiophis conspicillatus" + }, + { + "name": "Japanese rat snake", + "scientific": "Japanese rat snake" + }, + { + "name": "Japanese striped snake", + "scientific": "Japanese striped snake" + }, + { + "name": "Kayaudi dwarf reticulated python", + "scientific": "Reticulated python" + }, + { + "name": "Keelback", + "scientific": "Natricinae" + }, + { + "name": "Khasi Hills keelback", + "scientific": "Amphiesma khasiense" + }, + { + "name": "King Island tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "King brown", + "scientific": "Mulga snake" + }, + { + "name": "King cobra", + "scientific": "King cobra" + }, + { + "name": "King rat snake", + "scientific": "Rat snake" + }, + { + "name": "King snake", + "scientific": "Kingsnake" + }, + { + "name": "Krait", + "scientific": "Bungarus" + }, + { + "name": "Krefft's tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Lance-headed rattlesnake", + "scientific": "Crotalus polystictus" + }, + { + "name": "Lancehead", + "scientific": "Bothrops" + }, + { + "name": "Large shield snake", + "scientific": "Pseudotyphlops" + }, + { + "name": "Leptophis ahaetulla", + "scientific": "Leptophis ahaetulla" + }, + { + "name": "Lesser black krait", + "scientific": "Lesser black krait" + }, + { + "name": "Long-nosed adder", + "scientific": "Eastern hognose snake" + }, + { + "name": "Long-nosed tree snake", + "scientific": "Western hognose snake" + }, + { + "name": "Long-nosed whip snake", + "scientific": "Ahaetulla nasuta" + }, + { + "name": "Long-tailed rattlesnake", + "scientific": "Rattlesnake" + }, + { + "name": "Longnosed worm snake", + "scientific": "Leptotyphlops macrorhynchus" + }, + { + "name": "Lyre snake", + "scientific": "Trimorphodon" + }, + { + "name": "Madagascar ground boa", + "scientific": "Acrantophis madagascariensis" + }, + { + "name": "Malayan krait", + "scientific": "Bungarus candidus" + }, + { + "name": "Malayan long-glanded coral snake", + "scientific": "Calliophis bivirgata" + }, + { + "name": "Malayan pit viper", + "scientific": "Pit viper" + }, + { + "name": "Mamba", + "scientific": "Mamba" + }, + { + "name": "Mamushi", + "scientific": "Mamushi" + }, + { + "name": "Manchurian Black Water Snake", + "scientific": "Elaphe schrenckii" + }, + { + "name": "Mandarin rat snake", + "scientific": "Mandarin rat snake" + }, + { + "name": "Mangrove snake (disambiguation)", + "scientific": "Mangrove snake" + }, + { + "name": "Many-banded krait", + "scientific": "Many-banded krait" + }, + { + "name": "Many-banded tree snake", + "scientific": "Many-banded tree snake" + }, + { + "name": "Many-spotted cat snake", + "scientific": "Boiga multomaculata" + }, + { + "name": "Massasauga rattlesnake", + "scientific": "Massasauga" + }, + { + "name": "Mexican black kingsnake", + "scientific": "Mexican black kingsnake" + }, + { + "name": "Mexican green rattlesnake", + "scientific": "Crotalus basiliscus" + }, + { + "name": "Mexican hognose snake", + "scientific": "Hognose" + }, + { + "name": "Mexican parrot snake", + "scientific": "Leptophis mexicanus" + }, + { + "name": "Mexican racer", + "scientific": "Coluber constrictor oaxaca" + }, + { + "name": "Mexican vine snake", + "scientific": "Oxybelis aeneus" + }, + { + "name": "Mexican west coast rattlesnake", + "scientific": "Crotalus basiliscus" + }, + { + "name": "Micropechis ikaheka", + "scientific": "Micropechis ikaheka" + }, + { + "name": "Midget faded rattlesnake", + "scientific": "Crotalus oreganus concolor" + }, + { + "name": "Milk snake", + "scientific": "Milk snake" + }, + { + "name": "Moccasin snake", + "scientific": "Agkistrodon piscivorus" + }, + { + "name": "Modest keelback", + "scientific": "Amphiesma modestum" + }, + { + "name": "Mojave desert sidewinder", + "scientific": "Crotalus cerastes" + }, + { + "name": "Mojave rattlesnake", + "scientific": "Crotalus scutulatus" + }, + { + "name": "Mole viper", + "scientific": "Atractaspidinae" + }, + { + "name": "Moluccan flying snake", + "scientific": "Chrysopelea" + }, + { + "name": "Montpellier snake", + "scientific": "Malpolon monspessulanus" + }, + { + "name": "Mud adder", + "scientific": "Mud adder" + }, + { + "name": "Mud snake", + "scientific": "Mud snake" + }, + { + "name": "Mussurana", + "scientific": "Mussurana" + }, + { + "name": "Narrowhead Garter Snake", + "scientific": "Garter snake" + }, + { + "name": "Nicobar Island keelback", + "scientific": "Amphiesma nicobariense" + }, + { + "name": "Nicobar cat snake", + "scientific": "Boiga wallachi" + }, + { + "name": "Night snake", + "scientific": "Night snake" + }, + { + "name": "Nilgiri keelback", + "scientific": "Nilgiri keelback" + }, + { + "name": "North eastern king snake", + "scientific": "Eastern hognose snake" + }, + { + "name": "Northeastern hill krait", + "scientific": "Northeastern hill krait" + }, + { + "name": "Northern black-tailed rattlesnake", + "scientific": "Crotalus molossus" + }, + { + "name": "Northern tree snake", + "scientific": "Dendrelaphis calligastra" + }, + { + "name": "Northern water snake", + "scientific": "Northern water snake" + }, + { + "name": "Northern white-lipped python", + "scientific": "Leiopython" + }, + { + "name": "Oaxacan small-headed rattlesnake", + "scientific": "Crotalus intermedius gloydi" + }, + { + "name": "Okinawan habu", + "scientific": "Okinawan habu" + }, + { + "name": "Olive sea snake", + "scientific": "Aipysurus laevis" + }, + { + "name": "Opheodrys", + "scientific": "Opheodrys" + }, + { + "name": "Orange-collared keelback", + "scientific": "Rhabdophis himalayanus" + }, + { + "name": "Ornate flying snake", + "scientific": "Chrysopelea ornata" + }, + { + "name": "Oxybelis", + "scientific": "Oxybelis" + }, + { + "name": "Palestine viper", + "scientific": "Vipera palaestinae" + }, + { + "name": "Paradise flying snake", + "scientific": "Chrysopelea paradisi" + }, + { + "name": "Parrot snake", + "scientific": "Leptophis ahaetulla" + }, + { + "name": "Patchnose snake", + "scientific": "Salvadora (snake)" + }, + { + "name": "Pelagic sea snake", + "scientific": "Yellow-bellied sea snake" + }, + { + "name": "Peninsula tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Perrotet's shieldtail snake", + "scientific": "Plectrurus perrotetii" + }, + { + "name": "Persian rat snake", + "scientific": "Rat snake" + }, + { + "name": "Pine snake", + "scientific": "Pine snake" + }, + { + "name": "Pit viper", + "scientific": "Pit viper" + }, + { + "name": "Plains hognose snake", + "scientific": "Western hognose snake" + }, + { + "name": "Prairie kingsnake", + "scientific": "Lampropeltis calligaster" + }, + { + "name": "Pygmy python", + "scientific": "Pygmy python" + }, + { + "name": "Pythonidae", + "scientific": "Pythonidae" + }, + { + "name": "Queen snake", + "scientific": "Queen snake" + }, + { + "name": "Rat snake", + "scientific": "Rat snake" + }, + { + "name": "Rattler", + "scientific": "Rattlesnake" + }, + { + "name": "Rattlesnake", + "scientific": "Rattlesnake" + }, + { + "name": "Red-bellied black snake", + "scientific": "Red-bellied black snake" + }, + { + "name": "Red-headed krait", + "scientific": "Red-headed krait" + }, + { + "name": "Red-necked keelback", + "scientific": "Rhabdophis subminiatus" + }, + { + "name": "Red-tailed bamboo pitviper", + "scientific": "Trimeresurus erythrurus" + }, + { + "name": "Red-tailed boa", + "scientific": "Boa constrictor" + }, + { + "name": "Red-tailed pipe snake", + "scientific": "Cylindrophis ruffus" + }, + { + "name": "Red blood python", + "scientific": "Python brongersmai" + }, + { + "name": "Red diamond rattlesnake", + "scientific": "Crotalus ruber" + }, + { + "name": "Reticulated python", + "scientific": "Reticulated python" + }, + { + "name": "Ribbon snake", + "scientific": "Ribbon snake" + }, + { + "name": "Ringed hognose snake", + "scientific": "Hognose" + }, + { + "name": "Rosy boa", + "scientific": "Rosy boa" + }, + { + "name": "Rough green snake", + "scientific": "Opheodrys aestivus" + }, + { + "name": "Rubber boa", + "scientific": "Rubber boa" + }, + { + "name": "Rufous beaked snake", + "scientific": "Rufous beaked snake" + }, + { + "name": "Russell's viper", + "scientific": "Russell's viper" + }, + { + "name": "San Francisco garter snake", + "scientific": "San Francisco garter snake" + }, + { + "name": "Sand boa", + "scientific": "Erycinae" + }, + { + "name": "Sand viper", + "scientific": "Sand viper" + }, + { + "name": "Saw-scaled viper", + "scientific": "Echis" + }, + { + "name": "Scarlet kingsnake", + "scientific": "Scarlet kingsnake" + }, + { + "name": "Sea snake", + "scientific": "Hydrophiinae" + }, + { + "name": "Selayer reticulated python", + "scientific": "Reticulated python" + }, + { + "name": "Shield-nosed cobra", + "scientific": "Shield-nosed cobra" + }, + { + "name": "Shield-tailed snake", + "scientific": "Uropeltidae" + }, + { + "name": "Sikkim keelback", + "scientific": "Sikkim keelback" + }, + { + "name": "Sind krait", + "scientific": "Sind krait" + }, + { + "name": "Smooth green snake", + "scientific": "Smooth green snake" + }, + { + "name": "South American hognose snake", + "scientific": "Hognose" + }, + { + "name": "South Andaman krait", + "scientific": "South Andaman krait" + }, + { + "name": "South eastern corn snake", + "scientific": "Corn snake" + }, + { + "name": "Southern Pacific rattlesnake", + "scientific": "Crotalus oreganus helleri" + }, + { + "name": "Southern black racer", + "scientific": "Southern black racer" + }, + { + "name": "Southern hognose snake", + "scientific": "Southern hognose snake" + }, + { + "name": "Southern white-lipped python", + "scientific": "Leiopython" + }, + { + "name": "Southwestern blackhead snake", + "scientific": "Tantilla hobartsmithi" + }, + { + "name": "Southwestern carpet python", + "scientific": "Morelia spilota imbricata" + }, + { + "name": "Southwestern speckled rattlesnake", + "scientific": "Crotalus mitchellii pyrrhus" + }, + { + "name": "Speckled hognose snake", + "scientific": "Hognose" + }, + { + "name": "Speckled kingsnake", + "scientific": "Lampropeltis getula holbrooki" + }, + { + "name": "Spectacled cobra", + "scientific": "Indian cobra" + }, + { + "name": "Sri Lanka cat snake", + "scientific": "Boiga ceylonensis" + }, + { + "name": "Stiletto snake", + "scientific": "Atractaspidinae" + }, + { + "name": "Stimson's python", + "scientific": "Stimson's python" + }, + { + "name": "Striped snake", + "scientific": "Japanese striped snake" + }, + { + "name": "Sumatran short-tailed python", + "scientific": "Python curtus" + }, + { + "name": "Sunbeam snake", + "scientific": "Xenopeltis" + }, + { + "name": "Taipan", + "scientific": "Taipan" + }, + { + "name": "Tan racer", + "scientific": "Coluber constrictor etheridgei" + }, + { + "name": "Tancitaran dusky rattlesnake", + "scientific": "Crotalus pusillus" + }, + { + "name": "Tanimbar python", + "scientific": "Reticulated python" + }, + { + "name": "Tasmanian tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Tawny cat snake", + "scientific": "Boiga ochracea" + }, + { + "name": "Temple pit viper", + "scientific": "Pit viper" + }, + { + "name": "Tentacled snake", + "scientific": "Erpeton tentaculatum" + }, + { + "name": "Texas Coral Snake", + "scientific": "Coral snake" + }, + { + "name": "Texas blind snake", + "scientific": "Leptotyphlops dulcis" + }, + { + "name": "Texas garter snake", + "scientific": "Texas garter snake" + }, + { + "name": "Texas lyre snake", + "scientific": "Trimorphodon biscutatus vilkinsonii" + }, + { + "name": "Texas night snake", + "scientific": "Hypsiglena jani" + }, + { + "name": "Thai cobra", + "scientific": "King cobra" + }, + { + "name": "Three-lined ground snake", + "scientific": "Atractus trilineatus" + }, + { + "name": "Tic polonga", + "scientific": "Russell's viper" + }, + { + "name": "Tiger rattlesnake", + "scientific": "Crotalus tigris" + }, + { + "name": "Tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Tigre snake", + "scientific": "Spilotes pullatus" + }, + { + "name": "Timber rattlesnake", + "scientific": "Timber rattlesnake" + }, + { + "name": "Tree snake", + "scientific": "Brown tree snake" + }, + { + "name": "Tri-color hognose snake", + "scientific": "Hognose" + }, + { + "name": "Trinket snake", + "scientific": "Trinket snake" + }, + { + "name": "Tropical rattlesnake", + "scientific": "Crotalus durissus" + }, + { + "name": "Twig snake", + "scientific": "Twig snake" + }, + { + "name": "Twin-Barred tree snake", + "scientific": "Banded flying snake" + }, + { + "name": "Twin-spotted rat snake", + "scientific": "Rat snake" + }, + { + "name": "Twin-spotted rattlesnake", + "scientific": "Crotalus pricei" + }, + { + "name": "Uracoan rattlesnake", + "scientific": "Crotalus durissus vegrandis" + }, + { + "name": "Viperidae", + "scientific": "Viperidae" + }, + { + "name": "Wall's keelback", + "scientific": "Amphiesma xenura" + }, + { + "name": "Wart snake", + "scientific": "Acrochordidae" + }, + { + "name": "Water adder", + "scientific": "Agkistrodon piscivorus" + }, + { + "name": "Water moccasin", + "scientific": "Agkistrodon piscivorus" + }, + { + "name": "West Indian racer", + "scientific": "Antiguan racer" + }, + { + "name": "Western blind snake", + "scientific": "Leptotyphlops humilis" + }, + { + "name": "Western carpet python", + "scientific": "Morelia spilota" + }, + { + "name": "Western coral snake", + "scientific": "Coral snake" + }, + { + "name": "Western diamondback rattlesnake", + "scientific": "Western diamondback rattlesnake" + }, + { + "name": "Western green mamba", + "scientific": "Western green mamba" + }, + { + "name": "Western ground snake", + "scientific": "Western ground snake" + }, + { + "name": "Western hognose snake", + "scientific": "Western hognose snake" + }, + { + "name": "Western mud snake", + "scientific": "Mud snake" + }, + { + "name": "Western tiger snake", + "scientific": "Tiger snake" + }, + { + "name": "Western woma python", + "scientific": "Woma python" + }, + { + "name": "White-lipped keelback", + "scientific": "Amphiesma leucomystax" + }, + { + "name": "Wolf snake", + "scientific": "Lycodon capucinus" + }, + { + "name": "Woma python", + "scientific": "Woma python" + }, + { + "name": "Wutu", + "scientific": "Bothrops alternatus" + }, + { + "name": "Wynaad keelback", + "scientific": "Amphiesma monticola" + }, + { + "name": "Yellow-banded sea snake", + "scientific": "Yellow-bellied sea snake" + }, + { + "name": "Yellow-bellied sea snake", + "scientific": "Yellow-bellied sea snake" + }, + { + "name": "Yellow-lipped sea snake", + "scientific": "Yellow-lipped sea krait" + }, + { + "name": "Yellow-striped rat snake", + "scientific": "Rat snake" + }, + { + "name": "Yellow anaconda", + "scientific": "Yellow anaconda" + }, + { + "name": "Yellow cobra", + "scientific": "Cape cobra" + }, + { + "name": "Yunnan keelback", + "scientific": "Amphiesma parallelum" + }, + { + "name": "Abaco Island boa", + "scientific": "Epicrates exsul" + }, + { + "name": "Agkistrodon bilineatus", + "scientific": "Agkistrodon bilineatus" + }, + { + "name": "Amazon tree boa", + "scientific": "Corallus hortulanus" + }, + { + "name": "Andaman cobra", + "scientific": "Andaman cobra" + }, + { + "name": "Angolan python", + "scientific": "Python anchietae" + }, + { + "name": "Arabian cobra", + "scientific": "Arabian cobra" + }, + { + "name": "Asp viper", + "scientific": "Vipera aspis" + }, + { + "name": "Ball Python", + "scientific": "Ball python" + }, + { + "name": "Ball python", + "scientific": "Ball python" + }, + { + "name": "Bamboo pitviper", + "scientific": "Trimeresurus gramineus" + }, + { + "name": "Banded pitviper", + "scientific": "Trimeresurus fasciatus" + }, + { + "name": "Banded water cobra", + "scientific": "Naja annulata" + }, + { + "name": "Barbour's pit viper", + "scientific": "Mixcoatlus barbouri" + }, + { + "name": "Bismarck ringed python", + "scientific": "Bothrochilus" + }, + { + "name": "Black-speckled palm-pitviper", + "scientific": "Bothriechis nigroviridis" + }, + { + "name": "Bluntnose viper", + "scientific": "Macrovipera lebetina" + }, + { + "name": "Bornean pitviper", + "scientific": "Trimeresurus borneensis" + }, + { + "name": "Borneo short-tailed python", + "scientific": "Borneo python" + }, + { + "name": "Bothrops jararacussu", + "scientific": "Bothrops jararacussu" + }, + { + "name": "Bredl's python", + "scientific": "Morelia bredli" + }, + { + "name": "Brongersma's pitviper", + "scientific": "Trimeresurus brongersmai" + }, + { + "name": "Brown spotted pitviper", + "scientific": "Trimeresurus mucrosquamatus" + }, + { + "name": "Brown water python", + "scientific": "Liasis fuscus" + }, + { + "name": "Burrowing cobra", + "scientific": "Egyptian cobra" + }, + { + "name": "Bush viper", + "scientific": "Atheris" + }, + { + "name": "Calabar python", + "scientific": "Calabar python" + }, + { + "name": "Caspian cobra", + "scientific": "Caspian cobra" + }, + { + "name": "Centralian carpet python", + "scientific": "Morelia bredli" + }, + { + "name": "Chinese tree viper", + "scientific": "Trimeresurus stejnegeri" + }, + { + "name": "Coastal carpet python", + "scientific": "Morelia spilota mcdowelli" + }, + { + "name": "Colorado desert sidewinder", + "scientific": "Crotalus cerastes laterorepens" + }, + { + "name": "Common lancehead", + "scientific": "Bothrops atrox" + }, + { + "name": "Cyclades blunt-nosed viper", + "scientific": "Macrovipera schweizeri" + }, + { + "name": "Dauan Island water python", + "scientific": "Liasis fuscus" + }, + { + "name": "De Schauensee's anaconda", + "scientific": "Eunectes deschauenseei" + }, + { + "name": "Dumeril's boa", + "scientific": "Acrantophis dumerili" + }, + { + "name": "Dusky pigmy rattlesnake", + "scientific": "Sistrurus miliarius barbouri" + }, + { + "name": "Dwarf sand adder", + "scientific": "Bitis peringueyi" + }, + { + "name": "Egyptian cobra", + "scientific": "Egyptian cobra" + }, + { + "name": "Elegant pitviper", + "scientific": "Trimeresurus elegans" + }, + { + "name": "Emerald tree boa", + "scientific": "Emerald tree boa" + }, + { + "name": "Equatorial spitting cobra", + "scientific": "Equatorial spitting cobra" + }, + { + "name": "European asp", + "scientific": "Vipera aspis" + }, + { + "name": "Eyelash palm-pitviper", + "scientific": "Bothriechis schlegelii" + }, + { + "name": "Eyelash pit viper", + "scientific": "Bothriechis schlegelii" + }, + { + "name": "Eyelash viper", + "scientific": "Bothriechis schlegelii" + }, + { + "name": "False horned viper", + "scientific": "Pseudocerastes" + }, + { + "name": "Fan-Si-Pan horned pitviper", + "scientific": "Trimeresurus cornutus" + }, + { + "name": "Fea's viper", + "scientific": "Azemiops" + }, + { + "name": "Fifty pacer", + "scientific": "Deinagkistrodon" + }, + { + "name": "Flat-nosed pitviper", + "scientific": "Trimeresurus puniceus" + }, + { + "name": "Godman's pit viper", + "scientific": "Cerrophidion godmani" + }, + { + "name": "Great Lakes bush viper", + "scientific": "Atheris nitschei" + }, + { + "name": "Green palm viper", + "scientific": "Bothriechis lateralis" + }, + { + "name": "Green tree pit viper", + "scientific": "Trimeresurus gramineus" + }, + { + "name": "Guatemalan palm viper", + "scientific": "Bothriechis aurifer" + }, + { + "name": "Guatemalan tree viper", + "scientific": "Bothriechis bicolor" + }, + { + "name": "Hagen's pitviper", + "scientific": "Trimeresurus hageni" + }, + { + "name": "Hairy bush viper", + "scientific": "Atheris hispida" + }, + { + "name": "Himehabu", + "scientific": "Ovophis okinavensis" + }, + { + "name": "Hogg Island boa", + "scientific": "Boa constrictor imperator" + }, + { + "name": "Honduran palm viper", + "scientific": "Bothriechis marchi" + }, + { + "name": "Horned desert viper", + "scientific": "Cerastes cerastes" + }, + { + "name": "Horseshoe pitviper", + "scientific": "Trimeresurus strigatus" + }, + { + "name": "Hundred pacer", + "scientific": "Deinagkistrodon" + }, + { + "name": "Hutton's tree viper", + "scientific": "Tropidolaemus huttoni" + }, + { + "name": "Indian python", + "scientific": "Python molurus" + }, + { + "name": "Indian tree viper", + "scientific": "Trimeresurus gramineus" + }, + { + "name": "Indochinese spitting cobra", + "scientific": "Indochinese spitting cobra" + }, + { + "name": "Indonesian water python", + "scientific": "Liasis mackloti" + }, + { + "name": "Javan spitting cobra", + "scientific": "Javan spitting cobra" + }, + { + "name": "Jerdon's pitviper", + "scientific": "Trimeresurus jerdonii" + }, + { + "name": "Jumping viper", + "scientific": "Atropoides" + }, + { + "name": "Jungle carpet python", + "scientific": "Morelia spilota cheynei" + }, + { + "name": "Kanburian pit viper", + "scientific": "Trimeresurus kanburiensis" + }, + { + "name": "Kaulback's lance-headed pitviper", + "scientific": "Trimeresurus kaulbacki" + }, + { + "name": "Kaznakov's viper", + "scientific": "Vipera kaznakovi" + }, + { + "name": "Kham Plateau pitviper", + "scientific": "Protobothrops xiangchengensis" + }, + { + "name": "Lachesis (genus)", + "scientific": "Lachesis (genus)" + }, + { + "name": "Large-eyed pitviper", + "scientific": "Trimeresurus macrops" + }, + { + "name": "Large-scaled tree viper", + "scientific": "Trimeresurus macrolepis" + }, + { + "name": "Leaf-nosed viper", + "scientific": "Eristicophis" + }, + { + "name": "Leaf viper", + "scientific": "Atheris squamigera" + }, + { + "name": "Levant viper", + "scientific": "Macrovipera lebetina" + }, + { + "name": "Long-nosed viper", + "scientific": "Vipera ammodytes" + }, + { + "name": "Macklot's python", + "scientific": "Liasis mackloti" + }, + { + "name": "Madagascar tree boa", + "scientific": "Sanzinia" + }, + { + "name": "Malabar rock pitviper", + "scientific": "Trimeresurus malabaricus" + }, + { + "name": "Malcolm's tree viper", + "scientific": "Trimeresurus sumatranus malcolmi" + }, + { + "name": "Mandalay cobra", + "scientific": "Mandalay spitting cobra" + }, + { + "name": "Mangrove pit viper", + "scientific": "Trimeresurus purpureomaculatus" + }, + { + "name": "Mangshan pitviper", + "scientific": "Trimeresurus mangshanensis" + }, + { + "name": "McMahon's viper", + "scientific": "Eristicophis" + }, + { + "name": "Mexican palm-pitviper", + "scientific": "Bothriechis rowleyi" + }, + { + "name": "Monocled cobra", + "scientific": "Monocled cobra" + }, + { + "name": "Motuo bamboo pitviper", + "scientific": "Trimeresurus medoensis" + }, + { + "name": "Mozambique spitting cobra", + "scientific": "Mozambique spitting cobra" + }, + { + "name": "Namaqua dwarf adder", + "scientific": "Bitis schneideri" + }, + { + "name": "Namib dwarf sand adder", + "scientific": "Bitis peringueyi" + }, + { + "name": "New Guinea carpet python", + "scientific": "Morelia spilota variegata" + }, + { + "name": "Nicobar bamboo pitviper", + "scientific": "Trimeresurus labialis" + }, + { + "name": "Nitsche's bush viper", + "scientific": "Atheris nitschei" + }, + { + "name": "Nitsche's tree viper", + "scientific": "Atheris nitschei" + }, + { + "name": "Northwestern carpet python", + "scientific": "Morelia spilota variegata" + }, + { + "name": "Nubian spitting cobra", + "scientific": "Nubian spitting cobra" + }, + { + "name": "Oenpelli python", + "scientific": "Oenpelli python" + }, + { + "name": "Olive python", + "scientific": "Liasis olivaceus" + }, + { + "name": "Pallas' viper", + "scientific": "Gloydius halys" + }, + { + "name": "Palm viper", + "scientific": "Bothriechis lateralis" + }, + { + "name": "Papuan python", + "scientific": "Apodora" + }, + { + "name": "Peringuey's adder", + "scientific": "Bitis peringueyi" + }, + { + "name": "Philippine cobra", + "scientific": "Philippine cobra" + }, + { + "name": "Philippine pitviper", + "scientific": "Trimeresurus flavomaculatus" + }, + { + "name": "Pope's tree viper", + "scientific": "Trimeresurus popeorum" + }, + { + "name": "Portuguese viper", + "scientific": "Vipera seoanei" + }, + { + "name": "Puerto Rican boa", + "scientific": "Puerto Rican boa" + }, + { + "name": "Rainbow boa", + "scientific": "Rainbow boa" + }, + { + "name": "Red spitting cobra", + "scientific": "Red spitting cobra" + }, + { + "name": "Rhinoceros viper", + "scientific": "Bitis nasicornis" + }, + { + "name": "Rhombic night adder", + "scientific": "Causus maculatus" + }, + { + "name": "Rinkhals", + "scientific": "Rinkhals" + }, + { + "name": "Rinkhals cobra", + "scientific": "Rinkhals" + }, + { + "name": "River jack", + "scientific": "Bitis nasicornis" + }, + { + "name": "Rough-scaled bush viper", + "scientific": "Atheris hispida" + }, + { + "name": "Rough-scaled python", + "scientific": "Rough-scaled python" + }, + { + "name": "Rough-scaled tree viper", + "scientific": "Atheris hispida" + }, + { + "name": "Royal python", + "scientific": "Ball python" + }, + { + "name": "Rungwe tree viper", + "scientific": "Atheris nitschei rungweensis" + }, + { + "name": "Sakishima habu", + "scientific": "Trimeresurus elegans" + }, + { + "name": "Savu python", + "scientific": "Liasis mackloti savuensis" + }, + { + "name": "Schlegel's viper", + "scientific": "Bothriechis schlegelii" + }, + { + "name": "Schultze's pitviper", + "scientific": "Trimeresurus schultzei" + }, + { + "name": "Sedge viper", + "scientific": "Atheris nitschei" + }, + { + "name": "Sharp-nosed viper", + "scientific": "Deinagkistrodon" + }, + { + "name": "Siamese palm viper", + "scientific": "Trimeresurus puniceus" + }, + { + "name": "Side-striped palm-pitviper", + "scientific": "Bothriechis lateralis" + }, + { + "name": "Snorkel viper", + "scientific": "Deinagkistrodon" + }, + { + "name": "Snouted cobra", + "scientific": "Snouted cobra" + }, + { + "name": "Sonoran sidewinder", + "scientific": "Crotalus cerastes cercobombus" + }, + { + "name": "Southern Indonesian spitting cobra", + "scientific": "Javan spitting cobra" + }, + { + "name": "Southern Philippine cobra", + "scientific": "Samar cobra" + }, + { + "name": "Spiny bush viper", + "scientific": "Atheris hispida" + }, + { + "name": "Spitting cobra", + "scientific": "Spitting cobra" + }, + { + "name": "Spotted python", + "scientific": "Spotted python" + }, + { + "name": "Sri Lankan pit viper", + "scientific": "Trimeresurus trigonocephalus" + }, + { + "name": "Stejneger's bamboo pitviper", + "scientific": "Trimeresurus stejnegeri" + }, + { + "name": "Storm water cobra", + "scientific": "Naja annulata" + }, + { + "name": "Sumatran tree viper", + "scientific": "Trimeresurus sumatranus" + }, + { + "name": "Temple viper", + "scientific": "Tropidolaemus wagleri" + }, + { + "name": "Tibetan bamboo pitviper", + "scientific": "Trimeresurus tibetanus" + }, + { + "name": "Tiger pit viper", + "scientific": "Trimeresurus kanburiensis" + }, + { + "name": "Timor python", + "scientific": "Python timoriensis" + }, + { + "name": "Tokara habu", + "scientific": "Trimeresurus tokarensis" + }, + { + "name": "Tree boa", + "scientific": "Emerald tree boa" + }, + { + "name": "Undulated pit viper", + "scientific": "Ophryacus undulatus" + }, + { + "name": "Ursini's viper", + "scientific": "Vipera ursinii" + }, + { + "name": "Wagler's pit viper", + "scientific": "Tropidolaemus wagleri" + }, + { + "name": "West African brown spitting cobra", + "scientific": "Mozambique spitting cobra" + }, + { + "name": "White-lipped tree viper", + "scientific": "Trimeresurus albolabris" + }, + { + "name": "Wirot's pit viper", + "scientific": "Trimeresurus puniceus" + }, + { + "name": "Yellow-lined palm viper", + "scientific": "Bothriechis lateralis" + }, + { + "name": "Zebra spitting cobra", + "scientific": "Naja nigricincta" + }, + { + "name": "Yarara", + "scientific": "Bothrops jararaca" + }, + { + "name": "Wetar Island python", + "scientific": "Liasis macklot" + }, + { + "name": "Urutus", + "scientific": "Bothrops alternatus" + }, + { + "name": "Titanboa", + "scientific": "Titanoboa" + } +] diff --git a/bot/resources/fun/snakes/snake_quiz.json b/bot/resources/fun/snakes/snake_quiz.json new file mode 100644 index 00000000..8c426b22 --- /dev/null +++ b/bot/resources/fun/snakes/snake_quiz.json @@ -0,0 +1,200 @@ +[ + { + "id": 0, + "question": "How long have snakes been roaming the Earth for?", + "options": { + "a": "3 million years", + "b": "30 million years", + "c": "130 million years", + "d": "200 million years" + }, + "answerkey": "c" + }, + { + "id": 1, + "question": "What characteristics do all snakes share?", + "options": { + "a": "They are carnivoes", + "b": "They are all programming languages", + "c": "They're all cold-blooded", + "d": "They are both carnivores and cold-blooded" + }, + "answerkey": "c" + }, + { + "id": 2, + "question": "How do snakes hear?", + "options": { + "a": "With small ears", + "b": "Through their skin", + "c": "Through their tail", + "d": "They don't use their ears at all" + }, + "answerkey": "b" + }, + { + "id": 3, + "question": "What can't snakes see?", + "options": { + "a": "Colour", + "b": "Light", + "c": "Both of the above", + "d": "Other snakes" + }, + "answerkey": "a" + }, + { + "id": 4, + "question": "What unique vision ability do boas and pythons possess?", + "options": { + "a": "Night vision", + "b": "Infrared vision", + "c": "See through walls", + "d": "They don't have vision" + }, + "answerkey": "b" + }, + { + "id": 5, + "question": "How does a snake smell?", + "options": { + "a": "Quite pleasant", + "b": "Through its nose", + "c": "Through its tongues", + "d": "Both through its nose and its tongues" + }, + "answerkey": "d" + }, + { + "id": 6, + "question": "Where are Jacobson's organs located in snakes?", + "options": { + "a": "Mouth", + "b": "Tail", + "c": "Stomach", + "d": "Liver" + }, + "answerkey": "a" + }, + { + "id": 7, + "question": "Snakes have very similar internal organs compared to humans. Snakes, however; lack the following:", + "options": { + "a": "A diaphragm", + "b": "Intestines", + "c": "Lungs", + "d": "Kidney" + }, + "answerkey": "a" + }, + { + "id": 8, + "question": "Snakes have different shaped lungs than humans. What do snakes have?", + "options": { + "a": "An elongated right lung", + "b": "A small left lung", + "c": "Both of the above", + "d": "None of the above" + }, + "answerkey": "c" + }, + { + "id": 9, + "question": "What's true about two-headed snakes?", + "options": { + "a": "They're a myth!", + "b": "They rarely survive in the wild", + "c": "They're very dangerous", + "d": "They can kiss each other" + }, + "answerkey": "b" + }, + { + "id": 10, + "question": "What substance covers a snake's skin?", + "options": { + "a": "Calcium", + "b": "Keratin", + "c": "Copper", + "d": "Iron" + }, + "answerkey": "b" + }, + { + "id": 11, + "question": "What snake doesn't have to have a mate to lay eggs?", + "options": { + "a": "Copperhead", + "b": "Cornsnake", + "c": "Kingsnake", + "d": "Flower pot snake" + }, + "answerkey": "d" + }, + { + "id": 12, + "question": "What snake is the longest?", + "options": { + "a": "Green anaconda", + "b": "Reticulated python", + "c": "King cobra", + "d": "Kingsnake" + }, + "answerkey": "b" + }, + { + "id": 13, + "question": "Though invasive species can now be found in the Everglades, in which three continents are pythons (members of the family Pythonidae) found in the wild?", + "options": { + "a": "Africa, Asia and Australia", + "b": "Africa, Australia and Europe", + "c": "Africa, Australia and South America", + "d": "Africa, Asia and South America" + }, + "answerkey": "a" + }, + { + "id": 14, + "question": "Pythons are held as some of the most dangerous snakes on earth, but are often confused with anacondas. Which of these is *not* a difference between pythons and anacondas?", + "options": { + "a": "Pythons suffocate their prey, anacondas crush them", + "b": "Pythons lay eggs, anacondas give birth to live young", + "c": "Pythons grow longer, anacondas grow heavier", + "d": "Pythons generally spend less time in water than anacondas do" + }, + "answerkey": "a" + }, + { + "id": 15, + "question": "Pythons are unable to chew their food, and so swallow prey whole. Which of these methods is most commonly demonstrated to help a python to swallow large prey?", + "options": { + "a": "The python's stomach pressure is reduced, so prey is sucked in", + "b": "An extra set of upper teeth 'walk' along the prey", + "c": "The python holds its head up, so prey falls into its stomach", + "d": "Prey is pushed against a barrier and is forced down the python's throat" + }, + "answerkey": "b" + }, + { + "id": 16, + "question": "Pythons, like many large constrictors, possess vestigial hind limbs. Whilst these 'spurs' serve no purpose in locomotion, how are they put to use by some male pythons? ", + "options": { + "a": "To store sperm", + "b": "To release pheromones", + "c": "To grip females during mating", + "d": "To fight off rival males" + }, + "answerkey": "c" + }, + { + "id": 17, + "question": "Pythons tend to travel by the rectilinear method (in straight lines) when on land, as opposed to the concertina method (s-shaped movement). Why do large pythons tend not to use the concertina method? ", + "options": { + "a": "Their spine is too inflexible", + "b": "They move too slowly", + "c": "The scales on their backs are too rigid", + "d": "They are too heavy" + }, + "answerkey": "d" + } +] diff --git a/bot/resources/fun/snakes/snakes_and_ladders/banner.jpg b/bot/resources/fun/snakes/snakes_and_ladders/banner.jpg Binary files differnew file mode 100644 index 00000000..69eaaf12 --- /dev/null +++ b/bot/resources/fun/snakes/snakes_and_ladders/banner.jpg diff --git a/bot/resources/fun/snakes/snakes_and_ladders/board.jpg b/bot/resources/fun/snakes/snakes_and_ladders/board.jpg Binary files differnew file mode 100644 index 00000000..20032e39 --- /dev/null +++ b/bot/resources/fun/snakes/snakes_and_ladders/board.jpg diff --git a/bot/resources/fun/snakes/special_snakes.json b/bot/resources/fun/snakes/special_snakes.json new file mode 100644 index 00000000..46214f66 --- /dev/null +++ b/bot/resources/fun/snakes/special_snakes.json @@ -0,0 +1,16 @@ +[ + { + "name": "Bob Ross", + "info": "Robert Norman Ross (October 29, 1942 – July 4, 1995) was an American painter, art instructor, and television host. He was the creator and host of The Joy of Painting, an instructional television program that aired from 1983 to 1994 on PBS in the United States, and also aired in Canada, Latin America, and Europe.", + "image_list": [ + "https://d3atagt0rnqk7k.cloudfront.net/wp-content/uploads/2016/09/23115633/bob-ross-1-1280x800.jpg" + ] + }, + { + "name": "Mystery Snake", + "info": "The Mystery Snake is rumored to be a thin, serpentine creature that hides in spaghetti dinners. It has yellow, pasta-like scales with a completely smooth texture, and is quite glossy. ", + "image_list": [ + "https://img.thrfun.com/img/080/349/spaghetti_dinner_l1.jpg" + ] + } +] diff --git a/bot/resources/fun/speedrun_links.json b/bot/resources/fun/speedrun_links.json new file mode 100644 index 00000000..acb5746a --- /dev/null +++ b/bot/resources/fun/speedrun_links.json @@ -0,0 +1,18 @@ + [ + "https://www.youtube.com/watch?v=jNE28SDXdyQ", + "https://www.youtube.com/watch?v=iI8Giq7zQDk", + "https://www.youtube.com/watch?v=VqNnkqQgFbc", + "https://www.youtube.com/watch?v=Gum4GI2Jr0s", + "https://www.youtube.com/watch?v=5YHjHzHJKkU", + "https://www.youtube.com/watch?v=X0pJSTy4tJI", + "https://www.youtube.com/watch?v=aVFq0H6D6_M", + "https://www.youtube.com/watch?v=1O6LuJbEbSI", + "https://www.youtube.com/watch?v=Bgh30BiWG58", + "https://www.youtube.com/watch?v=wwvgAAvhxM8", + "https://www.youtube.com/watch?v=0TWQr0_fi80", + "https://www.youtube.com/watch?v=hatqZby-0to", + "https://www.youtube.com/watch?v=tmnMq2Hw72w", + "https://www.youtube.com/watch?v=UTkyeTCAucA", + "https://www.youtube.com/watch?v=67kQ3l-1qMs", + "https://www.youtube.com/watch?v=14wqBA5Q1yc" +] diff --git a/bot/resources/fun/trivia_quiz.json b/bot/resources/fun/trivia_quiz.json new file mode 100644 index 00000000..8008838c --- /dev/null +++ b/bot/resources/fun/trivia_quiz.json @@ -0,0 +1,912 @@ +{ + "retro": [ + { + "id": 1, + "hints": [ + "It is not a mainline Mario Game, although the plumber is present.", + "It is not a mainline Zelda Game, although Link is present." + ], + "question": "What is the best selling game on the Nintendo GameCube?", + "answer": "Super Smash Bros" + }, + { + "id": 2, + "hints": [ + "It was released before the 90's.", + "It was released after 1980." + ], + "question": "What year was Tetris released?", + "answer": "1984" + }, + { + "id": 3, + "hints": [ + "The occupation was in construction", + "He appeared as this kind of worker in 1981's Donkey Kong" + ], + "question": "What was Mario's original occupation?", + "answer": "Carpenter" + }, + { + "id": 4, + "hints": [ + "It was revealed in the Nintendo Character Guide in 1993.", + "His last name has to do with eating Mario's enemies." + ], + "question": "What is Yoshi's (from Mario Bros.) full name?", + "answer": "Yoshisaur Munchakoopas" + }, + { + "id": 5, + "hints": [ + "The game was released in 1990.", + "It was released on the SNES." + ], + "question": "What was the first game Yoshi appeared in?", + "answer": "Super Mario World" + }, + { + "id": 6, + "hints": [ + "They were used alternatively to playing cards.", + "They generally have handdrawn nature images on them." + ], + "question": "What did Nintendo make before video games and toys?", + "answer": "Hanafuda, Hanafuda cards" + }, + { + "id": 7, + "hints": [ + "Before being Nintendo's main competitor in home gaming, they were successful in arcades.", + "Their first console was called the Master System." + ], + "question": "Who was Nintendo's biggest competitor in 1990?", + "answer": "Sega" + } + ], + "general": [ + { + "id": 100, + "question": "Name \"the land of a thousand lakes\"", + "answer": "Finland", + "info": "Finland is a country in Northern Europe. Sweden borders it to the northwest, Estonia to the south, Russia to the east, and Norway to the north. Finland is part of the European Union with its capital city being Helsinki. With a population of 5.5 million people, it has over 187,000 lakes. The thousands of lakes in Finland are the reason why the country's nickname is \"the land of a thousand lakes.\"" + }, + { + "id": 101, + "question": "Who was the winner of FIFA 2018?", + "answer": "France", + "info": "France 4 - 2 Croatia" + }, + { + "id": 102, + "question": "What is the largest ocean in the world?", + "answer": "Pacific", + "info": "The Pacific Ocean is the largest and deepest of the world ocean basins. Covering approximately 63 million square miles and containing more than half of the free water on Earth, the Pacific is by far the largest of the world's ocean basins." + }, + { + "id": 103, + "question": "Who gifted the Statue Of Liberty?", + "answer": "France", + "info": "The Statue of Liberty was a gift from the French people commemorating the alliance of France and the United States during the American Revolution. Yet, it represented much more to those individuals who proposed the gift." + }, + { + "id": 104, + "question": "Which country is known as the \"Land Of The Rising Sun\"?", + "answer": "Japan", + "info": "The title stems from the Japanese names for Japan, Nippon/Nihon, both literally translating to \"the suns origin\"." + }, + { + "id": 105, + "question": "What's known as the \"Playground of Europe\"?", + "answer": "Switzerland", + "info": "It comes from the title of a book written in 1870 by Leslie Stephen (father of Virginia Woolf) detailing his exploits of mountain climbing (not skiing) of which sport he was one of the pioneers and trekking or walking." + }, + { + "id": 106, + "question": "Which country is known as the \"Land of Thunderbolt\"?", + "answer": "Bhutan", + "info": "Bhutan is known as the \"Land of Thunder Dragon\" or \"Land of Thunderbolt\" due to the violent and large thunderstorms that whip down through the valleys from the Himalayas. The dragon reference was due to people thinking the sparkling light of thunderbolts was the red fire of a dragon." + }, + { + "id": 107, + "question": "Which country is the largest producer of tea in the world?", + "answer": "China", + "info": "Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production." + }, + { + "id": 108, + "question": "Which country is the largest producer of coffee?", + "answer": "Brazil", + "info": "Brazil is the world's largest coffee producer. In 2016, Brazil produced a staggering 2,595,000 metric tons of coffee beans. It is not a new development, as Brazil has been the highest global producer of coffee beans for over 150 years." + }, + { + "id": 109, + "question": "Which country is Mount Etna, one of the most active volcanoes in the world, located?", + "answer": "Italy", + "info": "Mount Etna is the highest volcano in Europe. Towering above the city of Catania on the island of Sicily, it has been growing for about 500,000 years and is in the midst of a series of eruptions that began in 2001." + }, + { + "id": 110, + "question": "Which country is called \"Battleground of Europe?\"", + "answer": "Belgium", + "info": "Belgium has been the \"Battleground of Europe\" since the Roman Empire as it had no natural protection from its larger neighbouring countries. The battles of Oudenaarde, Ramillies, Waterloo, Ypres and Bastogne were all fought on Belgian soil." + }, + { + "id": 111, + "question": "Which is the largest tropical rain forest in the world?", + "answer": "Amazon", + "info": "The Amazon is regarded as vital in the fight against global warming due to its ability to absorb carbon from the air. It's often referred to as the \"lungs of the Earth,\" as more than 20 per cent of the world's oxygen is produced there." + }, + { + "id": 112, + "question": "Which is the largest island in the world?", + "answer": "Greenland", + "info": "Commonly thought to be Australia, but as it's actually a continental landmass, it doesn't get to make it in the list." + }, + { + "id": 113, + "question": "What's the name of the tallest waterfall in the world.", + "answer": "Angel Falls", + "info": "Angel Falls (Salto \u00c1ngel) in Venezuela is the highest waterfall in the world. The falls are 3230 feet in height, with an uninterrupted drop of 2647 feet. Angel Falls is located on a tributary of the Rio Caroni." + }, + { + "id": 114, + "question": "What country is called \"Land of White Elephants\"?", + "answer": "Thailand", + "info": "White elephants were regarded to be holy creatures in ancient Thailand and some other countries. Today, white elephants are still used as a symbol of divine and royal power in the country. Ownership of a white elephant symbolizes wealth, success, royalty, political power, wisdom, and prosperity." + }, + { + "id": 115, + "question": "Which city is in two continents?", + "answer": "Istanbul", + "info": "Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe." + }, + { + "id": 116, + "question": "The Valley Of The Kings is located in which country?", + "answer": "Egypt", + "info": "The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom (the Eighteenth to the Twentieth Dynasties of Ancient Egypt)." + }, + { + "id": 117, + "question": "Diamonds are always nice in Minecraft, but can you name the \"Diamond Capital in the World\"?", + "answer": "Antwerp", + "info": "Antwerp, Belgium is where 60-80% of the world's diamonds are cut and traded, and is known as the \"Diamond Capital of the World.\"" + }, + { + "id": 118, + "question": "Where is the \"International Court Of Justice\" located at?", + "answer": "The Hague", + "info": "" + }, + { + "id": 119, + "question": "In which country is Bali located in?", + "answer": "Indonesia", + "info": "" + }, + { + "id": 120, + "question": "What country is the world's largest coral reef system, the \"Great Barrier Reef\", located in?", + "answer": "Australia", + "info": "The Great Barrier Reef is the world's largest coral reef system composed of over 2,900 individual reefs and 900 islands stretching for over 2,300 kilometres (1,400 mi) over an area of approximately 344,400 square kilometres (133,000 sq mi). The reef is located in the Coral Sea, off the coast of Queensland, Australia." + }, + { + "id": 121, + "question": "When did the First World War start?", + "answer": "1914", + "info": "The first world war began in August 1914. It was directly triggered by the assassination of the Austrian archduke, Franz Ferdinand and his wife, on 28th June 1914 by Bosnian revolutionary, Gavrilo Princip. This event was, however, simply the trigger that set off declarations of war." + }, + { + "id": 122, + "question": "Which is the largest hot desert in the world?", + "answer": "Sahara", + "info": "The Sahara Desert covers 3.6 million square miles. It is almost the same size as the United States or China. There are sand dunes in the Sahara as tall as 590 feet." + }, + { + "id": 123, + "question": "Who lived at 221B, Baker Street, London?", + "answer": "Sherlock Holmes", + "info": "" + }, + { + "id": 124, + "question": "When did the Second World War end?", + "answer": "1945", + "info": "World War 2 ended with the unconditional surrender of the Axis powers. On 8 May 1945, the Allies accepted Germany's surrender, about a week after Adolf Hitler had committed suicide. VE Day \u2013 Victory in Europe celebrates the end of the Second World War on 8 May 1945." + }, + { + "id": 125, + "question": "What is the name of the largest dam in the world?", + "answer": "Three Gorges Dam", + "info": "At 1.4 miles wide (2.3 kilometers) and 630 feet (192 meters) high, Three Gorges Dam is the largest hydroelectric dam in the world, according to International Water Power & Dam Construction magazine. Three Gorges impounds the Yangtze River about 1,000 miles (1,610 km) west of Shanghai." + }, + { + "id": 126, + "question": "Which is the smallest planet in the Solar System?", + "answer": "Mercury", + "info": "Mercury is the smallest planet in our solar system. It's just a little bigger than Earth's moon. It is the closest planet to the sun, but it's actually not the hottest. Venus is hotter." + }, + { + "id": 127, + "question": "What is the smallest country?", + "answer": "Vatican City", + "info": "With an area of 0.17 square miles (0.44 km2) and a population right around 1,000, Vatican City is the smallest country in the world, both in terms of size and population." + }, + { + "id": 128, + "question": "What's the name of the largest bird?", + "answer": "Ostrich", + "info": "The largest living bird, a member of the Struthioniformes, is the ostrich (Struthio camelus), from the plains of Africa and Arabia. A large male ostrich can reach a height of 2.8 metres (9.2 feet) and weigh over 156 kilograms (344 pounds)." + }, + { + "id": 129, + "question": "What does the acronym GPRS stand for?", + "answer": "General Packet Radio Service", + "info": "General Packet Radio Service (GPRS) is a packet-based mobile data service on the global system for mobile communications (GSM) of 3G and 2G cellular communication systems. It is a non-voice, high-speed and useful packet-switching technology intended for GSM networks." + }, + { + "id": 130, + "question": "In what country is the Ebro river located?", + "answer": "Spain", + "info": "The Ebro river is located in Spain. It is 930 kilometers long and it's the second longest river that ends on the Mediterranean Sea." + }, + { + "id": 131, + "question": "What year was the IBM PC model 5150 introduced into the market?", + "answer": "1981", + "info": "The IBM PC was introduced into the market in 1981. It used the Intel 8088, with a clock speed of 4.77 MHz, along with the MDA and CGA as a video card." + }, + { + "id": 132, + "question": "What's the world's largest urban area?", + "answer": "Tokyo", + "info": "Tokyo is the most populated city in the world, with a population of 37 million people. It is located in Japan." + }, + { + "id": 133, + "question": "How many planets are there in the Solar system?", + "answer": "8", + "info": "In the Solar system, there are 8 planets: Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune. Pluto isn't considered a planet in the Solar System anymore." + }, + { + "id": 134, + "question": "What is the capital of Iraq?", + "answer": "Baghdad", + "info": "Baghdad is the capital of Iraq. It has a population of 7 million people." + }, + { + "id": 135, + "question": "The United Nations headquarters is located at which city?", + "answer": "New York", + "info": "The United Nations is headquartered in New York City in a complex designed by a board of architects led by Wallace Harrison and built by the architectural firm Harrison & Abramovitz. The complex has served as the official headquarters of the United Nations since its completion in 1951." + }, + { + "id": 136, + "question": "At what year did Christopher Columbus discover America?", + "answer": "1492", + "info": "The explorer Christopher Columbus made four trips across the Atlantic Ocean from Spain: in 1492, 1493, 1498 and 1502. He was determined to find a direct water route west from Europe to Asia, but he never did. Instead, he stumbled upon the Americas" + } + ], + "math": [ + { + "id": 201, + "question": "What is the highest power of a biquadratic polynomial?", + "answer": "4, four" + }, + { + "id": 202, + "question": "What is the formula for surface area of a sphere?", + "answer": "4pir^2, 4πr^2" + }, + { + "id": 203, + "question": "Which theorem states that hypotenuse^2 = base^2 + height^2?", + "answer": "Pythagorean's, Pythagorean's theorem" + }, + { + "id": 204, + "question": "Which trigonometric function is defined as hypotenuse/opposite?", + "answer": "cosecant, cosec, csc" + }, + { + "id": 205, + "question": "Does the harmonic series converge or diverge?", + "answer": "diverge" + }, + { + "id": 206, + "question": "How many quadrants are there in a cartesian plane?", + "answer": "4, four" + }, + { + "id": 207, + "question": "What is the (0,0) coordinate in a cartesian plane termed as?", + "answer": "origin" + }, + { + "id": 208, + "question": "What's the following formula that finds the area of a triangle called?", + "img_url": "https://wikimedia.org/api/rest_v1/media/math/render/png/d22b8566e8187542966e8d166e72e93746a1a6fc", + "answer": "Heron's formula, Heron" + }, + { + "id": 209, + "dynamic_id": 201, + "question": "Solve the following system of linear equations (format your answer like this <x> & <y>):\n{}x + {}y = {},\n{}x + {}y = {}", + "answer": "{} & {}" + }, + { + "id": 210, + "dynamic_id": 202, + "question": "What's {} + {} mod {} congruent to?", + "answer": "{}" + }, + { + "id": 211, + "question": "What is the bottom number on a fraction called?", + "answer": "denominator" + }, + { + "id": 212, + "dynamic_id": 203, + "question": "How many vertices are on a {}gonal prism?", + "answer": "{}" + }, + { + "id": 213, + "question": "What is the term used to describe two triangles that have equal corresponding sides and angle measures?", + "answer": "congruent" + }, + { + "id": 214, + "question": "⅓πr^2h is the volume of which 3 dimensional figure?", + "answer": "cone" + }, + { + "id": 215, + "dynamic_id": 204, + "question": "Find the square root of -{}.", + "answer": "{}i" + }, + { + "id": 216, + "question": "In set builder notation, what does {p/q | q ≠ 0, p & q ∈ Z} represent?", + "answer": "Rationals, Rational Numbers" + }, + { + "id": 217, + "question": "What is the natural log of -1 (use i for imaginary number)?", + "answer": "pi*i, pii, πi" + }, + { + "id": 218, + "question": "When is the *inaugural* World Maths Day (format your answer in MM/DD)?", + "answer": "03/13" + }, + { + "id": 219, + "question": "As the Fibonacci sequence extends to infinity, what's the ratio of each number `n` and its preceding number `n-1` approaching?", + "answer": "Golden Ratio" + }, + { + "id": 220, + "question": "0, 1, 1, 2, 3, 5, 8, 13, 21, 34 are numbers of which sequence?", + "answer": "Fibonacci" + }, + { + "id": 221, + "question": "Prime numbers only have __ factors.", + "answer": "2, two" + }, + { + "id": 222, + "question": "In probability, the \\_\\_\\_\\_\\_\\_ \\_\\_\\_\\_\\_ of an experiment or random trial is the set of all possible outcomes of it.", + "answer": "sample space" + }, + { + "id": 223, + "question": "In statistics, what does this formula represent?", + "img_url": "https://www.statisticshowto.com/wp-content/uploads/2013/11/sample-standard-deviation.jpg", + "answer": "sample standard deviation, standard deviation of a sample" + }, + { + "id": 224, + "question": "\"Hexakosioihexekontahexaphobia\" is the fear of which number?", + "answer": "666" + }, + { + "id": 225, + "question": "A matrix multiplied by its inverse matrix equals...", + "answer": "the identity matrix, identity matrix" + }, + { + "id": 226, + "dynamic_id": 205, + "question": "BASE TWO QUESTION: Calculate {:b} {} {:b}", + "answer": "{:b}" + }, + { + "id": 227, + "question": "What is the only number in the entire number system which can be spelled with the same number of letters as itself?", + "answer": "4, four" + + }, + { + "id": 228, + "question": "1/100th of a second is also termed as what?", + "answer": "a jiffy, jiffy, centisecond" + }, + { + "id": 229, + "question": "What is this triangle called?", + "img_url": "https://cdn.askpython.com/wp-content/uploads/2020/07/Pascals-triangle.png", + "answer": "Pascal's triangle, Pascal" + }, + { + "id": 230, + "question": "6a^2 is the surface area of which 3 dimensional figure?", + "answer": "cube" + } + ], + "science": [ + { + "id": 301, + "question": "The three main components of a normal atom are: protons, neutrons, and...", + "answer": "electrons" + }, + { + "id": 302, + "question": "As of 2021, how many elements are there in the Periodic Table?", + "answer": "118" + }, + { + "id": 303, + "question": "What is the universal force discovered by Newton that causes objects with mass to attract each other called?", + "answer": "gravity" + }, + { + "id": 304, + "question": "What do you call an organism composed of only one cell?", + "answer": "unicellular, single-celled" + }, + { + "id": 305, + "question": "The Heisenberg's Uncertainty Principle states that the position and \\_\\_\\_\\_\\_\\_\\_\\_ of a quantum object can't be both exactly measured at the same time.", + "answer": "velocity, momentum" + }, + { + "id": 306, + "question": "A \\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_ reaction is the one wherein an atom or a set of atoms is/are replaced by another atom or a set of atoms", + "answer": "displacement, exchange" + }, + { + "id": 307, + "question": "What is the process by which green plants and certain other organisms transform light energy into chemical energy?", + "answer": "photosynthesis" + }, + { + "id": 308, + "dynamic_id": 301, + "question": "What is the {} planet of our Solar System?", + "answer": "{}" + }, + { + "id": 309, + "dynamic_id": 302, + "question": "In the biological taxonomic hierarchy, what is placed directly above {}?", + "answer": "{}" + }, + { + "id": 310, + "dynamic_id": 303, + "question": "How does one describe the unit {} in SI base units?\n**IMPORTANT:** enclose answer in backticks, use \\* for multiplication, ^ for exponentiation, and place your base units in this order: m - kg - s - A", + "img_url": "https://i.imgur.com/NRzU6tf.png", + "answer": "`{}`" + }, + { + "id": 311, + "question": "How does one call the direct phase transition from gas to solid?", + "answer": "deposition" + }, + { + "id": 312, + "question": "What is the intermolecular force caused by temporary and induced dipoles?", + "answer": "LDF, London dispersion, London dispersion force" + }, + { + "id": 313, + "question": "What is the force that causes objects to float in fluids called?", + "answer": "buoyancy" + }, + { + "id": 314, + "question": "About how many neurons are in the human brain?\n(A. 1 billion, B. 10 billion, C. 100 billion, D. 300 billion)", + "answer": "C, 100 billion, 100 bil" + }, + { + "id": 315, + "question": "What is the name of our galaxy group in which the Milky Way resides?", + "answer": "Local Group" + }, + { + "id": 316, + "question": "Which cell organelle is nicknamed \"the powerhouse of the cell\"?", + "answer": "mitochondria" + }, + { + "id": 317, + "question": "Which vascular tissue transports water and minerals from the roots to the rest of a plant?", + "answer": "the xylem, xylem" + }, + { + "id": 318, + "question": "Who discovered the theories of relativity?", + "answer": "Albert Einstein, Einstein" + }, + { + "id": 319, + "question": "In particle physics, the hypothetical isolated elementary particle with only one magnetic pole is termed as...", + "answer": "magnetic monopole" + }, + { + "id": 320, + "question": "How does one describe a chemical reaction wherein heat is released?", + "answer": "exothermic" + }, + { + "id": 321, + "question": "What range of frequency are the average human ears capable of hearing?\n(A. 10Hz-10kHz, B. 20Hz-20kHz, C. 20Hz-2000Hz, D. 10kHz-20kHz)", + "answer": "B, 20Hz-20kHz" + }, + { + "id": 322, + "question": "What is the process used to separate substances with different polarity in a mixture, using a stationary and mobile phase?", + "answer": "chromatography" + }, + { + "id": 323, + "question": "Which law states that the current through a conductor between two points is directly proportional to the voltage across the two points?", + "answer": "Ohm's law" + }, + { + "id": 324, + "question": "The type of rock that is formed by the accumulation or deposition of mineral or organic particles at the Earth's surface, followed by cementation, is called...", + "answer": "sedimentary, sedimentary rock" + }, + { + "id": 325, + "question": "Is the Richter scale (common earthquake scale) linear or logarithmic?", + "answer": "logarithmic" + }, + { + "id": 326, + "question": "What type of image is formed by a convex mirror?", + "answer": "virtual image, virtual" + }, + { + "id": 327, + "question": "How does one call the branch of physics that deals with the study of mechanical waves in gases, liquids, and solids including topics such as vibration, sound, ultrasound and infrasound", + "answer": "acoustics" + }, + { + "id": 328, + "question": "Which law states that the global entropy in a closed system can only increase?", + "answer": "second law, second law of thermodynamics" + }, + { + "id": 329, + "question": "Which particle is emitted during the beta decay of a radioactive element?", + "answer": "an electron, the electron, electron" + }, + { + "id": 330, + "question": "When DNA is unzipped, two strands are formed. What are they called (separate both answers by the word \"and\")?", + "answer": "leading and lagging, leading strand and lagging strand" + } + ], + "cs": [ + { + "id": 401, + "question": "What does HTML stand for?", + "answer": "HyperText Markup Language" + }, + { + "id": 402, + "question": "What does ASCII stand for?", + "answer": "American Standard Code for Information Interchange" + }, + { + "id": 403, + "question": "What does SASS stand for?", + "answer": "Syntactically Awesome Stylesheets, Syntactically Awesome Style Sheets" + }, + { + "id": 404, + "question": "In neural networks, \\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_ is an algorithm for supervised learning using gradient descent.", + "answer": "backpropagation" + }, + { + "id": 405, + "question": "What is computing capable of performing exaFLOPS called?", + "answer": "exascale computing, exascale" + }, + { + "id": 406, + "question": "In quantum computing, what is the full name of \"qubit\"?", + "answer": "quantum binary digit" + }, + { + "id": 407, + "question": "Given that January 1, 1970 is the starting epoch of time_t in c time, and that time_t is stored as a signed 32-bit integer, when will unix time roll over (year)?", + "answer": "2038" + }, + { + "id": 408, + "question": "What are the components of digital devices that make up logic gates called?", + "answer": "transistors" + }, + { + "id": 409, + "question": "How many possible public IPv6 addresses are there (answer in 2^n)?", + "answer": "2^128" + }, + { + "id": 410, + "question": "A hypothetical point in time at which technological growth becomes uncontrollable and irreversible, resulting in unforeseeable changes to human civilization is termed as...?", + "answer": "technological singularity, singularity" + }, + { + "id": 411, + "question": "In cryptography, the practice of establishing a shared secret between two parties using public keys and private keys is called...?", + "answer": "key exchange" + }, + { + "id": 412, + "question": "How many bits are in a TCP checksum header?", + "answer": "16, sixteen" + }, + { + "id": 413, + "question": "What is the most popular protocol (as of 2021) that handles communication between email servers?", + "answer": "SMTP, Simple Mail Transfer Protocol" + }, + { + "id": 414, + "question": "Which port does SMTP use to communicate between email servers? (assuming its plaintext)", + "answer": "25" + }, + { + "id": 415, + "question": "Which DNS record contains mail servers of a given domain?", + "answer": "MX, mail exchange" + }, + { + "id": 416, + "question": "Which newline sequence does HTTP use?", + "answer": "carriage return line feed, CRLF, \\r\\n" + }, + { + "id": 417, + "question": "What does one call the optimization technique used in CPU design that attempts to guess the outcome of a conditional operation and prepare for the most likely result?", + "answer": "branch prediction" + }, + { + "id": 418, + "question": "Name a universal logic gate.", + "answer": "NAND, NOR" + }, + { + "id": 419, + "question": "What is the mathematical formalism which functional programming was built on?", + "answer": "lambda calculus" + }, + { + "id": 420, + "question": "Why is a DDoS attack different from a DoS attack?\n(A. because the victim's server was indefinitely disrupted from the amount of traffic, B. because it also attacks the victim's confidentiality, C. because the attack had political purposes behind it, D. because the traffic flooding the victim originated from many different sources)", + "answer": "D" + }, + { + "id": 421, + "question": "What is a HTTP/1.1 feature that was superseded by HTTP/2 multiplexing and is unsupported in most browsers nowadays?", + "answer": "pipelining" + }, + { + "id": 422, + "question": "Which of these languages is the oldest?\n(Tcl, Smalltalk 80, Haskell, Standard ML, Java)", + "answer": "Smalltalk 80" + }, + { + "id": 423, + "question": "What is the name for unicode codepoints that do not fit into 16 bits?", + "answer": "surrogates" + }, + { + "id": 424, + "question": "Under what locale does making a string lowercase behave differently?", + "answer": "Turkish" + }, + { + "id": 425, + "question": "What does the \"a\" represent in a HSLA color value?", + "answer": "transparency, translucency, alpha value, alpha channel, alpha" + }, + { + "id": 426, + "question": "What is the section of a GIF that is limited to 256 colors called?", + "answer": "image block" + }, + { + "id": 427, + "question": "What is an interpreter capable of interpreting itself called?", + "answer": "metainterpreter" + }, + { + "id": 428, + "question": "Due to what data storage medium did old programming languages, such as cobol, ignore all characters past the 72nd column?", + "answer": "punch cards" + }, + { + "id": 429, + "question": "Which of these sorting algorithms is not stable?\n(Counting sort, quick sort, insertion sort, tim sort, bubble sort)", + "answer": "quick, quick sort" + }, + { + "id": 430, + "question": "Which of these languages is the youngest?\n(Lisp, Python, Java, Haskell, Prolog, Ruby, Perl)", + "answer": "Java" + } + ], + "python": [ + { + "id": 501, + "question": "Is everything an instance of the `object` class (y/n)?", + "answer": "y, yes" + }, + { + "id": 502, + "question": "Name the only non-dunder method of the builtin slice object.", + "answer": "indices" + }, + { + "id": 503, + "question": "What exception, other than `StopIteration`, can you raise from a `__getitem__` dunder to indicate to an iterator that it should stop?", + "answer": "IndexError" + }, + { + "id": 504, + "question": "What type does the `&` operator return when given 2 `dict_keys` objects?", + "answer": "set" + }, + { + "id": 505, + "question": "Can you pickle a running `list_iterator` (y/n)?", + "answer": "y, yes" + }, + { + "id": 506, + "question": "What attribute of a closure contains the value closed over?", + "answer": "cell_contents" + }, + { + "id": 507, + "question": "What name does a lambda function have?", + "answer": "<lambda>" + }, + { + "id": 508, + "question": "Which file contains all special site builtins, such as help or credits?", + "answer": "_sitebuiltins" + }, + { + "id": 509, + "question": "Which module when imported opens up a web browser tab that points to the classic 353 XKCD comic mentioning Python?", + "answer": "antigravity" + }, + { + "id": 510, + "question": "Which attribute is the documentation string of a function/method/class stored in (answer should be enclosed in backticks!)?", + "answer": "`__doc__`" + }, + { + "id": 511, + "question": "What is the official name of this operator `:=`, introduced in 3.8?", + "answer": "assignment-expression operator" + }, + { + "id": 512, + "question": "When was Python first released?", + "answer": "1991" + }, + { + "id": 513, + "question": "Where does the name Python come from?", + "answer": "Monty Python, Monty Python's Flying Circus" + }, + { + "id": 514, + "question": "How is infinity represented in Python?", + "answer": "float(\"infinity\"), float('infinity'), float(\"inf\"), float('inf')" + }, + { + "id": 515, + "question": "Which of these characters is valid python outside of string literals in some context?\n(`@`, `$`, `?`)", + "answer": "@" + }, + { + "id": 516, + "question": "Which standard library module is designed for making simple parsers for languages like shell, as well as safe quoting of strings for use in a shell?", + "answer": "shlex" + }, + { + "id": 517, + "question": "Which one of these protocols/abstract base classes does the builtin `range` object NOT implement?\n(`Sequence`, `Iterable`, `Generator`)", + "answer": "Generator" + }, + { + "id": 518, + "question": "What decorator is used to allow a protocol to be checked at runtime?", + "answer": "runtime_checkable, typing.runtime_checkable" + }, + { + "id": 519, + "question": "Does `numbers.Rational` include the builtin object float (y/n)", + "answer": "n, no" + }, + { + "id": 520, + "question": "What is a package that doesn't have a `__init__` file called?", + "answer":"namespace package" + }, + { + "id": 521, + "question": "What file extension is used by the site module to determine what to do at every start?", + "answer": ".pth" + }, + { + "id": 522, + "question": "What is the garbage collection strategy used by cpython to collect everything but reference cycles?", + "answer": "reference counting, refcounting" + }, + { + "id": 523, + "question": "What dunder method is used by the tuple constructor to optimize converting an iterator to a tuple (answer should be enclosed in backticks!)?", + "answer": "`__length_hint__`" + }, + { + "id": 524, + "question": "Which protocol is used to pass self to methods when accessed on classes?", + "answer": "Descriptor" + }, + { + "id": 525, + "question": "Which year was Python 3 released?", + "answer": "2008" + }, + { + "id": 526, + "question": "Which of these is not a generator method?\n(`next`, `send`, `throw`, `close`)", + "answer": "next" + }, + { + "id": 527, + "question": "Is the `__aiter__` method async (y/n)?", + "answer": "n, no" + }, + { + "id": 528, + "question": "How does one call a class who defines the behavior of their instance classes?", + "answer": "a metaclass, metaclass" + }, + { + "id": 529, + "question": "Which of these is a subclass of `Exception`?\n(`NotImplemented`, `asyncio.CancelledError`, `StopIteration`)", + "answer": "StopIteration" + }, + { + "id": 530, + "question": "What type is the attribute of a frame object that contains the current local variables?", + "answer": "dict" + } + ] +} diff --git a/bot/resources/fun/wonder_twins.yaml b/bot/resources/fun/wonder_twins.yaml new file mode 100644 index 00000000..05e8d749 --- /dev/null +++ b/bot/resources/fun/wonder_twins.yaml @@ -0,0 +1,99 @@ +water_types: + - ice + - water + - steam + - snow + +objects: + - a bucket + - a spear + - a wall + - a lake + - a ladder + - a boat + - a vial + - a ski slope + - a hand + - a ramp + - clippers + - a bridge + - a dam + - a glacier + - a crowbar + - stilts + - a pole + - a hook + - a wave + - a cage + - a basket + - bolt cutters + - a trapeze + - a puddle + - a toboggan + - a gale + - a cloud + - a unicycle + - a spout + - a sheet + - a gelatin dessert + - a saw + - a geyser + - a jet + - a ball + - handcuffs + - a door + - a row + - a gondola + - a sled + - a rocket + - a swing + - a blizzard + - a saddle + - cubes + - a horse + - a knight + - a rocket pack + - a slick + - a drill + - a shield + - a crane + - a reflector + - a bowling ball + - a turret + - a catapault + - a blanket + - balls + - a faucet + - shears + - a thunder cloud + - a net + - a yoyo + - a block + - a straight-jacket + - a slingshot + - a jack + - a car + - a club + - a vault + - a storm + - a wrench + - an anchor + - a beast + +adjectives: + - a large + - a giant + - a massive + - a small + - a tiny + - a super cool + - a frozen + - a minuscule + - a minute + - a microscopic + - a very small + - a little + - a huge + - an enourmous + - a gigantic + - a great diff --git a/bot/resources/fun/xkcd_colours.json b/bot/resources/fun/xkcd_colours.json new file mode 100644 index 00000000..3feeb639 --- /dev/null +++ b/bot/resources/fun/xkcd_colours.json @@ -0,0 +1,951 @@ +{ + "cloudy blue": "0xacc2d9", + "dark pastel green": "0x56ae57", + "dust": "0xb2996e", + "electric lime": "0xa8ff04", + "fresh green": "0x69d84f", + "light eggplant": "0x894585", + "nasty green": "0x70b23f", + "really light blue": "0xd4ffff", + "tea": "0x65ab7c", + "warm purple": "0x952e8f", + "yellowish tan": "0xfcfc81", + "cement": "0xa5a391", + "dark grass green": "0x388004", + "dusty teal": "0x4c9085", + "grey teal": "0x5e9b8a", + "macaroni and cheese": "0xefb435", + "pinkish tan": "0xd99b82", + "spruce": "0x0a5f38", + "strong blue": "0x0c06f7", + "toxic green": "0x61de2a", + "windows blue": "0x3778bf", + "blue blue": "0x2242c7", + "blue with a hint of purple": "0x533cc6", + "booger": "0x9bb53c", + "bright sea green": "0x05ffa6", + "dark green blue": "0x1f6357", + "deep turquoise": "0x017374", + "green teal": "0x0cb577", + "strong pink": "0xff0789", + "bland": "0xafa88b", + "deep aqua": "0x08787f", + "lavender pink": "0xdd85d7", + "light moss green": "0xa6c875", + "light seafoam green": "0xa7ffb5", + "olive yellow": "0xc2b709", + "pig pink": "0xe78ea5", + "deep lilac": "0x966ebd", + "desert": "0xccad60", + "dusty lavender": "0xac86a8", + "purpley grey": "0x947e94", + "purply": "0x983fb2", + "candy pink": "0xff63e9", + "light pastel green": "0xb2fba5", + "boring green": "0x63b365", + "kiwi green": "0x8ee53f", + "light grey green": "0xb7e1a1", + "orange pink": "0xff6f52", + "tea green": "0xbdf8a3", + "very light brown": "0xd3b683", + "egg shell": "0xfffcc4", + "eggplant purple": "0x430541", + "powder pink": "0xffb2d0", + "reddish grey": "0x997570", + "baby shit brown": "0xad900d", + "liliac": "0xc48efd", + "stormy blue": "0x507b9c", + "ugly brown": "0x7d7103", + "custard": "0xfffd78", + "darkish pink": "0xda467d", + "deep brown": "0x410200", + "greenish beige": "0xc9d179", + "manilla": "0xfffa86", + "off blue": "0x5684ae", + "battleship grey": "0x6b7c85", + "browny green": "0x6f6c0a", + "bruise": "0x7e4071", + "kelley green": "0x009337", + "sickly yellow": "0xd0e429", + "sunny yellow": "0xfff917", + "azul": "0x1d5dec", + "darkgreen": "0x054907", + "green/yellow": "0xb5ce08", + "lichen": "0x8fb67b", + "light light green": "0xc8ffb0", + "pale gold": "0xfdde6c", + "sun yellow": "0xffdf22", + "tan green": "0xa9be70", + "burple": "0x6832e3", + "butterscotch": "0xfdb147", + "toupe": "0xc7ac7d", + "dark cream": "0xfff39a", + "indian red": "0x850e04", + "light lavendar": "0xefc0fe", + "poison green": "0x40fd14", + "baby puke green": "0xb6c406", + "bright yellow green": "0x9dff00", + "charcoal grey": "0x3c4142", + "squash": "0xf2ab15", + "cinnamon": "0xac4f06", + "light pea green": "0xc4fe82", + "radioactive green": "0x2cfa1f", + "raw sienna": "0x9a6200", + "baby purple": "0xca9bf7", + "cocoa": "0x875f42", + "light royal blue": "0x3a2efe", + "orangeish": "0xfd8d49", + "rust brown": "0x8b3103", + "sand brown": "0xcba560", + "swamp": "0x698339", + "tealish green": "0x0cdc73", + "burnt siena": "0xb75203", + "camo": "0x7f8f4e", + "dusk blue": "0x26538d", + "fern": "0x63a950", + "old rose": "0xc87f89", + "pale light green": "0xb1fc99", + "peachy pink": "0xff9a8a", + "rosy pink": "0xf6688e", + "light bluish green": "0x76fda8", + "light bright green": "0x53fe5c", + "light neon green": "0x4efd54", + "light seafoam": "0xa0febf", + "tiffany blue": "0x7bf2da", + "washed out green": "0xbcf5a6", + "browny orange": "0xca6b02", + "nice blue": "0x107ab0", + "sapphire": "0x2138ab", + "greyish teal": "0x719f91", + "orangey yellow": "0xfdb915", + "parchment": "0xfefcaf", + "straw": "0xfcf679", + "very dark brown": "0x1d0200", + "terracota": "0xcb6843", + "ugly blue": "0x31668a", + "clear blue": "0x247afd", + "creme": "0xffffb6", + "foam green": "0x90fda9", + "grey/green": "0x86a17d", + "light gold": "0xfddc5c", + "seafoam blue": "0x78d1b6", + "topaz": "0x13bbaf", + "violet pink": "0xfb5ffc", + "wintergreen": "0x20f986", + "yellow tan": "0xffe36e", + "dark fuchsia": "0x9d0759", + "indigo blue": "0x3a18b1", + "light yellowish green": "0xc2ff89", + "pale magenta": "0xd767ad", + "rich purple": "0x720058", + "sunflower yellow": "0xffda03", + "green/blue": "0x01c08d", + "leather": "0xac7434", + "racing green": "0x014600", + "vivid purple": "0x9900fa", + "dark royal blue": "0x02066f", + "hazel": "0x8e7618", + "muted pink": "0xd1768f", + "booger green": "0x96b403", + "canary": "0xfdff63", + "cool grey": "0x95a3a6", + "dark taupe": "0x7f684e", + "darkish purple": "0x751973", + "true green": "0x089404", + "coral pink": "0xff6163", + "dark sage": "0x598556", + "dark slate blue": "0x214761", + "flat blue": "0x3c73a8", + "mushroom": "0xba9e88", + "rich blue": "0x021bf9", + "dirty purple": "0x734a65", + "greenblue": "0x23c48b", + "icky green": "0x8fae22", + "light khaki": "0xe6f2a2", + "warm blue": "0x4b57db", + "dark hot pink": "0xd90166", + "deep sea blue": "0x015482", + "carmine": "0x9d0216", + "dark yellow green": "0x728f02", + "pale peach": "0xffe5ad", + "plum purple": "0x4e0550", + "golden rod": "0xf9bc08", + "neon red": "0xff073a", + "old pink": "0xc77986", + "very pale blue": "0xd6fffe", + "blood orange": "0xfe4b03", + "grapefruit": "0xfd5956", + "sand yellow": "0xfce166", + "clay brown": "0xb2713d", + "dark blue grey": "0x1f3b4d", + "flat green": "0x699d4c", + "light green blue": "0x56fca2", + "warm pink": "0xfb5581", + "dodger blue": "0x3e82fc", + "gross green": "0xa0bf16", + "ice": "0xd6fffa", + "metallic blue": "0x4f738e", + "pale salmon": "0xffb19a", + "sap green": "0x5c8b15", + "algae": "0x54ac68", + "bluey grey": "0x89a0b0", + "greeny grey": "0x7ea07a", + "highlighter green": "0x1bfc06", + "light light blue": "0xcafffb", + "light mint": "0xb6ffbb", + "raw umber": "0xa75e09", + "vivid blue": "0x152eff", + "deep lavender": "0x8d5eb7", + "dull teal": "0x5f9e8f", + "light greenish blue": "0x63f7b4", + "mud green": "0x606602", + "pinky": "0xfc86aa", + "red wine": "0x8c0034", + "shit green": "0x758000", + "tan brown": "0xab7e4c", + "darkblue": "0x030764", + "rosa": "0xfe86a4", + "lipstick": "0xd5174e", + "pale mauve": "0xfed0fc", + "claret": "0x680018", + "dandelion": "0xfedf08", + "orangered": "0xfe420f", + "poop green": "0x6f7c00", + "ruby": "0xca0147", + "dark": "0x1b2431", + "greenish turquoise": "0x00fbb0", + "pastel red": "0xdb5856", + "piss yellow": "0xddd618", + "bright cyan": "0x41fdfe", + "dark coral": "0xcf524e", + "algae green": "0x21c36f", + "darkish red": "0xa90308", + "reddy brown": "0x6e1005", + "blush pink": "0xfe828c", + "camouflage green": "0x4b6113", + "lawn green": "0x4da409", + "putty": "0xbeae8a", + "vibrant blue": "0x0339f8", + "dark sand": "0xa88f59", + "purple/blue": "0x5d21d0", + "saffron": "0xfeb209", + "twilight": "0x4e518b", + "warm brown": "0x964e02", + "bluegrey": "0x85a3b2", + "bubble gum pink": "0xff69af", + "duck egg blue": "0xc3fbf4", + "greenish cyan": "0x2afeb7", + "petrol": "0x005f6a", + "royal": "0x0c1793", + "butter": "0xffff81", + "dusty orange": "0xf0833a", + "off yellow": "0xf1f33f", + "pale olive green": "0xb1d27b", + "orangish": "0xfc824a", + "leaf": "0x71aa34", + "light blue grey": "0xb7c9e2", + "dried blood": "0x4b0101", + "lightish purple": "0xa552e6", + "rusty red": "0xaf2f0d", + "lavender blue": "0x8b88f8", + "light grass green": "0x9af764", + "light mint green": "0xa6fbb2", + "sunflower": "0xffc512", + "velvet": "0x750851", + "brick orange": "0xc14a09", + "lightish red": "0xfe2f4a", + "pure blue": "0x0203e2", + "twilight blue": "0x0a437a", + "violet red": "0xa50055", + "yellowy brown": "0xae8b0c", + "carnation": "0xfd798f", + "muddy yellow": "0xbfac05", + "dark seafoam green": "0x3eaf76", + "deep rose": "0xc74767", + "dusty red": "0xb9484e", + "grey/blue": "0x647d8e", + "lemon lime": "0xbffe28", + "purple/pink": "0xd725de", + "brown yellow": "0xb29705", + "purple brown": "0x673a3f", + "wisteria": "0xa87dc2", + "banana yellow": "0xfafe4b", + "lipstick red": "0xc0022f", + "water blue": "0x0e87cc", + "brown grey": "0x8d8468", + "vibrant purple": "0xad03de", + "baby green": "0x8cff9e", + "barf green": "0x94ac02", + "eggshell blue": "0xc4fff7", + "sandy yellow": "0xfdee73", + "cool green": "0x33b864", + "pale": "0xfff9d0", + "blue/grey": "0x758da3", + "hot magenta": "0xf504c9", + "greyblue": "0x77a1b5", + "purpley": "0x8756e4", + "baby shit green": "0x889717", + "brownish pink": "0xc27e79", + "dark aquamarine": "0x017371", + "diarrhea": "0x9f8303", + "light mustard": "0xf7d560", + "pale sky blue": "0xbdf6fe", + "turtle green": "0x75b84f", + "bright olive": "0x9cbb04", + "dark grey blue": "0x29465b", + "greeny brown": "0x696006", + "lemon green": "0xadf802", + "light periwinkle": "0xc1c6fc", + "seaweed green": "0x35ad6b", + "sunshine yellow": "0xfffd37", + "ugly purple": "0xa442a0", + "medium pink": "0xf36196", + "puke brown": "0x947706", + "very light pink": "0xfff4f2", + "viridian": "0x1e9167", + "bile": "0xb5c306", + "faded yellow": "0xfeff7f", + "very pale green": "0xcffdbc", + "vibrant green": "0x0add08", + "bright lime": "0x87fd05", + "spearmint": "0x1ef876", + "light aquamarine": "0x7bfdc7", + "light sage": "0xbcecac", + "yellowgreen": "0xbbf90f", + "baby poo": "0xab9004", + "dark seafoam": "0x1fb57a", + "deep teal": "0x00555a", + "heather": "0xa484ac", + "rust orange": "0xc45508", + "dirty blue": "0x3f829d", + "fern green": "0x548d44", + "bright lilac": "0xc95efb", + "weird green": "0x3ae57f", + "peacock blue": "0x016795", + "avocado green": "0x87a922", + "faded orange": "0xf0944d", + "grape purple": "0x5d1451", + "hot green": "0x25ff29", + "lime yellow": "0xd0fe1d", + "mango": "0xffa62b", + "shamrock": "0x01b44c", + "bubblegum": "0xff6cb5", + "purplish brown": "0x6b4247", + "vomit yellow": "0xc7c10c", + "pale cyan": "0xb7fffa", + "key lime": "0xaeff6e", + "tomato red": "0xec2d01", + "lightgreen": "0x76ff7b", + "merlot": "0x730039", + "night blue": "0x040348", + "purpleish pink": "0xdf4ec8", + "apple": "0x6ecb3c", + "baby poop green": "0x8f9805", + "green apple": "0x5edc1f", + "heliotrope": "0xd94ff5", + "yellow/green": "0xc8fd3d", + "almost black": "0x070d0d", + "cool blue": "0x4984b8", + "leafy green": "0x51b73b", + "mustard brown": "0xac7e04", + "dusk": "0x4e5481", + "dull brown": "0x876e4b", + "frog green": "0x58bc08", + "vivid green": "0x2fef10", + "bright light green": "0x2dfe54", + "fluro green": "0x0aff02", + "kiwi": "0x9cef43", + "seaweed": "0x18d17b", + "navy green": "0x35530a", + "ultramarine blue": "0x1805db", + "iris": "0x6258c4", + "pastel orange": "0xff964f", + "yellowish orange": "0xffab0f", + "perrywinkle": "0x8f8ce7", + "tealish": "0x24bca8", + "dark plum": "0x3f012c", + "pear": "0xcbf85f", + "pinkish orange": "0xff724c", + "midnight purple": "0x280137", + "light urple": "0xb36ff6", + "dark mint": "0x48c072", + "greenish tan": "0xbccb7a", + "light burgundy": "0xa8415b", + "turquoise blue": "0x06b1c4", + "ugly pink": "0xcd7584", + "sandy": "0xf1da7a", + "electric pink": "0xff0490", + "muted purple": "0x805b87", + "mid green": "0x50a747", + "greyish": "0xa8a495", + "neon yellow": "0xcfff04", + "banana": "0xffff7e", + "carnation pink": "0xff7fa7", + "tomato": "0xef4026", + "sea": "0x3c9992", + "muddy brown": "0x886806", + "turquoise green": "0x04f489", + "buff": "0xfef69e", + "fawn": "0xcfaf7b", + "muted blue": "0x3b719f", + "pale rose": "0xfdc1c5", + "dark mint green": "0x20c073", + "amethyst": "0x9b5fc0", + "blue/green": "0x0f9b8e", + "chestnut": "0x742802", + "sick green": "0x9db92c", + "pea": "0xa4bf20", + "rusty orange": "0xcd5909", + "stone": "0xada587", + "rose red": "0xbe013c", + "pale aqua": "0xb8ffeb", + "deep orange": "0xdc4d01", + "earth": "0xa2653e", + "mossy green": "0x638b27", + "grassy green": "0x419c03", + "pale lime green": "0xb1ff65", + "light grey blue": "0x9dbcd4", + "pale grey": "0xfdfdfe", + "asparagus": "0x77ab56", + "blueberry": "0x464196", + "purple red": "0x990147", + "pale lime": "0xbefd73", + "greenish teal": "0x32bf84", + "caramel": "0xaf6f09", + "deep magenta": "0xa0025c", + "light peach": "0xffd8b1", + "milk chocolate": "0x7f4e1e", + "ocher": "0xbf9b0c", + "off green": "0x6ba353", + "purply pink": "0xf075e6", + "lightblue": "0x7bc8f6", + "dusky blue": "0x475f94", + "golden": "0xf5bf03", + "light beige": "0xfffeb6", + "butter yellow": "0xfffd74", + "dusky purple": "0x895b7b", + "french blue": "0x436bad", + "ugly yellow": "0xd0c101", + "greeny yellow": "0xc6f808", + "orangish red": "0xf43605", + "shamrock green": "0x02c14d", + "orangish brown": "0xb25f03", + "tree green": "0x2a7e19", + "deep violet": "0x490648", + "gunmetal": "0x536267", + "blue/purple": "0x5a06ef", + "cherry": "0xcf0234", + "sandy brown": "0xc4a661", + "warm grey": "0x978a84", + "dark indigo": "0x1f0954", + "midnight": "0x03012d", + "bluey green": "0x2bb179", + "grey pink": "0xc3909b", + "soft purple": "0xa66fb5", + "blood": "0x770001", + "brown red": "0x922b05", + "medium grey": "0x7d7f7c", + "berry": "0x990f4b", + "poo": "0x8f7303", + "purpley pink": "0xc83cb9", + "light salmon": "0xfea993", + "snot": "0xacbb0d", + "easter purple": "0xc071fe", + "light yellow green": "0xccfd7f", + "dark navy blue": "0x00022e", + "drab": "0x828344", + "light rose": "0xffc5cb", + "rouge": "0xab1239", + "purplish red": "0xb0054b", + "slime green": "0x99cc04", + "baby poop": "0x937c00", + "irish green": "0x019529", + "pink/purple": "0xef1de7", + "dark navy": "0x000435", + "greeny blue": "0x42b395", + "light plum": "0x9d5783", + "pinkish grey": "0xc8aca9", + "dirty orange": "0xc87606", + "rust red": "0xaa2704", + "pale lilac": "0xe4cbff", + "orangey red": "0xfa4224", + "primary blue": "0x0804f9", + "kermit green": "0x5cb200", + "brownish purple": "0x76424e", + "murky green": "0x6c7a0e", + "wheat": "0xfbdd7e", + "very dark purple": "0x2a0134", + "bottle green": "0x044a05", + "watermelon": "0xfd4659", + "deep sky blue": "0x0d75f8", + "fire engine red": "0xfe0002", + "yellow ochre": "0xcb9d06", + "pumpkin orange": "0xfb7d07", + "pale olive": "0xb9cc81", + "light lilac": "0xedc8ff", + "lightish green": "0x61e160", + "carolina blue": "0x8ab8fe", + "mulberry": "0x920a4e", + "shocking pink": "0xfe02a2", + "auburn": "0x9a3001", + "bright lime green": "0x65fe08", + "celadon": "0xbefdb7", + "pinkish brown": "0xb17261", + "poo brown": "0x885f01", + "bright sky blue": "0x02ccfe", + "celery": "0xc1fd95", + "dirt brown": "0x836539", + "strawberry": "0xfb2943", + "dark lime": "0x84b701", + "copper": "0xb66325", + "medium brown": "0x7f5112", + "muted green": "0x5fa052", + "robin's egg": "0x6dedfd", + "bright aqua": "0x0bf9ea", + "bright lavender": "0xc760ff", + "ivory": "0xffffcb", + "very light purple": "0xf6cefc", + "light navy": "0x155084", + "pink red": "0xf5054f", + "olive brown": "0x645403", + "poop brown": "0x7a5901", + "mustard green": "0xa8b504", + "ocean green": "0x3d9973", + "very dark blue": "0x000133", + "dusty green": "0x76a973", + "light navy blue": "0x2e5a88", + "minty green": "0x0bf77d", + "adobe": "0xbd6c48", + "barney": "0xac1db8", + "jade green": "0x2baf6a", + "bright light blue": "0x26f7fd", + "light lime": "0xaefd6c", + "dark khaki": "0x9b8f55", + "orange yellow": "0xffad01", + "ocre": "0xc69c04", + "maize": "0xf4d054", + "faded pink": "0xde9dac", + "british racing green": "0x05480d", + "sandstone": "0xc9ae74", + "mud brown": "0x60460f", + "light sea green": "0x98f6b0", + "robin egg blue": "0x8af1fe", + "aqua marine": "0x2ee8bb", + "dark sea green": "0x11875d", + "soft pink": "0xfdb0c0", + "orangey brown": "0xb16002", + "cherry red": "0xf7022a", + "burnt yellow": "0xd5ab09", + "brownish grey": "0x86775f", + "camel": "0xc69f59", + "purplish grey": "0x7a687f", + "marine": "0x042e60", + "greyish pink": "0xc88d94", + "pale turquoise": "0xa5fbd5", + "pastel yellow": "0xfffe71", + "bluey purple": "0x6241c7", + "canary yellow": "0xfffe40", + "faded red": "0xd3494e", + "sepia": "0x985e2b", + "coffee": "0xa6814c", + "bright magenta": "0xff08e8", + "mocha": "0x9d7651", + "ecru": "0xfeffca", + "purpleish": "0x98568d", + "cranberry": "0x9e003a", + "darkish green": "0x287c37", + "brown orange": "0xb96902", + "dusky rose": "0xba6873", + "melon": "0xff7855", + "sickly green": "0x94b21c", + "silver": "0xc5c9c7", + "purply blue": "0x661aee", + "purpleish blue": "0x6140ef", + "hospital green": "0x9be5aa", + "shit brown": "0x7b5804", + "mid blue": "0x276ab3", + "amber": "0xfeb308", + "easter green": "0x8cfd7e", + "soft blue": "0x6488ea", + "cerulean blue": "0x056eee", + "golden brown": "0xb27a01", + "bright turquoise": "0x0ffef9", + "red pink": "0xfa2a55", + "red purple": "0x820747", + "greyish brown": "0x7a6a4f", + "vermillion": "0xf4320c", + "russet": "0xa13905", + "steel grey": "0x6f828a", + "lighter purple": "0xa55af4", + "bright violet": "0xad0afd", + "prussian blue": "0x004577", + "slate green": "0x658d6d", + "dirty pink": "0xca7b80", + "dark blue green": "0x005249", + "pine": "0x2b5d34", + "yellowy green": "0xbff128", + "dark gold": "0xb59410", + "bluish": "0x2976bb", + "darkish blue": "0x014182", + "dull red": "0xbb3f3f", + "pinky red": "0xfc2647", + "bronze": "0xa87900", + "pale teal": "0x82cbb2", + "military green": "0x667c3e", + "barbie pink": "0xfe46a5", + "bubblegum pink": "0xfe83cc", + "pea soup green": "0x94a617", + "dark mustard": "0xa88905", + "shit": "0x7f5f00", + "medium purple": "0x9e43a2", + "very dark green": "0x062e03", + "dirt": "0x8a6e45", + "dusky pink": "0xcc7a8b", + "red violet": "0x9e0168", + "lemon yellow": "0xfdff38", + "pistachio": "0xc0fa8b", + "dull yellow": "0xeedc5b", + "dark lime green": "0x7ebd01", + "denim blue": "0x3b5b92", + "teal blue": "0x01889f", + "lightish blue": "0x3d7afd", + "purpley blue": "0x5f34e7", + "light indigo": "0x6d5acf", + "swamp green": "0x748500", + "brown green": "0x706c11", + "dark maroon": "0x3c0008", + "hot purple": "0xcb00f5", + "dark forest green": "0x002d04", + "faded blue": "0x658cbb", + "drab green": "0x749551", + "light lime green": "0xb9ff66", + "snot green": "0x9dc100", + "yellowish": "0xfaee66", + "light blue green": "0x7efbb3", + "bordeaux": "0x7b002c", + "light mauve": "0xc292a1", + "ocean": "0x017b92", + "marigold": "0xfcc006", + "muddy green": "0x657432", + "dull orange": "0xd8863b", + "steel": "0x738595", + "electric purple": "0xaa23ff", + "fluorescent green": "0x08ff08", + "yellowish brown": "0x9b7a01", + "blush": "0xf29e8e", + "soft green": "0x6fc276", + "bright orange": "0xff5b00", + "lemon": "0xfdff52", + "purple grey": "0x866f85", + "acid green": "0x8ffe09", + "pale lavender": "0xeecffe", + "violet blue": "0x510ac9", + "light forest green": "0x4f9153", + "burnt red": "0x9f2305", + "khaki green": "0x728639", + "cerise": "0xde0c62", + "faded purple": "0x916e99", + "apricot": "0xffb16d", + "dark olive green": "0x3c4d03", + "grey brown": "0x7f7053", + "green grey": "0x77926f", + "true blue": "0x010fcc", + "pale violet": "0xceaefa", + "periwinkle blue": "0x8f99fb", + "light sky blue": "0xc6fcff", + "blurple": "0x5539cc", + "green brown": "0x544e03", + "bluegreen": "0x017a79", + "bright teal": "0x01f9c6", + "brownish yellow": "0xc9b003", + "pea soup": "0x929901", + "forest": "0x0b5509", + "barney purple": "0xa00498", + "ultramarine": "0x2000b1", + "purplish": "0x94568c", + "puke yellow": "0xc2be0e", + "bluish grey": "0x748b97", + "dark periwinkle": "0x665fd1", + "dark lilac": "0x9c6da5", + "reddish": "0xc44240", + "light maroon": "0xa24857", + "dusty purple": "0x825f87", + "terra cotta": "0xc9643b", + "avocado": "0x90b134", + "marine blue": "0x01386a", + "teal green": "0x25a36f", + "slate grey": "0x59656d", + "lighter green": "0x75fd63", + "electric green": "0x21fc0d", + "dusty blue": "0x5a86ad", + "golden yellow": "0xfec615", + "bright yellow": "0xfffd01", + "light lavender": "0xdfc5fe", + "umber": "0xb26400", + "poop": "0x7f5e00", + "dark peach": "0xde7e5d", + "jungle green": "0x048243", + "eggshell": "0xffffd4", + "denim": "0x3b638c", + "yellow brown": "0xb79400", + "dull purple": "0x84597e", + "chocolate brown": "0x411900", + "wine red": "0x7b0323", + "neon blue": "0x04d9ff", + "dirty green": "0x667e2c", + "light tan": "0xfbeeac", + "ice blue": "0xd7fffe", + "cadet blue": "0x4e7496", + "dark mauve": "0x874c62", + "very light blue": "0xd5ffff", + "grey purple": "0x826d8c", + "pastel pink": "0xffbacd", + "very light green": "0xd1ffbd", + "dark sky blue": "0x448ee4", + "evergreen": "0x05472a", + "dull pink": "0xd5869d", + "aubergine": "0x3d0734", + "mahogany": "0x4a0100", + "reddish orange": "0xf8481c", + "deep green": "0x02590f", + "vomit green": "0x89a203", + "purple pink": "0xe03fd8", + "dusty pink": "0xd58a94", + "faded green": "0x7bb274", + "camo green": "0x526525", + "pinky purple": "0xc94cbe", + "pink purple": "0xdb4bda", + "brownish red": "0x9e3623", + "dark rose": "0xb5485d", + "mud": "0x735c12", + "brownish": "0x9c6d57", + "emerald green": "0x028f1e", + "pale brown": "0xb1916e", + "dull blue": "0x49759c", + "burnt umber": "0xa0450e", + "medium green": "0x39ad48", + "clay": "0xb66a50", + "light aqua": "0x8cffdb", + "light olive green": "0xa4be5c", + "brownish orange": "0xcb7723", + "dark aqua": "0x05696b", + "purplish pink": "0xce5dae", + "dark salmon": "0xc85a53", + "greenish grey": "0x96ae8d", + "jade": "0x1fa774", + "ugly green": "0x7a9703", + "dark beige": "0xac9362", + "emerald": "0x01a049", + "pale red": "0xd9544d", + "light magenta": "0xfa5ff7", + "sky": "0x82cafc", + "light cyan": "0xacfffc", + "yellow orange": "0xfcb001", + "reddish purple": "0x910951", + "reddish pink": "0xfe2c54", + "orchid": "0xc875c4", + "dirty yellow": "0xcdc50a", + "orange red": "0xfd411e", + "deep red": "0x9a0200", + "orange brown": "0xbe6400", + "cobalt blue": "0x030aa7", + "neon pink": "0xfe019a", + "rose pink": "0xf7879a", + "greyish purple": "0x887191", + "raspberry": "0xb00149", + "aqua green": "0x12e193", + "salmon pink": "0xfe7b7c", + "tangerine": "0xff9408", + "brownish green": "0x6a6e09", + "red brown": "0x8b2e16", + "greenish brown": "0x696112", + "pumpkin": "0xe17701", + "pine green": "0x0a481e", + "charcoal": "0x343837", + "baby pink": "0xffb7ce", + "cornflower": "0x6a79f7", + "blue violet": "0x5d06e9", + "chocolate": "0x3d1c02", + "greyish green": "0x82a67d", + "scarlet": "0xbe0119", + "green yellow": "0xc9ff27", + "dark olive": "0x373e02", + "sienna": "0xa9561e", + "pastel purple": "0xcaa0ff", + "terracotta": "0xca6641", + "aqua blue": "0x02d8e9", + "sage green": "0x88b378", + "blood red": "0x980002", + "deep pink": "0xcb0162", + "grass": "0x5cac2d", + "moss": "0x769958", + "pastel blue": "0xa2bffe", + "bluish green": "0x10a674", + "green blue": "0x06b48b", + "dark tan": "0xaf884a", + "greenish blue": "0x0b8b87", + "pale orange": "0xffa756", + "vomit": "0xa2a415", + "forrest green": "0x154406", + "dark lavender": "0x856798", + "dark violet": "0x34013f", + "purple blue": "0x632de9", + "dark cyan": "0x0a888a", + "olive drab": "0x6f7632", + "pinkish": "0xd46a7e", + "cobalt": "0x1e488f", + "neon purple": "0xbc13fe", + "light turquoise": "0x7ef4cc", + "apple green": "0x76cd26", + "dull green": "0x74a662", + "wine": "0x80013f", + "powder blue": "0xb1d1fc", + "off white": "0xffffe4", + "electric blue": "0x0652ff", + "dark turquoise": "0x045c5a", + "blue purple": "0x5729ce", + "azure": "0x069af3", + "bright red": "0xff000d", + "pinkish red": "0xf10c45", + "cornflower blue": "0x5170d7", + "light olive": "0xacbf69", + "grape": "0x6c3461", + "greyish blue": "0x5e819d", + "purplish blue": "0x601ef9", + "yellowish green": "0xb0dd16", + "greenish yellow": "0xcdfd02", + "medium blue": "0x2c6fbb", + "dusty rose": "0xc0737a", + "light violet": "0xd6b4fc", + "midnight blue": "0x020035", + "bluish purple": "0x703be7", + "red orange": "0xfd3c06", + "dark magenta": "0x960056", + "greenish": "0x40a368", + "ocean blue": "0x03719c", + "coral": "0xfc5a50", + "cream": "0xffffc2", + "reddish brown": "0x7f2b0a", + "burnt sienna": "0xb04e0f", + "brick": "0xa03623", + "sage": "0x87ae73", + "grey green": "0x789b73", + "white": "0xffffff", + "robin's egg blue": "0x98eff9", + "moss green": "0x658b38", + "steel blue": "0x5a7d9a", + "eggplant": "0x380835", + "light yellow": "0xfffe7a", + "leaf green": "0x5ca904", + "light grey": "0xd8dcd6", + "puke": "0xa5a502", + "pinkish purple": "0xd648d7", + "sea blue": "0x047495", + "pale purple": "0xb790d4", + "slate blue": "0x5b7c99", + "blue grey": "0x607c8e", + "hunter green": "0x0b4008", + "fuchsia": "0xed0dd9", + "crimson": "0x8c000f", + "pale yellow": "0xffff84", + "ochre": "0xbf9005", + "mustard yellow": "0xd2bd0a", + "light red": "0xff474c", + "cerulean": "0x0485d1", + "pale pink": "0xffcfdc", + "deep blue": "0x040273", + "rust": "0xa83c09", + "light teal": "0x90e4c1", + "slate": "0x516572", + "goldenrod": "0xfac205", + "dark yellow": "0xd5b60a", + "dark grey": "0x363737", + "army green": "0x4b5d16", + "grey blue": "0x6b8ba4", + "seafoam": "0x80f9ad", + "puce": "0xa57e52", + "spring green": "0xa9f971", + "dark orange": "0xc65102", + "sand": "0xe2ca76", + "pastel green": "0xb0ff9d", + "mint": "0x9ffeb0", + "light orange": "0xfdaa48", + "bright pink": "0xfe01b1", + "chartreuse": "0xc1f80a", + "deep purple": "0x36013f", + "dark brown": "0x341c02", + "taupe": "0xb9a281", + "pea green": "0x8eab12", + "puke green": "0x9aae07", + "kelly green": "0x02ab2e", + "seafoam green": "0x7af9ab", + "blue green": "0x137e6d", + "khaki": "0xaaa662", + "burgundy": "0x610023", + "dark teal": "0x014d4e", + "brick red": "0x8f1402", + "royal purple": "0x4b006e", + "plum": "0x580f41", + "mint green": "0x8fff9f", + "gold": "0xdbb40c", + "baby blue": "0xa2cffe", + "yellow green": "0xc0fb2d", + "bright purple": "0xbe03fd", + "dark red": "0x840000", + "pale blue": "0xd0fefe", + "grass green": "0x3f9b0b", + "navy": "0x01153e", + "aquamarine": "0x04d8b2", + "burnt orange": "0xc04e01", + "neon green": "0x0cff0c", + "bright blue": "0x0165fc", + "rose": "0xcf6275", + "light pink": "0xffd1df", + "mustard": "0xceb301", + "indigo": "0x380282", + "lime": "0xaaff32", + "sea green": "0x53fca1", + "periwinkle": "0x8e82fe", + "dark pink": "0xcb416b", + "olive green": "0x677a04", + "peach": "0xffb07c", + "pale green": "0xc7fdb5", + "light brown": "0xad8150", + "hot pink": "0xff028d", + "black": "0x000000", + "lilac": "0xcea2fd", + "navy blue": "0x001146", + "royal blue": "0x0504aa", + "beige": "0xe6daa6", + "salmon": "0xff796c", + "olive": "0x6e750e", + "maroon": "0x650021", + "bright green": "0x01ff07", + "dark purple": "0x35063e", + "mauve": "0xae7181", + "forest green": "0x06470c", + "aqua": "0x13eac9", + "cyan": "0x00ffff", + "tan": "0xd1b26f", + "dark blue": "0x00035b", + "lavender": "0xc79fef", + "turquoise": "0x06c2ac", + "dark green": "0x033500", + "violet": "0x9a0eea", + "light purple": "0xbf77f6", + "lime green": "0x89fe05", + "grey": "0x929591", + "sky blue": "0x75bbfd", + "yellow": "0xffff14", + "magenta": "0xc20078", + "light green": "0x96f97b", + "orange": "0xf97306", + "teal": "0x029386", + "light blue": "0x95d0fc", + "red": "0xe50000", + "brown": "0x653700", + "pink": "0xff81c0", + "blue": "0x0343df", + "green": "0x15b01a", + "purple": "0x7e1e9c" +} |