Prompts_TransTool / furry_species.json
PSNbst's picture
Update furry_species.json
d06d192 verified
raw
history blame
4.59 kB
{
"AQUATICS (Fish & Other Sea Creatures)": {
"Cetaceans": [
"Dolphin",
"Orca",
"Beluga",
"Narwhal"
],
"Sharks": [
"GreatWhite",
"Hammerhead",
"TigerShark"
],
"FishTypes": [
"Goldfish",
"Koi",
"Clownfish",
"Betta"
],
"Others": [
"Seal",
"SeaLion",
"Manatee",
"Otter (Aquatic variant)"
]
},
"AVIANS (Birds & Flying Animals)": {
"BirdsOfPrey": [
"Eagle",
"Hawk",
"Falcon",
"Owl"
],
"SongBirds": [
"Canary",
"Robin",
"BlueJay",
"Cardinal"
],
"Waterfowl": [
"Duck",
"Goose",
"Swan",
"Flamingo"
],
"Others": [
"Bat (Chiroptera)",
"Crow",
"Penguin",
"Kiwi"
]
},
"CANIDS (Dogs, Wolves & Foxes)": {
"Dogs": [
"Husky",
"GermanShepherd",
"GoldenRetriever",
"ShibaInu",
"Corgi",
"Doberman"
],
"Wolves": [
"GreyWolf",
"ArcticWolf",
"RedWolf"
],
"Foxes": [
"RedFox",
"FennecFox",
"ArcticFox"
],
"Others": [
"Jackal",
"Coyote",
"AfricanWildDog"
]
},
"FELINES (Cats, Lions, Tigers)": {
"SmallCats": [
"DomesticCat",
"Siamese",
"MaineCoon",
"Sphynx"
],
"BigCats": [
"Lion",
"Tiger",
"Leopard",
"Cheetah",
"Jaguar"
],
"Others": [
"Lynx",
"Caracal",
"Serval",
"Bobcat"
]
},
"HYAENIDAE (Hyenas)": {
"Hyenas": [
"SpottedHyena",
"StripedHyena",
"BrownHyena"
]
},
"MUSTELIDS (Weasels, Ferrets, Otters)": {
"Weasels": [
"Weasel",
"Stoat",
"Marten"
],
"Ferrets": [
"DomesticFerret",
"BlackFootedFerret"
],
"Otters": [
"RiverOtter",
"SeaOtter"
],
"Skunks": [
"StripedSkunk",
"SpottedSkunk"
]
},
"LAGOMORPHS (Rabbits & Hares)": {
"Rabbits": [
"DomesticRabbit",
"Cottontail",
"Jackrabbit"
],
"Hares": [
"SnowshoeHare",
"ArcticHare"
]
},
"MARSUPIALS": {
"Kangaroos": [
"RedKangaroo",
"GreyKangaroo"
],
"Wallabies": [
"BennettWallaby"
],
"Possums": [
"CommonBrushtailPossum",
"VirginiaOpossum"
]
},
"RODENTS": {
"MiceAndRats": [
"HouseMouse",
"FancyRat",
"BrownRat"
],
"Squirrels": [
"GraySquirrel",
"RedSquirrel",
"FlyingSquirrel"
],
"Others": [
"Chipmunk",
"Beaver",
"GuineaPig",
"Hamster"
]
},
"UNGULATES (Hooved Animals)": {
"Horses": [
"DomesticHorse",
"Mustang",
"Clydesdale"
],
"DeerTypes": [
"WhitetailDeer",
"RedDeer",
"Moose",
"Elk"
],
"Bovines": [
"Cow",
"Bull",
"Buffalo",
"Yak"
],
"GoatSheep": [
"DomesticGoat",
"Sheep",
"BighornSheep"
],
"Others": [
"Giraffe",
"Zebra",
"Hippopotamus",
"Rhinoceros"
]
},
"URSINE (Bears)": {
"Bears": [
"BrownBear",
"PolarBear",
"BlackBear",
"PandaBear"
]
},
"PRIMATES": {
"Monkeys": [
"Capuchin",
"HowlerMonkey",
"SpiderMonkey"
],
"GreatApes": [
"Gorilla",
"Chimpanzee",
"Orangutan"
],
"Lemurs": [
"RingTailedLemur"
]
},
"REPTILES & AMPHIBIANS": {
"Snakes": [
"Cobra",
"Python",
"Viper",
"Rattlesnake"
],
"Lizards": [
"Gecko",
"Iguana",
"KomodoDragon",
"Chameleon"
],
"Crocodiles": [
"Crocodile",
"Alligator",
"Caiman"
],
"TurtlesFrogs": [
"Turtle",
"Tortoise",
"TreeFrog",
"Bullfrog"
]
},
"INVERTEBRATES": {
"Insects": [
"Butterfly",
"Moth",
"Beetle",
"Ant",
"Wasp"
],
"Arachnids": [
"Spider",
"Tarantula",
"Scorpion"
],
"Crustaceans": [
"Crab",
"Lobster",
"Shrimp"
]
},
"FANTASY / MYTHICAL": {
"Dragons": [
"WesternDragon",
"EasternDragon",
"Wyvern",
"Hydra"
],
"Gryphons": [
"EagleLionGryphon",
"HawkTigerGryphon"
],
"Phoenixes": [
"FirePhoenix",
"IcePhoenix"
],
"Chimeras": [
"LionGoatSnakeChimera"
],
"Others": [
"Unicorn",
"Pegasus",
"Sphinx"
]
}
}