├── .eslintrc.js ├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE │ └── bug_report.md └── workflows │ └── test.yml ├── .gitignore ├── .pre-commit-config.yaml ├── LICENSE ├── README.md ├── _tools ├── __init__.py ├── download_collections.py ├── import_noodle_soup_prompts.py └── repositories.json ├── collections ├── artists │ ├── European Art │ │ ├── baroque │ │ │ ├── baroque.txt │ │ │ ├── bentvueghels.txt │ │ │ ├── british_baroque_painters.txt │ │ │ ├── czech_baroque_painters.txt │ │ │ ├── danish_baroque_painters.txt │ │ │ ├── dutch_goldenage_painters.txt │ │ │ ├── flemish_baroque_painters.txt │ │ │ ├── french_baroque_painters.txt │ │ │ ├── german_baroque_painters.txt │ │ │ ├── greek_baroque_painters.txt │ │ │ ├── italian_baroque_painters.txt │ │ │ ├── netherlandish_baroque_painters.txt │ │ │ ├── quadratura.txt │ │ │ ├── rococco.txt │ │ │ └── spanish_baroque_painters.txt │ │ ├── classical │ │ │ └── classical.txt │ │ ├── medieval │ │ │ ├── gothic.txt │ │ │ ├── medieval.txt │ │ │ └── romanesque.txt │ │ ├── modern │ │ │ ├── abstract_expressionism │ │ │ │ └── abstract_expressionism.txt │ │ │ ├── american_impressionism.txt │ │ │ ├── art_nouveau.txt │ │ │ ├── cloisonnism.txt │ │ │ ├── cobs_art_colony.txt │ │ │ ├── divisionism.txt │ │ │ ├── expressionism.txt │ │ │ ├── expressionism │ │ │ │ ├── abstract_impressionism.txt │ │ │ │ ├── american_expressionist_painters.txt │ │ │ │ ├── american_figurative_expressionism.txt │ │ │ │ ├── austrian_expressionist_painters.txt │ │ │ │ ├── belgian_expressionist_painters.txt │ │ │ │ ├── british_expressionist_painters.txt │ │ │ │ ├── diebrucke.txt │ │ │ │ ├── expressionism.txt │ │ │ │ ├── finnish_expressionist_painters.txt │ │ │ │ ├── french_expressionist_painters.txt │ │ │ │ ├── german_expressionist_painters.txt │ │ │ │ ├── indian_expressionist_painters.txt │ │ │ │ ├── russian_expressionist_painters.txt │ │ │ │ ├── slovakian_expressionist_painters.txt │ │ │ │ └── spanish_expressionist_painters.txt │ │ │ ├── fauvism.txt │ │ │ ├── hagenbund.txt │ │ │ ├── heidelberg_school.txt │ │ │ ├── impressionism.txt │ │ │ ├── impressionism │ │ │ │ ├── american_impressionism │ │ │ │ │ ├── baum_circle.txt │ │ │ │ │ ├── boston_school.txt │ │ │ │ │ └── pennsylvania_impressionist_painters.txt │ │ │ │ ├── american_impressionist_painters.txt │ │ │ │ ├── austrian_impressionist_painters.txt │ │ │ │ ├── autstralian_impressionist_painters.txt │ │ │ │ ├── belgian_impressionist_painters.txt │ │ │ │ ├── brazilian_impressionist_painters.txt │ │ │ │ ├── british_impressionist_painters.txt │ │ │ │ ├── canadian_impressionist_painters.txt │ │ │ │ ├── chinese_impressionist_painters.txt │ │ │ │ ├── czech_impressionist_painters.txt │ │ │ │ ├── dutch_impressionist_painters.txt │ │ │ │ ├── egyptian_impressionist_painters.txt │ │ │ │ ├── german_impressionist_painters.txt │ │ │ │ ├── hungarian_impressionist_painters.txt │ │ │ │ ├── icelandic_impressionist_painters.txt │ │ │ │ ├── indian_impressionist_painters.txt │ │ │ │ ├── irish_impressionist_painters.txt │ │ │ │ ├── italian_impressionist_painters.txt │ │ │ │ ├── latvian_impressionist_painters.txt │ │ │ │ ├── lebanese_impressionist_painters.txt │ │ │ │ ├── luxembourgian_impressionist_painters.txt │ │ │ │ ├── mexican_impressionist_painters.txt │ │ │ │ ├── norweigian_impressionist_painters.txt │ │ │ │ ├── polish_impressionist_painters.txt │ │ │ │ ├── romanian_impressionist_painters.txt │ │ │ │ ├── russian_impressionist_painters.txt │ │ │ │ ├── serbian_impressionist_painters.txt │ │ │ │ ├── slovenian_impressionist_painters.txt │ │ │ │ ├── soviet_impressionist_painters.txt │ │ │ │ ├── spanish_impressionist_painters.txt │ │ │ │ ├── swedish_impressionist_painters.txt │ │ │ │ ├── swiss_impressionist_painters.txt │ │ │ │ ├── ten_american_painters.txt │ │ │ │ ├── turkish_impressionist_painters.txt │ │ │ │ └── ukranian_impressionist_painters.txt │ │ │ ├── les_nabis.txt │ │ │ ├── luminism_impressionism.txt │ │ │ ├── mir_iskusstva.txt │ │ │ ├── modern_art.txt │ │ │ ├── neo_impressionism.txt │ │ │ ├── pointilism.txt │ │ │ ├── post_impressionism.txt │ │ │ ├── russion_avantgarde.txt │ │ │ ├── synthetism.txt │ │ │ ├── tonalism.txt │ │ │ ├── vienna_secession.txt │ │ │ └── young_poland.txt │ │ ├── neoclassical │ │ │ ├── american_barbizon_school.txt │ │ │ ├── barbizon_school.txt │ │ │ ├── biedermeier.txt │ │ │ ├── hague_school.txt │ │ │ ├── macchiaioli.txt │ │ │ ├── neoclassical.txt │ │ │ ├── neoclassical │ │ │ │ ├── american_neoclassical_painters.txt │ │ │ │ ├── belgian_neoclassical_painters.txt │ │ │ │ ├── british_neoclassical_painters.txt │ │ │ │ ├── french_neoclassical_painters.txt │ │ │ │ ├── german_neoclassical_painters.txt │ │ │ │ ├── italian_neoclassical_painters.txt │ │ │ │ ├── portuguese_neoclassical_painters.txt │ │ │ │ ├── return_to_order.txt │ │ │ │ ├── romanian_neoclassical_painters.txt │ │ │ │ ├── russian_neoclassical_painters.txt │ │ │ │ └── spanish_neoclassical_painters.txt │ │ │ ├── norwich_school.txt │ │ │ ├── pre_raphaelite_brotherhood.txt │ │ │ ├── realism.txt │ │ │ ├── realism │ │ │ │ ├── american_realism.txt │ │ │ │ ├── british_realism.txt │ │ │ │ ├── bulgarian_realism.txt │ │ │ │ ├── finnish_realism.txt │ │ │ │ ├── french_realism.txt │ │ │ │ ├── hungarian_realism.txt │ │ │ │ ├── norwegian_realism.txt │ │ │ │ ├── peredvizhniki.txt │ │ │ │ ├── portuguese_realism.txt │ │ │ │ ├── russian_realism.txt │ │ │ │ ├── slovenian_realism.txt │ │ │ │ └── soviet_realism.txt │ │ │ ├── romanticism.txt │ │ │ ├── romanticism │ │ │ │ ├── american_romantic_painters.txt │ │ │ │ ├── armenian_romantic_painters.txt │ │ │ │ ├── austrian_romantic_painters.txt │ │ │ │ ├── belgian_romantic_painters.txt │ │ │ │ ├── brazilian_romantic_painters.txt │ │ │ │ ├── british_romaintic_painters.txt │ │ │ │ ├── bulgarian_romantic_painters.txt │ │ │ │ ├── danish_romantic_painters.txt │ │ │ │ ├── dusseldorf_school.txt │ │ │ │ ├── dutch_romantic_painters.txt │ │ │ │ ├── english_romantic_painters.txt │ │ │ │ ├── french_romantic_painters.txt │ │ │ │ ├── german_romantic_painters.txt │ │ │ │ ├── hudson_river_school.txt │ │ │ │ ├── hungarian_romantic_painters.txt │ │ │ │ ├── irish_romantic_painters.txt │ │ │ │ ├── italian_romantic_painters.txt │ │ │ │ ├── luminism.txt │ │ │ │ ├── nazarene_painters.txt │ │ │ │ ├── norwegian_romantic_painters.txt │ │ │ │ ├── polish_romantic_painters.txt │ │ │ │ ├── portuguese_romantic_painters.txt │ │ │ │ ├── pre_raphaelite_painters.txt │ │ │ │ ├── purismo.txt │ │ │ │ ├── romanian_romantic_painters.txt │ │ │ │ ├── russian_romantic_painters.txt │ │ │ │ ├── scottish_romantic_painters.txt │ │ │ │ ├── spanish_romantic_painters.txt │ │ │ │ └── swiss_romantic_painters.txt │ │ │ ├── romanticism_to_modern_art.txt │ │ │ └── spanish_electicism.txt │ │ └── renaissance │ │ │ ├── cusco_school.txt │ │ │ ├── dutch_mannerist_painters.txt │ │ │ ├── early_netherlandish_painters.txt │ │ │ ├── english_mannerist_painters.txt │ │ │ ├── flemish_mannerist_painters.txt │ │ │ ├── french_mannerist_painters.txt │ │ │ ├── german_mannerist_painters.txt │ │ │ ├── german_renaissance.txt │ │ │ ├── italian_mannerist_painters.txt │ │ │ ├── italian_renaissance.txt │ │ │ ├── italian_renaissance_painters.txt │ │ │ ├── italian_renaissance_sculptors.txt │ │ │ ├── mannerism.txt │ │ │ ├── peruvian_mannerist_painters.txt │ │ │ ├── polish_mannerist_painters.txt │ │ │ ├── quattrocento_painters.txt │ │ │ └── renaissance.txt │ ├── Japanese Art │ │ ├── nihonga │ │ │ ├── heisei_era.txt │ │ │ ├── meiji_era.txt │ │ │ ├── nihonga.txt │ │ │ ├── showa_era.txt │ │ │ └── taisho_era.txt │ │ ├── ukiyoe.txt │ │ └── yoga │ │ │ ├── meiji_era.txt │ │ │ ├── taisho_era.txt │ │ │ └── yoga.txt │ ├── Photography │ │ ├── by_country │ │ │ ├── albania.txt │ │ │ ├── algeria.txt │ │ │ ├── argentina.txt │ │ │ ├── armenia.txt │ │ │ ├── australia.txt │ │ │ ├── austria.txt │ │ │ ├── azerbijan.txt │ │ │ ├── bangladesh.txt │ │ │ ├── belgium.txt │ │ │ ├── benin.txt │ │ │ ├── brazil.txt │ │ │ ├── cambodia.txt │ │ │ ├── cameroon.txt │ │ │ ├── canada.txt │ │ │ ├── chile.txt │ │ │ ├── china.txt │ │ │ ├── colombia.txt │ │ │ ├── croatia.txt │ │ │ ├── cuba.txt │ │ │ ├── czech_republic.txt │ │ │ ├── denmark.txt │ │ │ ├── drc.txt │ │ │ ├── ecuador.txt │ │ │ ├── egypt.txt │ │ │ ├── eritrea.txt │ │ │ ├── estonia.txt │ │ │ ├── ethiopia.txt │ │ │ ├── finland.txt │ │ │ ├── france.txt │ │ │ ├── gambia.txt │ │ │ ├── georgia.txt │ │ │ ├── germany.txt │ │ │ ├── greece.txt │ │ │ ├── hong_kong.txt │ │ │ ├── hungary.txt │ │ │ ├── iceland.txt │ │ │ ├── india.txt │ │ │ ├── indonesia.txt │ │ │ ├── iran.txt │ │ │ ├── iraq.txt │ │ │ ├── ireland.txt │ │ │ ├── israel.txt │ │ │ ├── italy.txt │ │ │ ├── jamaica.txt │ │ │ ├── japan.txt │ │ │ ├── kenya.txt │ │ │ ├── korea.txt │ │ │ ├── latvia.txt │ │ │ ├── lebanon.txt │ │ │ ├── lithuania.txt │ │ │ ├── luxembourg.txt │ │ │ ├── mali.txt │ │ │ ├── mexico.txt │ │ │ ├── namibia.txt │ │ │ ├── netherlands.txt │ │ │ ├── new_zealand.txt │ │ │ ├── nigeria.txt │ │ │ ├── norway.txt │ │ │ ├── pakistan.txt │ │ │ ├── palestine.txt │ │ │ ├── panama.txt │ │ │ ├── peru.txt │ │ │ ├── poland.txt │ │ │ ├── portugal.txt │ │ │ ├── romania.txt │ │ │ ├── russia.txt │ │ │ ├── sierra_leone.txt │ │ │ ├── singapore.txt │ │ │ ├── slovakia.txt │ │ │ ├── slovenia.txt │ │ │ ├── south_africa.txt │ │ │ ├── spain.txt │ │ │ ├── sri_lanka.txt │ │ │ ├── suriname.txt │ │ │ ├── sweden.txt │ │ │ ├── switzerland.txt │ │ │ ├── syria.txt │ │ │ ├── taiwan.txt │ │ │ ├── thailand.txt │ │ │ ├── turkey.txt │ │ │ ├── uganda.txt │ │ │ ├── ukraine.txt │ │ │ ├── united_kingdom.txt │ │ │ ├── united_states.txt │ │ │ ├── venezuela.txt │ │ │ └── vietnam.txt │ │ └── photographers.txt │ ├── README.md │ ├── genre │ │ ├── anime.txt │ │ ├── fantasy.txt │ │ ├── fantasy │ │ │ └── tolkien.txt │ │ └── horror.txt │ ├── illustrations │ │ ├── anime.txt │ │ ├── childrens_books.txt │ │ ├── childrens_books │ │ │ ├── american_illustrators.txt │ │ │ ├── argentine_illustrators.txt │ │ │ ├── australian_illustrators.txt │ │ │ ├── austrian_illustrators.txt │ │ │ ├── belgian_illustrators.txt │ │ │ ├── brazilian_illustrators.txt │ │ │ ├── british_illustrators.txt │ │ │ ├── bulgarian_illustrators.txt │ │ │ ├── canadian_illustrators.txt │ │ │ ├── chinese_illustrators.txt │ │ │ ├── colombian_illustrators.txt │ │ │ ├── czech_illustrators.txt │ │ │ ├── danish_illustrators.txt │ │ │ ├── dutch_illustrators.txt │ │ │ ├── egyptian_ilustrators.txt │ │ │ └── irish_illustrators.txt │ │ └── manga.txt │ └── unfiled │ │ ├── abstract.txt │ │ ├── alternative.txt │ │ ├── architecture.txt │ │ ├── cartoonists.txt │ │ ├── childrensbooks.txt │ │ ├── colourful.txt │ │ ├── comicbooks.txt │ │ ├── digitalart.txt │ │ ├── fantasy_scifi.txt │ │ ├── figurative.txt │ │ ├── graffiti.txt │ │ ├── graphic.txt │ │ ├── h.txt │ │ ├── hyperreaslism.txt │ │ ├── illustrators.txt │ │ ├── landscapes.txt │ │ ├── mixedmedia.txt │ │ ├── modern_greek.txt │ │ ├── modern_pop.txt │ │ ├── pen_ink.txt │ │ ├── photography.txt │ │ ├── plants_animals.txt │ │ ├── scifi.txt │ │ ├── sculpture.txt │ │ ├── surreal.txt │ │ ├── symbolism.txt │ │ └── the_ancients.txt ├── devilkkw │ ├── README.md │ ├── animals │ │ ├── animals_categories.txt │ │ ├── animals_types_aquatic_cambrian.txt │ │ ├── animals_types_aquatic_crustacean.txt │ │ ├── animals_types_aquatic_fish.txt │ │ ├── animals_types_aquatic_invertebrate.txt │ │ ├── animals_types_aquatic_whale.txt │ │ ├── animals_types_cat.txt │ │ ├── animals_types_dog.txt │ │ ├── animals_types_insects.txt │ │ ├── animals_types_large.txt │ │ ├── animals_types_medium.txt │ │ ├── animals_types_reptile_and_amphibian.txt │ │ ├── animals_types_rodent.txt │ │ ├── birds_main.txt │ │ ├── birds_mythological.txt │ │ ├── birds_real.txt │ │ ├── cats_behavior.txt │ │ ├── cats_breeds.txt │ │ ├── cats_coat.txt │ │ ├── cats_felines.txt │ │ ├── cats_main.txt │ │ ├── cats_misc.txt │ │ ├── cats_places.txt │ │ ├── cats_related.txt │ │ ├── dog_breeds.txt │ │ ├── dog_canines.txt │ │ ├── dog_misc.txt │ │ ├── dog_related.txt │ │ ├── dogs_main.txt │ │ ├── ears_animal.txt │ │ └── groups_animals.txt │ ├── attire │ │ ├── attire_headwear.txt │ │ ├── attire_jewelry_and_accessories_head_and_face.txt │ │ ├── attire_jewelry_and_accessories_limbs.txt │ │ ├── attire_jewelry_and_accessories_neck_and_shoulders.txt │ │ ├── attire_jewelry_and_accessories_torso_and_misc.txt │ │ ├── attire_legs_and_feet.txt │ │ ├── attire_other.txt │ │ ├── attire_pants_and_bottomwear.txt │ │ ├── attire_shirts_and_topwear.txt │ │ ├── attire_shoes_and_footwear.txt │ │ ├── attire_styles_and_patterns_patterns.txt │ │ ├── attire_styles_and_patterns_prints.txt │ │ ├── attire_swimsuits_and_bodysuits.txt │ │ ├── attire_traditional_clothing.txt │ │ └── attire_uniforms_and_costumes.txt │ ├── audio │ │ ├── audio_genre.txt │ │ ├── audio_instruments_brass.txt │ │ ├── audio_instruments_keyboard.txt │ │ ├── audio_instruments_other.txt │ │ ├── audio_instruments_percussion.txt │ │ ├── audio_instruments_strings.txt │ │ ├── audio_instruments_woodwinds.txt │ │ ├── audio_misc.txt │ │ ├── audio_places.txt │ │ ├── audio_playback_media.txt │ │ ├── audio_playback_other.txt │ │ ├── audio_playback_players.txt │ │ ├── audio_playback_speakers_and_headphones.txt │ │ └── audio_professions.txt │ ├── background │ │ ├── backgrounds_colors.txt │ │ ├── backgrounds_multiple_colors.txt │ │ ├── backgrounds_other.txt │ │ └── backgrounds_patterns.txt │ ├── body-1 │ │ ├── ass_anatomy.txt │ │ ├── ass_and_hands.txt │ │ ├── ass_and_heads.txt │ │ ├── ass_anus_anatomy.txt │ │ ├── ass_misc.txt │ │ ├── ass_with_cum.txt │ │ ├── body_parts_appendages.txt │ │ ├── body_parts_head.txt │ │ ├── body_parts_torso_lower.txt │ │ ├── body_parts_torso_upper.txt │ │ ├── breasts_and_other_body_parts_docking.txt │ │ ├── breasts_and_other_body_parts_hands.txt │ │ ├── breasts_and_other_body_parts_head.txt │ │ ├── breasts_and_other_body_parts_mouth.txt │ │ ├── breasts_and_other_body_parts_penis.txt │ │ ├── breasts_and_other_body_parts_toys.txt │ │ ├── breasts_clothes_for.txt │ │ ├── breasts_descriptions.txt │ │ ├── breasts_main.txt │ │ ├── breasts_misc.txt │ │ ├── breasts_sizes_ranges.txt │ │ ├── breasts_sizes_scenes_revolving_around.txt │ │ ├── breasts_visibilty_parts.txt │ │ ├── breasts_visibilty_whole.txt │ │ ├── ears_misc.txt │ │ ├── ears_number.txt │ │ ├── ears_objects.txt │ │ ├── ears_other.txt │ │ ├── eyes_accessories.txt │ │ ├── eyes_around.txt │ │ ├── eyes_closed.txt │ │ ├── eyes_emotions_and_expressions.txt │ │ ├── eyes_gazes.txt │ │ ├── eyes_iris_colors.txt │ │ ├── eyes_iris_form.txt │ │ ├── eyes_iris_multiple_colors.txt │ │ ├── eyes_misc.txt │ │ ├── eyes_more_appearance_animal.txt │ │ ├── eyes_more_appearance_other.txt │ │ ├── eyes_more_appearance_series_specific.txt │ │ ├── eyes_more_appearance_stylistic.txt │ │ ├── eyes_number.txt │ │ ├── eyes_pupils.txt │ │ ├── eyes_sclera.txt │ │ ├── face_drawing_styles.txt │ │ ├── face_emotes.txt │ │ ├── face_emotions.txt │ │ ├── face_looking_at.txt │ │ ├── face_main.txt │ │ ├── face_misc.txt │ │ ├── face_sexual.txt │ │ ├── face_smile.txt │ │ ├── face_smile_main.txt │ │ ├── face_smug.txt │ │ ├── face_smug_main.txt │ │ ├── face_surprised_scared_sad.txt │ │ ├── face_surprised_scared_sad_main.txt │ │ ├── hair_actions.txt │ │ ├── hair_color.txt │ │ ├── hair_color_misc.txt │ │ ├── hair_color_multiple.txt │ │ ├── hair_facial.txt │ │ ├── hair_fantasy.txt │ │ ├── hair_misc.txt │ │ ├── hair_objects_accessories.txt │ │ ├── hair_objects_care.txt │ │ ├── hair_styles_back.txt │ │ ├── hair_styles_front.txt │ │ ├── hair_styles_length.txt │ │ ├── hair_styles_long.txt │ │ ├── hair_styles_medium.txt │ │ ├── hair_styles_misc.txt │ │ ├── hair_styles_over_the_body.txt │ │ ├── hair_styles_short.txt │ │ ├── hair_styles_tall.txt │ │ ├── hair_styles_texture.txt │ │ ├── hair_styles_tied.txt │ │ ├── hair_styles_top.txt │ │ ├── hands_strange.txt │ │ ├── hands_where_above_neck.txt │ │ ├── hands_where_breasts.txt │ │ ├── hands_where_lower_body.txt │ │ ├── hands_where_members.txt │ │ ├── hands_where_somewhere_else.txt │ │ └── hands_where_upper_body.txt │ ├── body-2 │ │ ├── legwear_action.txt │ │ ├── legwear_bands.txt │ │ ├── legwear_colors.txt │ │ ├── legwear_main.txt │ │ ├── legwear_misc.txt │ │ ├── legwear_multiple_colors.txt │ │ ├── legwear_pattern.txt │ │ ├── legwear_style.txt │ │ ├── neck_and_neckwear_actions.txt │ │ ├── neck_and_neckwear_anatomy.txt │ │ ├── neck_and_neckwear_attire_accessories_objects.txt │ │ ├── neck_and_neckwear_collar.txt │ │ ├── neck_and_neckwear_styles_colors.txt │ │ ├── neck_and_neckwear_styles_patterns.txt │ │ ├── nudity_by_gender.txt │ │ ├── nudity_complete.txt │ │ ├── nudity_dressing_covering_body_parts.txt │ │ ├── nudity_misc.txt │ │ ├── nudity_naughty_points_of_view.txt │ │ ├── nudity_partial_any_clothes.txt │ │ ├── nudity_partial_exposed_breasts.txt │ │ ├── nudity_partial_exposed_breasts_parts_of.txt │ │ ├── nudity_partial_exposed_chest.txt │ │ ├── nudity_partial_exposed_head_or_neck.txt │ │ ├── nudity_partial_exposed_nipples.txt │ │ ├── nudity_partial_exposed_shoulders_and_arms.txt │ │ ├── nudity_partial_exposed_torso.txt │ │ ├── nudity_partial_focus_on_exposed_ass_or_crotch.txt │ │ ├── nudity_partial_focus_on_exposed_legs_or_feet.txt │ │ ├── nudity_partial_misc.txt │ │ ├── nudity_partial_specific_clothes_or_ornaments_being_worn_as_exceptions.txt │ │ ├── nudity_touching_clothes.txt │ │ ├── panties_and_body_parts_breasts.txt │ │ ├── panties_and_body_parts_hands.txt │ │ ├── panties_and_body_parts_head.txt │ │ ├── panties_and_body_parts_legs.txt │ │ ├── panties_and_body_parts_misc.txt │ │ ├── panties_and_body_parts_penis.txt │ │ ├── panties_and_fluids.txt │ │ ├── panties_and_objects.txt │ │ ├── panties_appearance_additional.txt │ │ ├── panties_appearance_colors.txt │ │ ├── panties_appearance_incomplete.txt │ │ ├── panties_appearance_lowleg_highleg.txt │ │ ├── panties_appearance_materials.txt │ │ ├── panties_appearance_multiple_colors.txt │ │ ├── panties_appearance_patterns_and_prints.txt │ │ ├── panties_appearance_sizes.txt │ │ ├── panties_main.txt │ │ ├── panties_number.txt │ │ ├── panties_with_other_clothes.txt │ │ ├── piercings_general_locations_body.txt │ │ ├── piercings_general_locations_head_and_facial.txt │ │ ├── piercings_genital_female.txt │ │ ├── piercings_genital_male.txt │ │ ├── piercings_main.txt │ │ ├── piercings_misc.txt │ │ ├── pussy_adornments.txt │ │ ├── pussy_anatomy.txt │ │ ├── pussy_attire.txt │ │ ├── pussy_fluids.txt │ │ ├── pussy_hands_on.txt │ │ ├── pussy_sexual_objects_and_acts.txt │ │ ├── pussy_under_clothes.txt │ │ ├── pussy_visible_parts.txt │ │ ├── shoulders_anatomy.txt │ │ ├── shoulders_attire_clothing_desgined_to_leave_shoulders_asymmetrical_necklines.txt │ │ ├── shoulders_attire_clothing_desgined_to_leave_shoulders_bare_low_and_wide_cut_necklines.txt │ │ ├── shoulders_attire_clothing_desgined_to_leave_shoulders_bare_sleeveless.txt │ │ ├── shoulders_attire_clothing_desgined_to_leave_shoulders_bare_strapless.txt │ │ ├── shoulders_attire_exposed.txt │ │ ├── shoulders_attire_for.txt │ │ ├── shoulders_attire_other.txt │ │ ├── shoulders_with_somethinge_else_animals.txt │ │ ├── shoulders_with_somethinge_else_hands.txt │ │ ├── shoulders_with_somethinge_else_misc.txt │ │ ├── shoulders_with_somethinge_else_objects.txt │ │ ├── shoulders_with_somethinge_else_touching.txt │ │ ├── skin_color_abnormal.txt │ │ ├── skin_color_misc.txt │ │ ├── skin_color_normal.txt │ │ └── water_wet.txt │ ├── clothes │ │ ├── bra_colors.txt │ │ ├── bra_main.txt │ │ ├── bra_misc.txt │ │ ├── bra_models.txt │ │ ├── bra_multiple_colors.txt │ │ ├── bra_patterns_and_prints.txt │ │ ├── dress_appearance_colors.txt │ │ ├── dress_appearance_models.txt │ │ ├── dress_appearance_multiple_colors.txt │ │ ├── dress_appearance_other.txt │ │ ├── dress_appearance_patterns_and_prints.txt │ │ ├── dress_misc.txt │ │ ├── sleeves_colors.txt │ │ ├── sleeves_lack_thereof.txt │ │ ├── sleeves_lenght.txt │ │ ├── sleeves_misc.txt │ │ ├── sleeves_prints.txt │ │ ├── sleeves_styled.txt │ │ ├── sleeves_styles.txt │ │ ├── sleeves_trims.txt │ │ ├── swimsuit_colors.txt │ │ ├── swimsuit_male.txt │ │ ├── swimsuit_misc.txt │ │ ├── swimsuit_styles.txt │ │ ├── swimsuit_types.txt │ │ └── water_clothes.txt │ ├── colors │ │ ├── colors_collections.txt │ │ ├── colors_dominant_palettes.txt │ │ ├── colors_dominant_specific.txt │ │ └── colors_misc.txt │ ├── composition │ │ ├── image_composition_angle_perspective_depth.txt │ │ ├── image_composition_composition.txt │ │ ├── image_composition_flaws.txt │ │ ├── image_composition_focus.txt │ │ ├── image_composition_format.txt │ │ ├── image_composition_framing_body.txt │ │ ├── image_composition_other_patterns.txt │ │ ├── image_composition_styles.txt │ │ ├── image_composition_subject_matter.txt │ │ ├── image_composition_techniques.txt │ │ └── image_composition_traditional_japanese_patterns.txt │ ├── emoji │ │ └── emoji.txt │ ├── focus │ │ ├── focus_body_parts.txt │ │ ├── focus_gender.txt │ │ ├── focus_objects.txt │ │ └── focus_other.txt │ ├── food │ │ ├── food_actions.txt │ │ ├── food_breads.txt │ │ ├── food_condiments.txt │ │ ├── food_dairy.txt │ │ ├── food_drink_containers.txt │ │ ├── food_drink_main.txt │ │ ├── food_fruit.txt │ │ ├── food_main.txt │ │ ├── food_meal.txt │ │ ├── food_meat.txt │ │ ├── food_misc.txt │ │ ├── food_professions_and_establishments.txt │ │ ├── food_sexual.txt │ │ ├── food_snacks.txt │ │ ├── food_sweets.txt │ │ ├── food_sweets_main.txt │ │ ├── food_utensils.txt │ │ └── food_vegetable.txt │ ├── games │ │ ├── board_games_main.txt │ │ ├── board_games_pieces.txt │ │ ├── game_activities_board.txt │ │ ├── game_activities_card.txt │ │ ├── game_activities_group.txt │ │ ├── game_activities_hand.txt │ │ ├── game_activities_mechanical.txt │ │ ├── game_activities_places.txt │ │ └── game_activities_puzzle.txt │ ├── gesture │ │ ├── gestures_one_hand_one_open_finger.txt │ │ ├── gestures_one_hand_three_open_fingers.txt │ │ ├── gestures_one_hand_two_open_fingers.txt │ │ ├── gestures_one_hand_variable_number_of_open_fingers.txt │ │ ├── gestures_one_hand_whole_closed_hand.txt │ │ ├── gestures_one_hand_whole_open_hand.txt │ │ ├── gestures_other.txt │ │ └── gestures_two_hands.txt │ ├── group │ │ ├── groups_by_gender_boys.txt │ │ ├── groups_by_gender_girls.txt │ │ ├── groups_by_gender_other.txt │ │ ├── groups_everyone.txt │ │ └── groups_main.txt │ ├── nature and elements │ │ ├── fire_actions.txt │ │ ├── fire_body_parts.txt │ │ ├── fire_colors.txt │ │ ├── fire_forms.txt │ │ ├── fire_main.txt │ │ ├── fire_misc.txt │ │ ├── fire_objects.txt │ │ ├── flowers_main.txt │ │ ├── flowers_misc.txt │ │ ├── flowers_species.txt │ │ ├── plant_actions.txt │ │ ├── plant_locations.txt │ │ ├── plant_misc.txt │ │ ├── plant_parts.txt │ │ ├── plant_types.txt │ │ ├── tree_action.txt │ │ ├── tree_habitats.txt │ │ ├── tree_misc.txt │ │ ├── tree_parts.txt │ │ ├── tree_types.txt │ │ ├── water_geography_bodies.txt │ │ ├── water_geography_landforms.txt │ │ ├── water_ice.txt │ │ ├── water_main.txt │ │ ├── water_meteorology.txt │ │ ├── water_misc.txt │ │ └── water_steam.txt │ ├── object │ │ ├── eyewear_eyewear_frame_colors.txt │ │ ├── eyewear_eyewear_lens_colors.txt │ │ ├── eyewear_eyewear_misc.txt │ │ ├── eyewear_eyewear_types.txt │ │ ├── eyewear_glasses_misc.txt │ │ ├── eyewear_glasses_types.txt │ │ ├── eyewear_main.txt │ │ ├── eyewear_sunglasses.txt │ │ ├── headwear_accessories.txt │ │ ├── headwear_actions.txt │ │ ├── headwear_colors.txt │ │ ├── headwear_crowns.txt │ │ ├── headwear_hats_brimless.txt │ │ ├── headwear_hats_misc.txt │ │ ├── headwear_hats_with_brim.txt │ │ ├── headwear_hats_with_ear_flaps.txt │ │ ├── headwear_hats_with_visor.txt │ │ ├── headwear_helmets.txt │ │ ├── headwear_non_specific_styles.txt │ │ ├── headwear_not_headwear.txt │ │ ├── headwear_other.txt │ │ ├── headwear_types.txt │ │ ├── injury_coverings.txt │ │ ├── injury_misc.txt │ │ ├── injury_visible.txt │ │ ├── sex_objects_BDSM.txt │ │ ├── sex_objects_fluids.txt │ │ ├── sex_objects_sex_toys.txt │ │ ├── sports_equpment.txt │ │ ├── tail_and_objects.txt │ │ ├── tail_and_sex.txt │ │ ├── tail_main.txt │ │ ├── tail_misc.txt │ │ ├── tail_number.txt │ │ ├── tail_types_elemental.txt │ │ ├── tail_types_mammals.txt │ │ ├── tail_types_other_animals.txt │ │ ├── tail_types_supernatural.txt │ │ ├── technology_armor_futuristic.txt │ │ ├── technology_armor_modern.txt │ │ ├── technology_artificial_life.txt │ │ ├── technology_computers.txt │ │ ├── technology_costumes.txt │ │ ├── technology_descriptions.txt │ │ ├── technology_holograms.txt │ │ ├── technology_jobs.txt │ │ ├── technology_mecha.txt │ │ ├── technology_medical.txt │ │ ├── technology_parts_electronic.txt │ │ ├── technology_parts_main.txt │ │ ├── technology_parts_mechanical.txt │ │ ├── technology_personal_communication.txt │ │ ├── technology_places.txt │ │ ├── technology_prosthetics.txt │ │ ├── technology_radio.txt │ │ ├── technology_robots.txt │ │ ├── technology_scientific.txt │ │ ├── technology_space.txt │ │ ├── technology_themes.txt │ │ ├── technology_tools.txt │ │ ├── technology_vehicles_aerospace.txt │ │ ├── technology_vehicles_land.txt │ │ ├── technology_vehicles_naval.txt │ │ ├── technology_vehicles_power_sources.txt │ │ ├── water_vehicles.txt │ │ ├── wings_colors.txt │ │ ├── wings_main.txt │ │ ├── wings_misc.txt │ │ ├── wings_number.txt │ │ ├── wings_sizes.txt │ │ ├── wings_types_elemental.txt │ │ ├── wings_types_false.txt │ │ ├── wings_types_insects.txt │ │ ├── wings_types_other.txt │ │ ├── wings_types_supernatural.txt │ │ └── wings_where_attached.txt │ ├── pose │ │ ├── posture_arms_basic.txt │ │ ├── posture_arms_specific.txt │ │ ├── posture_basic.txt │ │ ├── posture_carrying.txt │ │ ├── posture_foot_position.txt │ │ ├── posture_hand_position.txt │ │ ├── posture_hands_touching_each_other.txt │ │ ├── posture_head.txt │ │ ├── posture_hips.txt │ │ ├── posture_hugging_main.txt │ │ ├── posture_hugging_one_character.txt │ │ ├── posture_hugging_two_characters.txt │ │ ├── posture_knee_location.txt │ │ ├── posture_leg_location.txt │ │ ├── posture_movement_of_the_body.txt │ │ ├── posture_other_whole_body.txt │ │ ├── posture_poses.txt │ │ ├── posture_rest_points.txt │ │ ├── posture_three_characters.txt │ │ ├── posture_torso.txt │ │ ├── posture_two_characters.txt │ │ ├── sex_acts_before.txt │ │ ├── sex_acts_fetishes_ageplay.txt │ │ ├── sex_acts_fetishes_animal_play.txt │ │ ├── sex_acts_fetishes_body_types.txt │ │ ├── sex_acts_fetishes_bondage.txt │ │ ├── sex_acts_fetishes_breasts.txt │ │ ├── sex_acts_fetishes_cum_play.txt │ │ ├── sex_acts_fetishes_exhibitionism.txt │ │ ├── sex_acts_fetishes_extreme_mutilation.txt │ │ ├── sex_acts_fetishes_extreme_scat_and_urination.txt │ │ ├── sex_acts_fetishes_facial_expressions.txt │ │ ├── sex_acts_fetishes_gender_play.txt │ │ ├── sex_acts_fetishes_incest.txt │ │ ├── sex_acts_fetishes_misc.txt │ │ ├── sex_acts_fetishes_rape.txt │ │ ├── sex_acts_fetishes_smother.txt │ │ ├── sex_acts_fetishes_views.txt │ │ ├── sex_acts_group_sex.txt │ │ ├── sex_acts_penetration_and_insertion.txt │ │ ├── sex_acts_same_sex.txt │ │ ├── sex_acts_stimulation.txt │ │ ├── sexual_positions_bondage.txt │ │ ├── sexual_positions_main.txt │ │ └── sleeves_actions.txt │ └── var │ │ ├── jobs.txt │ │ ├── prints_patterns.txt │ │ ├── prints_patterns_specific.txt │ │ ├── prints_patterns_things.txt │ │ ├── prints_print_items.txt │ │ ├── sports_list.txt │ │ ├── sports_main.txt │ │ ├── verbs_and_gerunds_ambiguous.txt │ │ ├── verbs_and_gerunds_gerunds.txt │ │ └── verbs_and_gerunds_verbs.txt ├── jumbo │ ├── README.md │ ├── aesthetics │ │ ├── colours.txt │ │ ├── colours │ │ │ ├── black.txt │ │ │ ├── blue.txt │ │ │ ├── brown.txt │ │ │ ├── cyan.txt │ │ │ ├── green.txt │ │ │ ├── grey.txt │ │ │ ├── orange.txt │ │ │ ├── pink.txt │ │ │ ├── purple.txt │ │ │ ├── red.txt │ │ │ ├── violet.txt │ │ │ ├── white.txt │ │ │ └── yellow.txt │ │ └── general_aesthetics.txt │ ├── appearance │ │ ├── adjectives.txt │ │ ├── appearance.txt │ │ ├── haircolour.txt │ │ └── size.txt │ ├── creatures │ │ ├── adnd.txt │ │ ├── adnd │ │ │ ├── aberration.txt │ │ │ ├── beast.txt │ │ │ ├── celestial.txt │ │ │ ├── construct.txt │ │ │ ├── dragon.txt │ │ │ ├── elemental.txt │ │ │ ├── fey.txt │ │ │ ├── fiend.txt │ │ │ ├── giant.txt │ │ │ ├── humanoid.txt │ │ │ ├── monstrosity.txt │ │ │ ├── ooze.txt │ │ │ ├── plant.txt │ │ │ ├── swarm.txt │ │ │ └── undead.txt │ │ ├── animals.txt │ │ ├── animals │ │ │ ├── birds.txt │ │ │ ├── birds │ │ │ │ ├── Accipitriformes │ │ │ │ │ ├── hawks,_eagles,_and_kites.txt │ │ │ │ │ ├── osprey.txt │ │ │ │ │ └── secretarybird.txt │ │ │ │ ├── Anseriformes │ │ │ │ │ ├── ducks,_geese,_and_waterfowl.txt │ │ │ │ │ ├── magpie_goose.txt │ │ │ │ │ └── screamers.txt │ │ │ │ ├── Apterygiformes │ │ │ │ │ └── kiwis.txt │ │ │ │ ├── Bucerotiformes │ │ │ │ │ ├── ground-hornbills.txt │ │ │ │ │ ├── hoopoes.txt │ │ │ │ │ ├── hornbills.txt │ │ │ │ │ └── woodhoopoes_and_scimitarbills.txt │ │ │ │ ├── Caprimulgiformes │ │ │ │ │ ├── frogmouths.txt │ │ │ │ │ ├── hummingbirds.txt │ │ │ │ │ ├── nightjars_and_allies.txt │ │ │ │ │ ├── oilbird.txt │ │ │ │ │ ├── owlet-nightjars.txt │ │ │ │ │ ├── potoos.txt │ │ │ │ │ ├── swifts.txt │ │ │ │ │ └── treeswifts.txt │ │ │ │ ├── Cariamiformes │ │ │ │ │ └── seriemas.txt │ │ │ │ ├── Casuariiformes │ │ │ │ │ └── cassowaries_and_emu.txt │ │ │ │ ├── Cathartiformes │ │ │ │ │ └── new_world_vultures.txt │ │ │ │ ├── Charadriiformes │ │ │ │ │ ├── auks,_murres,_and_puffins.txt │ │ │ │ │ ├── buttonquail.txt │ │ │ │ │ ├── crab-plover.txt │ │ │ │ │ ├── egyptian_plover.txt │ │ │ │ │ ├── gulls,_terns,_and_skimmers.txt │ │ │ │ │ ├── ibisbill.txt │ │ │ │ │ ├── jacanas.txt │ │ │ │ │ ├── magellanic_plover.txt │ │ │ │ │ ├── oystercatchers.txt │ │ │ │ │ ├── painted-snipes.txt │ │ │ │ │ ├── plains-wanderer.txt │ │ │ │ │ ├── plovers_and_lapwings.txt │ │ │ │ │ ├── pratincoles_and_coursers.txt │ │ │ │ │ ├── sandpipers_and_allies.txt │ │ │ │ │ ├── seedsnipes.txt │ │ │ │ │ ├── sheathbills.txt │ │ │ │ │ ├── skuas_and_jaegers.txt │ │ │ │ │ ├── stilts_and_avocets.txt │ │ │ │ │ └── thick-knees.txt │ │ │ │ ├── Ciconiiformes │ │ │ │ │ └── storks.txt │ │ │ │ ├── Coliiformes │ │ │ │ │ └── mousebirds.txt │ │ │ │ ├── Columbiformes │ │ │ │ │ └── pigeons_and_doves.txt │ │ │ │ ├── Coraciiformes │ │ │ │ │ ├── bee-eaters.txt │ │ │ │ │ ├── ground-rollers.txt │ │ │ │ │ ├── kingfishers.txt │ │ │ │ │ ├── motmots.txt │ │ │ │ │ ├── rollers.txt │ │ │ │ │ └── todies.txt │ │ │ │ ├── Cuculiformes │ │ │ │ │ └── cuckoos.txt │ │ │ │ ├── Eurypygiformes │ │ │ │ │ ├── kagu.txt │ │ │ │ │ └── sunbittern.txt │ │ │ │ ├── Falconiformes │ │ │ │ │ └── falcons_and_caracaras.txt │ │ │ │ ├── Galbuliformes │ │ │ │ │ ├── jacamars.txt │ │ │ │ │ └── puffbirds.txt │ │ │ │ ├── Galliformes │ │ │ │ │ ├── guans,_chachalacas,_and_curassows.txt │ │ │ │ │ ├── guineafowl.txt │ │ │ │ │ ├── megapodes.txt │ │ │ │ │ ├── new_world_quail.txt │ │ │ │ │ └── pheasants,_grouse,_and_allies.txt │ │ │ │ ├── Gaviiformes │ │ │ │ │ └── loons.txt │ │ │ │ ├── Gruiformes │ │ │ │ │ ├── cranes.txt │ │ │ │ │ ├── finfoots.txt │ │ │ │ │ ├── flufftails.txt │ │ │ │ │ ├── limpkin.txt │ │ │ │ │ ├── rails,_gallinules,_and_coots.txt │ │ │ │ │ └── trumpeters.txt │ │ │ │ ├── Leptosomiformes │ │ │ │ │ └── cuckoo-roller.txt │ │ │ │ ├── Mesitornithiformes │ │ │ │ │ └── mesites.txt │ │ │ │ ├── Musophagiformes │ │ │ │ │ └── turacos.txt │ │ │ │ ├── Opisthocomiformes │ │ │ │ │ └── hoatzin.txt │ │ │ │ ├── Otidiformes │ │ │ │ │ └── bustards.txt │ │ │ │ ├── Passeriformes │ │ │ │ │ ├── accentors.txt │ │ │ │ │ ├── african_and_green_broadbills.txt │ │ │ │ │ ├── african_warblers.txt │ │ │ │ │ ├── antpittas.txt │ │ │ │ │ ├── antthrushes.txt │ │ │ │ │ ├── asian_and_grauer's_broadbills.txt │ │ │ │ │ ├── asities.txt │ │ │ │ │ ├── australasian_robins.txt │ │ │ │ │ ├── australasian_treecreepers.txt │ │ │ │ │ ├── australo-papuan_bellbirds.txt │ │ │ │ │ ├── bearded_reedling.txt │ │ │ │ │ ├── berrypeckers_and_longbills.txt │ │ │ │ │ ├── birds-of-paradise.txt │ │ │ │ │ ├── boatbills.txt │ │ │ │ │ ├── bowerbirds.txt │ │ │ │ │ ├── bristlebirds.txt │ │ │ │ │ ├── bristlehead.txt │ │ │ │ │ ├── bulbuls.txt │ │ │ │ │ ├── bush_warblers_and_allies.txt │ │ │ │ │ ├── bushshrikes_and_allies.txt │ │ │ │ │ ├── cardinals_and_allies.txt │ │ │ │ │ ├── chat-tanagers.txt │ │ │ │ │ ├── cisticolas_and_allies.txt │ │ │ │ │ ├── cotingas.txt │ │ │ │ │ ├── crescentchests.txt │ │ │ │ │ ├── crested_shrikejay.txt │ │ │ │ │ ├── crows,_jays,_and_magpies.txt │ │ │ │ │ ├── cuban_warblers.txt │ │ │ │ │ ├── cuckooshrikes.txt │ │ │ │ │ ├── cupwings.txt │ │ │ │ │ ├── dapple-throat_and_allies.txt │ │ │ │ │ ├── dippers.txt │ │ │ │ │ ├── donacobius.txt │ │ │ │ │ ├── drongos.txt │ │ │ │ │ ├── fairy-bluebirds.txt │ │ │ │ │ ├── fairy_flycatchers.txt │ │ │ │ │ ├── fairywrens.txt │ │ │ │ │ ├── fantails.txt │ │ │ │ │ ├── finches,_euphonias,_and_allies.txt │ │ │ │ │ ├── flowerpeckers.txt │ │ │ │ │ ├── gnatcatchers.txt │ │ │ │ │ ├── gnateaters.txt │ │ │ │ │ ├── grassbirds_and_allies.txt │ │ │ │ │ ├── ground_babblers_and_allies.txt │ │ │ │ │ ├── hawaiian_honeyeaters.txt │ │ │ │ │ ├── hispaniolan_tanagers.txt │ │ │ │ │ ├── honeyeaters.txt │ │ │ │ │ ├── hyliotas.txt │ │ │ │ │ ├── hylocitrea.txt │ │ │ │ │ ├── hypocolius.txt │ │ │ │ │ ├── ifrita.txt │ │ │ │ │ ├── indigobirds.txt │ │ │ │ │ ├── ioras.txt │ │ │ │ │ ├── kinglets.txt │ │ │ │ │ ├── larks.txt │ │ │ │ │ ├── laughingthrushes_and_allies.txt │ │ │ │ │ ├── leaf_warblers.txt │ │ │ │ │ ├── leafbirds.txt │ │ │ │ │ ├── logrunners.txt │ │ │ │ │ ├── long-tailed_tits.txt │ │ │ │ │ ├── longspurs_and_snow_buntings.txt │ │ │ │ │ ├── lyrebirds.txt │ │ │ │ │ ├── malagasy_warblers.txt │ │ │ │ │ ├── manakins.txt │ │ │ │ │ ├── melampittas.txt │ │ │ │ │ ├── mitrospingid_tanagers.txt │ │ │ │ │ ├── mockingbirds_and_thrashers.txt │ │ │ │ │ ├── monarch_flycatchers.txt │ │ │ │ │ ├── mottled_berryhunter.txt │ │ │ │ │ ├── new_world_sparrows.txt │ │ │ │ │ ├── new_world_warblers.txt │ │ │ │ │ ├── new_zealand_wrens.txt │ │ │ │ │ ├── nicators.txt │ │ │ │ │ ├── nuthatches.txt │ │ │ │ │ ├── old_world_buntings.txt │ │ │ │ │ ├── old_world_flycatchers.txt │ │ │ │ │ ├── old_world_orioles.txt │ │ │ │ │ ├── old_world_sparrows.txt │ │ │ │ │ ├── olive_warbler.txt │ │ │ │ │ ├── ovenbirds_and_woodcreepers.txt │ │ │ │ │ ├── oxpeckers.txt │ │ │ │ │ ├── palmchat.txt │ │ │ │ │ ├── pardalotes.txt │ │ │ │ │ ├── penduline-tits.txt │ │ │ │ │ ├── pittas.txt │ │ │ │ │ ├── ploughbill.txt │ │ │ │ │ ├── przevalski's_pinktail.txt │ │ │ │ │ ├── pseudo-babblers.txt │ │ │ │ │ ├── puerto_rican_tanager.txt │ │ │ │ │ ├── quail-thrushes_and_jewel-babblers.txt │ │ │ │ │ ├── rail-babbler.txt │ │ │ │ │ ├── reed_warblers_and_allies.txt │ │ │ │ │ ├── rockfowl.txt │ │ │ │ │ ├── rockjumpers.txt │ │ │ │ │ ├── sapayoa.txt │ │ │ │ │ ├── satinbirds.txt │ │ │ │ │ ├── scrub-birds.txt │ │ │ │ │ ├── sharpbill,_royal_flycatcher,_and_allies.txt │ │ │ │ │ ├── shrike-tits.txt │ │ │ │ │ ├── shrikes.txt │ │ │ │ │ ├── silky-flycatchers.txt │ │ │ │ │ ├── sittellas.txt │ │ │ │ │ ├── spindalises.txt │ │ │ │ │ ├── spotted_elachura.txt │ │ │ │ │ ├── starlings.txt │ │ │ │ │ ├── stitchbird.txt │ │ │ │ │ ├── sugarbirds.txt │ │ │ │ │ ├── sunbirds_and_spiderhunters.txt │ │ │ │ │ ├── swallows.txt │ │ │ │ │ ├── sylviid_warblers,_parrotbills,_and_allies.txt │ │ │ │ │ ├── tanagers_and_allies.txt │ │ │ │ │ ├── tapaculos.txt │ │ │ │ │ ├── thornbills_and_allies.txt │ │ │ │ │ ├── thrush-tanager.txt │ │ │ │ │ ├── thrushes_and_allies.txt │ │ │ │ │ ├── tit_berrypecker_and_crested_berrypecker.txt │ │ │ │ │ ├── tits,_chickadees,_and_titmice.txt │ │ │ │ │ ├── tityras_and_allies.txt │ │ │ │ │ ├── tree-babblers,_scimitar-babblers,_and_allies.txt │ │ │ │ │ ├── treecreepers.txt │ │ │ │ │ ├── troupials_and_allies.txt │ │ │ │ │ ├── typical_antbirds.txt │ │ │ │ │ ├── tyrant_flycatchers.txt │ │ │ │ │ ├── vangas,_helmetshrikes,_and_allies.txt │ │ │ │ │ ├── vireos,_shrike-babblers,_and_erpornis.txt │ │ │ │ │ ├── wagtails_and_pipits.txt │ │ │ │ │ ├── wallcreeper.txt │ │ │ │ │ ├── wattle-eyes_and_batises.txt │ │ │ │ │ ├── wattlebirds.txt │ │ │ │ │ ├── waxbills_and_allies.txt │ │ │ │ │ ├── waxwings.txt │ │ │ │ │ ├── weavers_and_allies.txt │ │ │ │ │ ├── whipbirds_and_wedgebills.txt │ │ │ │ │ ├── whistlers_and_allies.txt │ │ │ │ │ ├── white-eyes,_yuhinas,_and_allies.txt │ │ │ │ │ ├── white-winged_chough_and_apostlebird.txt │ │ │ │ │ ├── whiteheads.txt │ │ │ │ │ ├── woodswallows,_bellmagpies,_and_allies.txt │ │ │ │ │ ├── wrens.txt │ │ │ │ │ ├── wrenthrush.txt │ │ │ │ │ └── yellow-breasted_chat.txt │ │ │ │ ├── Pelecaniformes │ │ │ │ │ ├── hamerkop.txt │ │ │ │ │ ├── herons,_egrets,_and_bitterns.txt │ │ │ │ │ ├── ibises_and_spoonbills.txt │ │ │ │ │ ├── pelicans.txt │ │ │ │ │ └── shoebill.txt │ │ │ │ ├── Phaethontiformes │ │ │ │ │ └── tropicbirds.txt │ │ │ │ ├── Phoenicopteriformes │ │ │ │ │ └── flamingos.txt │ │ │ │ ├── Piciformes │ │ │ │ │ ├── african_barbets.txt │ │ │ │ │ ├── asian_barbets.txt │ │ │ │ │ ├── honeyguides.txt │ │ │ │ │ ├── new_world_barbets.txt │ │ │ │ │ ├── toucan-barbets.txt │ │ │ │ │ ├── toucans.txt │ │ │ │ │ └── woodpeckers.txt │ │ │ │ ├── Podicipediformes │ │ │ │ │ └── grebes.txt │ │ │ │ ├── Procellariiformes │ │ │ │ │ ├── albatrosses.txt │ │ │ │ │ ├── northern_storm-petrels.txt │ │ │ │ │ ├── shearwaters_and_petrels.txt │ │ │ │ │ └── southern_storm-petrels.txt │ │ │ │ ├── Psittaciformes │ │ │ │ │ ├── cockatoos.txt │ │ │ │ │ ├── new_world_and_african_parrots.txt │ │ │ │ │ ├── new_zealand_parrots.txt │ │ │ │ │ └── old_world_parrots.txt │ │ │ │ ├── Pterocliformes │ │ │ │ │ └── sandgrouse.txt │ │ │ │ ├── Rheiformes │ │ │ │ │ └── rheas.txt │ │ │ │ ├── Sphenisciformes │ │ │ │ │ └── penguins.txt │ │ │ │ ├── Strigiformes │ │ │ │ │ ├── barn-owls.txt │ │ │ │ │ └── owls.txt │ │ │ │ ├── Struthioniformes │ │ │ │ │ └── ostriches.txt │ │ │ │ ├── Suliformes │ │ │ │ │ ├── anhingas.txt │ │ │ │ │ ├── boobies_and_gannets.txt │ │ │ │ │ ├── cormorants_and_shags.txt │ │ │ │ │ └── frigatebirds.txt │ │ │ │ ├── Tinamiformes │ │ │ │ │ └── tinamous.txt │ │ │ │ └── Trogoniformes │ │ │ │ │ └── trogons.txt │ │ │ ├── cats.txt │ │ │ ├── dinosaurs.txt │ │ │ ├── dogs.txt │ │ │ ├── donkeys.txt │ │ │ ├── horses.txt │ │ │ ├── mainly_ducks.txt │ │ │ ├── ponies.txt │ │ │ └── rabbits.txt │ │ ├── cthulhu.txt │ │ ├── cthulhu │ │ │ ├── earth_native.txt │ │ │ ├── extinct.txt │ │ │ ├── extra_dimensional.txt │ │ │ ├── extra_terrestrial.txt │ │ │ ├── non_sapient.txt │ │ │ ├── outergods.txt │ │ │ └── sapient.txt │ │ ├── mtg │ │ │ ├── aetherborn.txt │ │ │ ├── aetherborn │ │ │ │ ├── aetherborn_artificer.txt │ │ │ │ ├── aetherborn_rogue.txt │ │ │ │ └── aetherborn_warrior.txt │ │ │ ├── ajani.txt │ │ │ ├── angel.txt │ │ │ ├── angel │ │ │ │ ├── angel_advisor.txt │ │ │ │ ├── angel_berserker.txt │ │ │ │ ├── angel_cleric.txt │ │ │ │ ├── angel_general.txt │ │ │ │ ├── angel_soldier.txt │ │ │ │ └── angel_spirit.txt │ │ │ ├── angrath.txt │ │ │ ├── antelope.txt │ │ │ ├── ape_shaman.txt │ │ │ ├── ashiok.txt │ │ │ ├── astartes_warrior.txt │ │ │ ├── atog.txt │ │ │ ├── aura.txt │ │ │ ├── avatar.txt │ │ │ ├── azra_warrior.txt │ │ │ ├── badger.txt │ │ │ ├── basilisk.txt │ │ │ ├── beast_mutant.txt │ │ │ ├── beasts │ │ │ │ ├── beast.txt │ │ │ │ ├── goat_beast.txt │ │ │ │ ├── hippo.txt │ │ │ │ ├── jackal.txt │ │ │ │ ├── jackal_warrior.txt │ │ │ │ ├── rhino_beast.txt │ │ │ │ ├── rhino_monk.txt │ │ │ │ ├── rhino_soldier.txt │ │ │ │ └── wolf_warrior.txt │ │ │ ├── beeble.txt │ │ │ ├── bird.txt │ │ │ ├── bird │ │ │ │ ├── bird_beast.txt │ │ │ │ ├── bird_citizen.txt │ │ │ │ ├── bird_cleric.txt │ │ │ │ ├── bird_general.txt │ │ │ │ ├── bird_rogue.txt │ │ │ │ ├── bird_scout.txt │ │ │ │ ├── bird_shaman.txt │ │ │ │ ├── bird_soldier.txt │ │ │ │ ├── bird_warrior.txt │ │ │ │ └── bird_wizard.txt │ │ │ ├── boar.txt │ │ │ ├── bolas.txt │ │ │ ├── bringer.txt │ │ │ ├── brushwagg.txt │ │ │ ├── cat.txt │ │ │ ├── cat │ │ │ │ ├── cat_advisor.txt │ │ │ │ ├── cat_citizen.txt │ │ │ │ ├── cat_cleric.txt │ │ │ │ ├── cat_demon.txt │ │ │ │ ├── cat_monk.txt │ │ │ │ ├── cat_rogue.txt │ │ │ │ ├── cat_scout.txt │ │ │ │ ├── cat_spirit.txt │ │ │ │ └── cat_warrior.txt │ │ │ ├── centaur.txt │ │ │ ├── centaur │ │ │ │ ├── centaur_archer.txt │ │ │ │ ├── centaur_cleric.txt │ │ │ │ └── centaur_warrior.txt │ │ │ ├── cephalid.txt │ │ │ ├── cephalid │ │ │ │ ├── cephalid_general.txt │ │ │ │ ├── cephalid_rogue.txt │ │ │ │ └── cephalid_wizard.txt │ │ │ ├── chandra.txt │ │ │ ├── clamfolk.txt │ │ │ ├── cockatrice.txt │ │ │ ├── construct.txt │ │ │ ├── creature.txt │ │ │ ├── critters │ │ │ │ ├── insect_druid.txt │ │ │ │ ├── insect_general.txt │ │ │ │ ├── insect_horror.txt │ │ │ │ ├── insect_warrior.txt │ │ │ │ └── spider.txt │ │ │ ├── crocodile.txt │ │ │ ├── cyborg_knight.txt │ │ │ ├── cyborg_rigger.txt │ │ │ ├── cyclops_warrior.txt │ │ │ ├── dauthi_minion.txt │ │ │ ├── demigod.txt │ │ │ ├── demon.txt │ │ │ ├── demon_spirit.txt │ │ │ ├── devil.txt │ │ │ ├── devil_warrior.txt │ │ │ ├── dinosaur.txt │ │ │ ├── djinn.txt │ │ │ ├── djinn │ │ │ │ ├── djinn_general.txt │ │ │ │ └── djinn_wizard.txt │ │ │ ├── dog.txt │ │ │ ├── dog │ │ │ │ ├── dog_archer.txt │ │ │ │ ├── dog_general.txt │ │ │ │ └── dog_scout.txt │ │ │ ├── domri.txt │ │ │ ├── dovin.txt │ │ │ ├── dragon.txt │ │ │ ├── dragon │ │ │ │ ├── dragon.txt │ │ │ │ ├── dragon_avatar.txt │ │ │ │ ├── dragon_spirit.txt │ │ │ │ ├── dragon_warrior.txt │ │ │ │ ├── dragon_wizard.txt │ │ │ │ └── elder_dragon.txt │ │ │ ├── drone.txt │ │ │ ├── dryad_shaman.txt │ │ │ ├── dryad_spellshaper.txt │ │ │ ├── dwarf.txt │ │ │ ├── dwarf │ │ │ │ ├── dwarf_artificer.txt │ │ │ │ ├── dwarf_cleric.txt │ │ │ │ ├── dwarf_general.txt │ │ │ │ ├── dwarf_pilot.txt │ │ │ │ ├── dwarf_shaman.txt │ │ │ │ └── dwarf_soldier.txt │ │ │ ├── efreet.txt │ │ │ ├── efreet │ │ │ │ ├── efreet_general.txt │ │ │ │ ├── efreet_monk.txt │ │ │ │ └── efreet_shaman.txt │ │ │ ├── elder_dinosaur.txt │ │ │ ├── eldrazi.txt │ │ │ ├── eldrazi │ │ │ │ ├── eldrazi.txt │ │ │ │ ├── eldrazi_drone.txt │ │ │ │ ├── eldrazi_insect.txt │ │ │ │ └── eldrazi_processor.txt │ │ │ ├── elemental.txt │ │ │ ├── elephant_soldier.txt │ │ │ ├── elf.txt │ │ │ ├── elf │ │ │ │ ├── elf_archer.txt │ │ │ │ ├── elf_cleric.txt │ │ │ │ ├── elf_general.txt │ │ │ │ ├── elf_noble.txt │ │ │ │ ├── elf_scout.txt │ │ │ │ ├── elf_shaman.txt │ │ │ │ └── elf_wizard.txt │ │ │ ├── elspeth.txt │ │ │ ├── faerie_soldier.txt │ │ │ ├── faerie_wizard.txt │ │ │ ├── fish.txt │ │ │ ├── fox_cleric.txt │ │ │ ├── frog_beast.txt │ │ │ ├── fungus.txt │ │ │ ├── fungus_beast.txt │ │ │ ├── garruk.txt │ │ │ ├── giant.txt │ │ │ ├── giant │ │ │ │ ├── giant_berserker.txt │ │ │ │ ├── giant_druid.txt │ │ │ │ ├── giant_general.txt │ │ │ │ ├── giant_knight.txt │ │ │ │ ├── giant_shaman.txt │ │ │ │ ├── giant_soldier.txt │ │ │ │ └── giant_warrior.txt │ │ │ ├── gideon.txt │ │ │ ├── goat.txt │ │ │ ├── goblin.txt │ │ │ ├── goblin │ │ │ │ ├── goblin.txt │ │ │ │ ├── goblin_artificer.txt │ │ │ │ ├── goblin_shaman.txt │ │ │ │ └── goblin_warrior.txt │ │ │ ├── god.txt │ │ │ ├── golem.txt │ │ │ ├── gorgon.txt │ │ │ ├── gremlin.txt │ │ │ ├── hellion_beast.txt │ │ │ ├── hippogriff.txt │ │ │ ├── homunculus.txt │ │ │ ├── horror.txt │ │ │ ├── horror_mercenary.txt │ │ │ ├── horse.txt │ │ │ ├── huatli.txt │ │ │ ├── human.txt │ │ │ ├── human │ │ │ │ ├── human_advisor.txt │ │ │ │ ├── human_archer.txt │ │ │ │ ├── human_artificer.txt │ │ │ │ ├── human_assassin.txt │ │ │ │ ├── human_barbarian.txt │ │ │ │ ├── human_berserker.txt │ │ │ │ ├── human_citizen.txt │ │ │ │ ├── human_cleric.txt │ │ │ │ ├── human_druid.txt │ │ │ │ ├── human_gamer.txt │ │ │ │ ├── human_horror.txt │ │ │ │ ├── human_knight.txt │ │ │ │ ├── human_knight_ally.txt │ │ │ │ ├── human_mercenary.txt │ │ │ │ ├── human_minion.txt │ │ │ │ ├── human_monk.txt │ │ │ │ ├── human_monk_cleric.txt │ │ │ │ ├── human_ninja.txt │ │ │ │ ├── human_noble.txt │ │ │ │ ├── human_nomad_mystic.txt │ │ │ │ ├── human_pilot.txt │ │ │ │ ├── human_pirate.txt │ │ │ │ ├── human_pirate_wizard.txt │ │ │ │ ├── human_ranger.txt │ │ │ │ ├── human_rebel_cleric.txt │ │ │ │ ├── human_rogue.txt │ │ │ │ ├── human_samurai.txt │ │ │ │ ├── human_scout.txt │ │ │ │ ├── human_shaman.txt │ │ │ │ ├── human_shaman_ally.txt │ │ │ │ ├── human_soldiers.txt │ │ │ │ ├── human_spellshaper.txt │ │ │ │ ├── human_warlock.txt │ │ │ │ ├── human_warrior.txt │ │ │ │ ├── human_warrior_ally.txt │ │ │ │ ├── human_wizard.txt │ │ │ │ └── human_wizards.txt │ │ │ ├── hydra.txt │ │ │ ├── hyena.txt │ │ │ ├── illusion.txt │ │ │ ├── illusion_wall.txt │ │ │ ├── imp.txt │ │ │ ├── incarnation.txt │ │ │ ├── jace.txt │ │ │ ├── jaya.txt │ │ │ ├── juggernaut.txt │ │ │ ├── karn.txt │ │ │ ├── kavu.txt │ │ │ ├── kaya.txt │ │ │ ├── killbot.txt │ │ │ ├── kiora.txt │ │ │ ├── kirin.txt │ │ │ ├── kirin_spirit.txt │ │ │ ├── kithkin.txt │ │ │ ├── kobold_warrior.txt │ │ │ ├── kor.txt │ │ │ ├── kor │ │ │ │ ├── kor_soldier.txt │ │ │ │ ├── kor_soldier_ally.txt │ │ │ │ ├── kor_spirit.txt │ │ │ │ ├── kor_warrior.txt │ │ │ │ └── kor_wizard.txt │ │ │ ├── leech.txt │ │ │ ├── leviathan.txt │ │ │ ├── lhurgoyf.txt │ │ │ ├── licid.txt │ │ │ ├── liliana.txt │ │ │ ├── manticore.txt │ │ │ ├── masticore.txt │ │ │ ├── merfolk.txt │ │ │ ├── merfolk │ │ │ │ ├── merfolk_general.txt │ │ │ │ ├── merfolk_rogue.txt │ │ │ │ ├── merfolk_shaman.txt │ │ │ │ └── merfolk_wizard.txt │ │ │ ├── metathran.txt │ │ │ ├── minotaur.txt │ │ │ ├── misc.txt │ │ │ ├── mongoose.txt │ │ │ ├── monkey.txt │ │ │ ├── naga.txt │ │ │ ├── naga │ │ │ │ ├── naga_cleric.txt │ │ │ │ ├── naga_shaman.txt │ │ │ │ └── naga_warrior.txt │ │ │ ├── nahiri.txt │ │ │ ├── narset.txt │ │ │ ├── necron.txt │ │ │ ├── necron_wizard.txt │ │ │ ├── nephilim.txt │ │ │ ├── nightmare.txt │ │ │ ├── nightmare_horror.txt │ │ │ ├── nightmare_horse.txt │ │ │ ├── nightstalker.txt │ │ │ ├── nissa.txt │ │ │ ├── nixilis.txt │ │ │ ├── noggle_rogue.txt │ │ │ ├── nymph_dryad.txt │ │ │ ├── octopus.txt │ │ │ ├── ogre.txt │ │ │ ├── ogre │ │ │ │ ├── ogre_berserker.txt │ │ │ │ ├── ogre_general.txt │ │ │ │ ├── ogre_mutant.txt │ │ │ │ ├── ogre_rogue.txt │ │ │ │ └── ogre_warrior.txt │ │ │ ├── orc.txt │ │ │ ├── orc │ │ │ │ ├── orc_berserker.txt │ │ │ │ ├── orc_general.txt │ │ │ │ ├── orc_rogue.txt │ │ │ │ ├── orc_shaman.txt │ │ │ │ ├── orc_warrior.txt │ │ │ │ └── orc_wizard.txt │ │ │ ├── orgg.txt │ │ │ ├── ouphe.txt │ │ │ ├── ox.txt │ │ │ ├── pegasus.txt │ │ │ ├── phoenix.txt │ │ │ ├── phyrexian.txt │ │ │ ├── plant.txt │ │ │ ├── plant │ │ │ │ ├── plant_dog.txt │ │ │ │ ├── plant_elemental.txt │ │ │ │ ├── plant_general.txt │ │ │ │ ├── plant_hydra.txt │ │ │ │ ├── plant_skeleton.txt │ │ │ │ ├── plant_wall.txt │ │ │ │ └── plant_zombie.txt │ │ │ ├── rabbit_beast.txt │ │ │ ├── ral.txt │ │ │ ├── rat_samurai.txt │ │ │ ├── rat_shaman.txt │ │ │ ├── saheeli.txt │ │ │ ├── salamander.txt │ │ │ ├── sarkhan.txt │ │ │ ├── satyr_shaman.txt │ │ │ ├── shapeshifter.txt │ │ │ ├── shark.txt │ │ │ ├── shrine.txt │ │ │ ├── siren.txt │ │ │ ├── skeleton_warrior.txt │ │ │ ├── sliver.txt │ │ │ ├── snake_hydra.txt │ │ │ ├── snake_shaman.txt │ │ │ ├── snow_artifact.txt │ │ │ ├── snow_sorcery.txt │ │ │ ├── soldier.txt │ │ │ ├── soltari_soldier.txt │ │ │ ├── sorin.txt │ │ │ ├── spike.txt │ │ │ ├── spirit.txt │ │ │ ├── squid_beast.txt │ │ │ ├── starfish.txt │ │ │ ├── surrakar.txt │ │ │ ├── tamiyo.txt │ │ │ ├── teferi.txt │ │ │ ├── tezzeret.txt │ │ │ ├── thalakos_wizard.txt │ │ │ ├── thopter.txt │ │ │ ├── tibalt.txt │ │ │ ├── tiefling_rogue.txt │ │ │ ├── treefolk.txt │ │ │ ├── treefolk │ │ │ │ ├── treefolk_shaman.txt │ │ │ │ └── treefolk_warrior.txt │ │ │ ├── troll.txt │ │ │ ├── troll_shaman.txt │ │ │ ├── tyranid.txt │ │ │ ├── undead │ │ │ │ ├── zombie.txt │ │ │ │ └── zubera_spirit.txt │ │ │ ├── unicorn.txt │ │ │ ├── vampire.txt │ │ │ ├── vedalken.txt │ │ │ ├── vedalken │ │ │ │ ├── vedalken_artificer.txt │ │ │ │ ├── vedalken_rogue.txt │ │ │ │ └── vedalken_soldier.txt │ │ │ ├── viashino.txt │ │ │ ├── vivien.txt │ │ │ ├── volver.txt │ │ │ ├── vraska.txt │ │ │ ├── wall.txt │ │ │ ├── werewolf.txt │ │ │ ├── wolf_spirit.txt │ │ │ ├── wolverine.txt │ │ │ ├── worm.txt │ │ │ ├── wraith.txt │ │ │ ├── wurm.txt │ │ │ ├── yanling.txt │ │ │ └── yeti.txt │ │ └── tolkien.txt │ ├── items │ │ ├── jewelry.txt │ │ └── materials │ │ │ ├── building_materials.txt │ │ │ ├── common_metals.txt │ │ │ ├── decorative_stones.txt │ │ │ ├── fabrics.txt │ │ │ ├── fibres.txt │ │ │ ├── gems.txt │ │ │ ├── metals.txt │ │ │ ├── packaging_materials.txt │ │ │ └── technical_fabrics.txt │ ├── medium │ │ ├── computergraphics │ │ │ ├── 3dengines.txt │ │ │ ├── gamesystems.txt │ │ │ ├── generalcomputer.txt │ │ │ └── studios.txt │ │ ├── digitalart.txt │ │ ├── drawing.txt │ │ ├── othermedia.txt │ │ ├── painting.txt │ │ ├── photography │ │ │ ├── aperture.txt │ │ │ ├── camera_models.txt │ │ │ ├── camera_models │ │ │ │ ├── acer.txt │ │ │ │ ├── agfaphoto.txt │ │ │ │ ├── benq.txt │ │ │ │ ├── canon.txt │ │ │ │ ├── casio.txt │ │ │ │ ├── classic.txt │ │ │ │ ├── concord.txt │ │ │ │ ├── contax.txt │ │ │ │ ├── epson.txt │ │ │ │ ├── fujifilm.txt │ │ │ │ ├── ge.txt │ │ │ │ ├── hp.txt │ │ │ │ ├── iphone.txt │ │ │ │ ├── jenoptik.txt │ │ │ │ ├── kodak.txt │ │ │ │ ├── konica.txt │ │ │ │ ├── konica_minolta.txt │ │ │ │ ├── kyocera.txt │ │ │ │ ├── leica.txt │ │ │ │ ├── minolta.txt │ │ │ │ ├── minox.txt │ │ │ │ ├── nikon.txt │ │ │ │ ├── olympus.txt │ │ │ │ ├── panasonic.txt │ │ │ │ ├── pentax.txt │ │ │ │ ├── praktica.txt │ │ │ │ ├── ricoh.txt │ │ │ │ ├── rollei.txt │ │ │ │ ├── samsung.txt │ │ │ │ ├── sanyo.txt │ │ │ │ ├── sigma.txt │ │ │ │ ├── sony.txt │ │ │ │ ├── toshiba.txt │ │ │ │ ├── vivitar.txt │ │ │ │ └── yakumo.txt │ │ │ ├── cameratype.txt │ │ │ ├── composition.txt │ │ │ ├── film │ │ │ │ ├── black_and_white.txt │ │ │ │ ├── filetypes.txt │ │ │ │ └── filmsizes.txt │ │ │ ├── filmtypes.txt │ │ │ ├── generalphoto.txt │ │ │ ├── lens.txt │ │ │ ├── lighting.txt │ │ │ ├── perspective.txt │ │ │ ├── photo_sites.txt │ │ │ ├── processing.txt │ │ │ ├── resolution.txt │ │ │ └── style.txt │ │ ├── sculptural.txt │ │ ├── shading-techniques.txt │ │ └── textile.txt │ ├── people │ │ ├── actions │ │ │ ├── encounter.txt │ │ │ └── walking.txt │ │ ├── beards.txt │ │ ├── descriptors │ │ │ └── traveller.txt │ │ ├── mood.txt │ │ ├── nationalities │ │ │ ├── african-islands.txt │ │ │ ├── african.txt │ │ │ ├── all-nationalities.txt │ │ │ ├── asia.txt │ │ │ ├── atlantic-islands.txt │ │ │ ├── australasia.txt │ │ │ ├── balkan.txt │ │ │ ├── baltic.txt │ │ │ ├── carribean.txt │ │ │ ├── central-africa.txt │ │ │ ├── central-america.txt │ │ │ ├── central-asia.txt │ │ │ ├── central-europe.txt │ │ │ ├── east-africa.txt │ │ │ ├── east-asia.txt │ │ │ ├── east-atlantic.txt │ │ │ ├── east-europe.txt │ │ │ ├── europe.txt │ │ │ ├── melanesia.txt │ │ │ ├── micronesia.txt │ │ │ ├── middle-east.txt │ │ │ ├── north-africa.txt │ │ │ ├── north-america.txt │ │ │ ├── north-atlantic.txt │ │ │ ├── northwest-europe.txt │ │ │ ├── oceania.txt │ │ │ ├── polynesia.txt │ │ │ ├── scandinavia.txt │ │ │ ├── south-america.txt │ │ │ ├── south-asia.txt │ │ │ ├── south-atlantic.txt │ │ │ ├── south-europe.txt │ │ │ ├── southeast-asia.txt │ │ │ ├── southern-africa.txt │ │ │ ├── west-africa.txt │ │ │ ├── west-asia.txt │ │ │ └── west-atlantic.txt │ │ ├── occupations.txt │ │ └── politicians │ │ │ └── southafrica.txt │ ├── places │ │ └── home.txt │ ├── style │ │ ├── artmovement.txt │ │ ├── artperiods │ │ │ ├── abstract_expressionism.txt │ │ │ ├── ancient_classical.txt │ │ │ ├── art_nouveau.txt │ │ │ ├── constructivism.txt │ │ │ ├── contemporary.txt │ │ │ ├── cubism.txt │ │ │ ├── expressionism.txt │ │ │ ├── futurism.txt │ │ │ ├── impressionism.txt │ │ │ ├── medieval.txt │ │ │ ├── modern.txt │ │ │ ├── neoclassicism.txt │ │ │ ├── neoimpressionism.txt │ │ │ ├── postimpressionism.txt │ │ │ ├── renaissance.txt │ │ │ ├── romanticism.txt │ │ │ ├── romanticism_to_modern.txt │ │ │ ├── socialist_realism.txt │ │ │ ├── suprematism.txt │ │ │ ├── surrealism.txt │ │ │ └── symbolism.txt │ │ ├── generalstyle.txt │ │ ├── genre.txt │ │ └── platform.txt │ ├── time │ │ ├── decade.txt │ │ ├── seasons.txt │ │ └── timeofday.txt │ └── war │ │ └── weapons │ │ ├── swords.txt │ │ └── swords │ │ ├── african.txt │ │ ├── asian.txt │ │ ├── east_asian.txt │ │ ├── european.txt │ │ ├── south_asian.txt │ │ └── south_east_asian.txt ├── nai │ └── README.md ├── nsp │ ├── README.md │ ├── nsp-adj │ │ ├── adj-architecture.txt │ │ ├── adj-beauty.txt │ │ ├── adj-general.txt │ │ └── adj-horror.txt │ ├── nsp-artist │ │ ├── artist-botanical.txt │ │ ├── artist-surreal.txt │ │ └── artist.txt │ ├── nsp-body │ │ ├── body-fit.txt │ │ ├── body-heavy.txt │ │ ├── body-light.txt │ │ ├── body-poor.txt │ │ ├── body-shape.txt │ │ ├── body-short.txt │ │ └── body-tall.txt │ ├── nsp-camera │ │ ├── camera-manu.txt │ │ └── camera.txt │ ├── nsp-color │ │ ├── color-palette.txt │ │ └── color.txt │ ├── nsp-cosmic │ │ ├── cosmic-galaxy.txt │ │ ├── cosmic-nebula.txt │ │ ├── cosmic-star.txt │ │ └── cosmic-terms.txt │ ├── nsp-fantasy │ │ ├── fantasy-creature.txt │ │ └── fantasy-setting.txt │ ├── nsp-gender │ │ ├── gender-ext.txt │ │ └── gender.txt │ ├── nsp-identity │ │ ├── identity-adult.txt │ │ ├── identity-young.txt │ │ └── identity.txt │ ├── nsp-noun │ │ ├── noun-beauty.txt │ │ ├── noun-emote.txt │ │ ├── noun-fantasy.txt │ │ ├── noun-general.txt │ │ └── noun-horror.txt │ ├── nsp-pop │ │ ├── pop-culture.txt │ │ └── pop-location.txt │ └── nsp │ │ ├── 3d-terms.txt │ │ ├── animals.txt │ │ ├── aspect-ratio.txt │ │ ├── bird.txt │ │ ├── bodyshape.txt │ │ ├── celeb.txt │ │ ├── details.txt │ │ ├── dinosaur.txt │ │ ├── eyecolor.txt │ │ ├── f-stop.txt │ │ ├── fish.txt │ │ ├── flower.txt │ │ ├── focal-length.txt │ │ ├── foods.txt │ │ ├── forest-type.txt │ │ ├── fruit.txt │ │ ├── games.txt │ │ ├── gen-modifier.txt │ │ ├── hair.txt │ │ ├── hd.txt │ │ ├── iso-stop.txt │ │ ├── landscape-type.txt │ │ ├── movement.txt │ │ ├── nationality.txt │ │ ├── natl-park.txt │ │ ├── neg-weight.txt │ │ ├── occupation.txt │ │ ├── photo-term.txt │ │ ├── portrait-type.txt │ │ ├── punk.txt │ │ ├── quantity.txt │ │ ├── rpg-item.txt │ │ ├── scenario-desc.txt │ │ ├── site.txt │ │ ├── skin-color.txt │ │ ├── style.txt │ │ ├── tree.txt │ │ ├── trippy.txt │ │ ├── water.txt │ │ └── wh-site.txt ├── parrotzone │ ├── README.md │ ├── strength │ │ ├── high.txt │ │ ├── low.txt │ │ └── med.txt │ └── tags │ │ ├── aesthetic.txt │ │ ├── art-movement.txt │ │ ├── color.txt │ │ ├── light.txt │ │ ├── medium.txt │ │ ├── mood.txt │ │ ├── perspective.txt │ │ ├── photography.txt │ │ ├── pop-culture.txt │ │ ├── quality.txt │ │ ├── setting.txt │ │ └── style.txt └── publicprompts.yaml ├── config └── magicprompt_models.txt ├── docs ├── CHANGELOG.md ├── SYNTAX.md ├── resources.md └── tutorial.md ├── helptext.html ├── images ├── combinatorial_generation.png ├── config_autopurge.png ├── config_brackets.png ├── emphasis.png ├── extension.png ├── feeling-lucky.png ├── filmtypes.jpg ├── icon-changelog.png ├── icon-syntax.png ├── icon-tutorial.png ├── installation.png ├── jinja_templates.png ├── magic_prompt.png ├── prompt_editing.jpg ├── tutorial │ ├── artist_wildcards.png │ ├── attention-grabber.png │ ├── attention.png │ ├── combinatorial.png │ ├── install.png │ ├── lucky-checkbox.png │ ├── lucky.png │ ├── magicprompt-mechwarrior.png │ ├── magicprompts.png │ ├── mech.png │ ├── platinum.png │ ├── prompt1.png │ ├── prompt2.png │ ├── prompt3.png │ ├── prompt4a.png │ ├── prompt4b.png │ ├── prompt4c.png │ ├── surfer.png │ ├── ui-closed.png │ ├── ui-open.png │ └── wildcard_manager.png ├── weighting-colours.png ├── weighting-us-population.png ├── wildcard_settings.png └── write_prompts.png ├── install.py ├── javascript ├── dynamic_prompting.js └── dynamic_prompting_hints.js ├── jinja2.md ├── jinja_help.html ├── package.json ├── pyproject.toml ├── scripts └── dynamic_prompting.py ├── sd_dynamic_prompts ├── .python-version ├── __init__.py ├── attention_generator.py ├── callbacks.py ├── dynamic_prompting.py ├── element_ids.py ├── frozenprompt_generator.py ├── generator_builder.py ├── helpers.py ├── magic_prompt.py ├── paths.py ├── pnginfo_saver.py ├── prompt_writer.py ├── settings.py ├── special_syntax.py ├── version_tools.py └── wildcards_tab.py ├── style.css └── tests ├── conftest.py ├── prompts ├── test_attention_generator.py ├── test_frozenprompt_generator.py ├── test_generator_builder.py ├── test_helpers.py ├── test_magic_prompts.py └── ui │ ├── __init__.py │ ├── test_pnginfo_saver.py │ └── test_prompt_writer.py ├── test_callbacks.py ├── test_paths.py └── test_script.py /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | .coverage 3 | .env 4 | .vscode 5 | \.*.sw* 6 | node_modules 7 | wildcards 8 | -------------------------------------------------------------------------------- /_tools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/_tools/__init__.py -------------------------------------------------------------------------------- /collections/artists/European Art/baroque/british_baroque_painters.txt: -------------------------------------------------------------------------------- 1 | Alexander Cooper 2 | Cornelius Johnson 3 | Godfrey Kneller 4 | Jan Griffier 5 | Joan Carlile 6 | John Hayls 7 | Mary Beale 8 | Richard Gibson 9 | -------------------------------------------------------------------------------- /collections/artists/European Art/baroque/czech_baroque_painters.txt: -------------------------------------------------------------------------------- 1 | Petr Brandl 2 | Jan Kryštof Liška 3 | Wenzel Lorenz Reiner 4 | Karel Škréta 5 | Anton Stevens 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/baroque/netherlandish_baroque_painters.txt: -------------------------------------------------------------------------------- 1 | __dutch_goldenage_painters__ 2 | __bentvueghels__ 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/classical/classical.txt: -------------------------------------------------------------------------------- 1 | Minoan art 2 | Aegean art 3 | Cycladic art 4 | Ancient Greek art 5 | Mycenaean art 6 | Cycladic art 7 | Ancient Egyptian art 8 | Roman Art 9 | 10 | -------------------------------------------------------------------------------- /collections/artists/European Art/medieval/medieval.txt: -------------------------------------------------------------------------------- 1 | Byzantine 2 | __artists/European Art/medieval/romanesque__ 3 | __artists/European Art/medieval/gothic__ -------------------------------------------------------------------------------- /collections/artists/European Art/modern/cloisonnism.txt: -------------------------------------------------------------------------------- 1 | Émile Bernard 2 | Paul Sérusiero 3 | Louis Anquetin 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/expressionism/british_expressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Oskar Kokoschka 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/expressionism/diebrucke.txt: -------------------------------------------------------------------------------- 1 | Emil Nolde 2 | Erich Heckel 3 | Ernst Ludwig Kirchner 4 | Fritz Bleyl 5 | Karl Schmidt-Rottluff 6 | Max Pechstein 7 | Otto Mueller 8 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/expressionism/finnish_expressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Alvar Cawén 2 | Ellen Thesleff 3 | Ilmari Aalto 4 | Marcus Collin 5 | November Group (Finland) 6 | Väinö Kunnas 7 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/expressionism/french_expressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Chaïm Soutine 2 | Claire Bertrand (painter) 3 | Francis Gruber 4 | Gen Paul 5 | Georges Gimel 6 | Georges Rouault 7 | Lou Ros 8 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/expressionism/russian_expressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Wassily Kandinsky 2 | Natta Konysheva 3 | Nikolai Vasilievich Kuzmin 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/expressionism/slovakian_expressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Julius Podlipny 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/american_impressionism/baum_circle.txt: -------------------------------------------------------------------------------- 1 | Arlington Nelson Lindenmuth 2 | John E. Berninger 3 | Karl Buesgen 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/austrian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Heinz Anger 2 | Maximilian Liebenwein 3 | Wilhelm Bernatzik 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/brazilian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Eliseu Visconti 2 | Georgina de Albuquerque 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/chinese_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Wu Guanzhong 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/czech_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Antonín Chittussi 2 | Antonín Slavíček 3 | Jan Slavíček 4 | Václav Radimský 5 | Valentin Držkovic 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/egyptian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Chafik Charobim 2 | Tahia Halim 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/hungarian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Ernő Tibor 2 | Károly Ferenczy 3 | László Paál 4 | Pál Szinyei Merse 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/icelandic_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Ásgrímur Jónsson 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/indian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Ananta Mandal 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/italian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Eliseu Visconti 2 | Federico Zandomeneghi 3 | Giuseppe De Nittis 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/latvian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Mārtiņš Krūmiņš 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/lebanese_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Farid Mansour 2 | Omar Onsi 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/luxembourgian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Dominique Lang 2 | Frantz Seimetz 3 | Joseph Kutter 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/mexican_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Francisco Romano Guillemin 2 | Joaquín Clausell 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/norweigian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Frits Thaulow 2 | Lars Jonson Haukaness 3 | Marie Løkke 4 | Svend Rasmussen Svendsen 5 | Thore Heramb 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/polish_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Jan Ciągliński 2 | Józef Pankiewicz 3 | Julian Fałat 4 | Marcin Kitz 5 | Władysław Podkowiński 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/romanian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Ion Theodorescu-Sion 2 | Nicolae Dărăscu 3 | Nicolae Grigorescu 4 | Ștefan Luchian 5 | Vasile Hutopilă 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/slovenian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Ivan Grohar 2 | Matej Sternen 3 | Matija Jama 4 | Rihard Jakopič 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/swedish_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Anders Zorn 2 | Birger Simonsson 3 | Ivan Aguéli 4 | Richard Bergh 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/swiss_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Adolf Robbi 2 | Julius Voegtli 3 | Louise Catherine Breslau 4 | Martha Burkhardt 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/turkish_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Elif Naci 2 | Erkan Geniş 3 | Naim Uludoğan 4 | Nazlı Ecevit 5 | Nazmi Ziya Güran 6 | Şevket Dağ 7 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/ukranian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Fyodor Zakharov 2 | Ivan Trush 3 | Mykola Burachek 4 | Serhii Vasylkivsky 5 | Vasyl Krychevsky 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/synthetism.txt: -------------------------------------------------------------------------------- 1 | Paul Sérusier 2 | Paul Gauguin 3 | Émile Bernard 4 | Charles Laval 5 | Cuno Amiet 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/biedermeier.txt: -------------------------------------------------------------------------------- 1 | Josef Navrátil 2 | Antonín Machek 3 | Antonín Mánes. 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/macchiaioli.txt: -------------------------------------------------------------------------------- 1 | Giuseppe Abbati 2 | Vito D'Ancona 3 | Giovanni Fattori 4 | Silvestro Lega 5 | Telemaco Signorini 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/neoclassical/american_neoclassical_painters.txt: -------------------------------------------------------------------------------- 1 | Bruno Civitico 2 | Rembrandt Peale 3 | Sarah Miriam Peale 4 | John Trumbull 5 | John Vanderlyn 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/neoclassical/belgian_neoclassical_painters.txt: -------------------------------------------------------------------------------- 1 | Pieter van Hanselaere 2 | François-Joseph Navez 3 | Joseph Denis Odevaere 4 | Joseph-Benoît Suvée 5 | Matthias de Visch 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/neoclassical/british_neoclassical_painters.txt: -------------------------------------------------------------------------------- 1 | John Hamilton Mortimer 2 | Dorothy Tennant 3 | Herbert William Weekes 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/neoclassical/portuguese_neoclassical_painters.txt: -------------------------------------------------------------------------------- 1 | Domingos Sequeira 2 | Vieira Portuense 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/neoclassical/romanian_neoclassical_painters.txt: -------------------------------------------------------------------------------- 1 | Gheorghe Tattarescu 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/neoclassical/russian_neoclassical_painters.txt: -------------------------------------------------------------------------------- 1 | Karl Bryullov 2 | Fyodor Gordeyev 3 | Fyodor Matveyev 4 | Semyon Shchedrin 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/neoclassical/spanish_neoclassical_painters.txt: -------------------------------------------------------------------------------- 1 | Francisco Agustín y Grande 2 | Francisco Bayeu y Subías 3 | Antonio Carnicero 4 | José de Madrazo y Agudo 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/bulgarian_realism.txt: -------------------------------------------------------------------------------- 1 | Dimitar Dobrovich 2 | Konstantin Shtarkelov 3 | Dechko Uzunov 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/finnish_realism.txt: -------------------------------------------------------------------------------- 1 | Adolf von Becker 2 | Eero Järnefelt 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/hungarian_realism.txt: -------------------------------------------------------------------------------- 1 | László Dombrovszky 2 | Károly Ferenczy 3 | Tivadar Zemplényi 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/norwegian_realism.txt: -------------------------------------------------------------------------------- 1 | Hans Gude 2 | Hans Heyerdahl 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/portuguese_realism.txt: -------------------------------------------------------------------------------- 1 | Carlos Bonvalot 2 | Miguel Ângelo Lupi 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/slovenian_realism.txt: -------------------------------------------------------------------------------- 1 | Anton Ažbe 2 | Ivana Kobilca 3 | Gojmir Anton Kos 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/armenian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Ivan Aivazovsky 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/austrian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Joseph von Führich 2 | Franciszek Ksawery Lampi 3 | Moritz von Schwind 4 | Eduard von Steinle 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/belgian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Édouard De Bièfve 2 | Louis Gallait 3 | Nicaise de Keyser 4 | Adèle Kindt 5 | Ferdinand Pauwels 6 | Gustaaf Wappers 7 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/brazilian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Pedro Américo 2 | Victor Meirelles 3 | Manuel de Araújo Porto-Alegre 4 | Pedro Weingärtner 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/bulgarian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Dimitar Dobrovich 2 | Dechko Uzunov 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/dutch_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Carel Jacobus Behr 2 | Louis Meijer 3 | Wijnand Nuijen 4 | Ary Scheffer 5 | Salomon Verveer 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/hungarian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | József Molnár 2 | Constantin Daniel Rosenthal 3 | Octavian Smigelschi 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/irish_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | James Barry 2 | Francis Danby 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/norwegian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Peder Balke 2 | Johan Christian Dahl 3 | Thomas Fearnley 4 | Hans Gude 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/polish_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Franciszek Ksawery Lampi 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/portuguese_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Miguel Ângelo Lupi 2 | Luís de Meneses, 2nd Viscount of Meneses 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/romanian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Constantin Daniel Rosenthal 2 | Octavian Smigelschi 3 | Gheorghe Tattarescu 4 | Henric Trenk 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/scottish_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | R. R. McIan 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/swiss_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Henric Trenk 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/spanish_electicism.txt: -------------------------------------------------------------------------------- 1 | Antonio Gisbert 2 | Cano de la Peña 3 | Francisco Pradilla Ortiz 4 | José Casado del Alisal 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/renaissance/english_mannerist_painters.txt: -------------------------------------------------------------------------------- 1 | Hans Eworth 2 | Bartolommeo Penni 3 | Luca Penni 4 | William Scrots 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/renaissance/german_mannerist_painters.txt: -------------------------------------------------------------------------------- 1 | Hans von Aachen 2 | Wendel Dietterlin 3 | Adam Elsheimer 4 | Hans Rottenhammer 5 | -------------------------------------------------------------------------------- /collections/artists/European Art/renaissance/italian_renaissance.txt: -------------------------------------------------------------------------------- 1 | __artists/European Art/renaissance/italian_renaissance_painters__ 2 | __artists/European Art/renaissance/italian_renaissance_sculptors__ 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/renaissance/polish_mannerist_painters.txt: -------------------------------------------------------------------------------- 1 | Isaak van den Blocke 2 | Martin Kober 3 | -------------------------------------------------------------------------------- /collections/artists/Japanese Art/nihonga/heisei_era.txt: -------------------------------------------------------------------------------- 1 | Matsui Fuyuko 2 | Nishida Shun'ei 3 | Gotō Jin 4 | Noguchi Tetsuya 5 | -------------------------------------------------------------------------------- /collections/artists/Japanese Art/nihonga/taisho_era.txt: -------------------------------------------------------------------------------- 1 | Hayami Gyoshū 2 | Itō Shinsui 3 | Kaburaki Kiyokata 4 | Kawabata Ryūshi 5 | Murakami Kagaku 6 | Takehisa Yumeji 7 | Tsuchida Bakusen 8 | -------------------------------------------------------------------------------- /collections/artists/Japanese Art/yoga/meiji_era.txt: -------------------------------------------------------------------------------- 1 | Asai Chū 2 | Fujishima Takeji 3 | Kawamura Kiyoo 4 | Kenkichi Sugimoto 5 | Kuroda Seiki 6 | Takahashi Yuichi 7 | Yamamoto Hōsui 8 | -------------------------------------------------------------------------------- /collections/artists/Japanese Art/yoga/taisho_era.txt: -------------------------------------------------------------------------------- 1 | Kuwashige Giichi 2 | Ryūsei Kishida 3 | -------------------------------------------------------------------------------- /collections/artists/Japanese Art/yoga/yoga.txt: -------------------------------------------------------------------------------- 1 | __artists/Japanese Art/yoga/meiji_era__ 2 | __artists/Japanese Art/yoga/taisho_era__ 3 | -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/algeria.txt: -------------------------------------------------------------------------------- 1 | Hocine Zaourar -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/armenia.txt: -------------------------------------------------------------------------------- 1 | Ida Kar 2 | Ohannes Kurkdjian 3 | Gabriel Lekegian 4 | Jean Pascal Sébah 5 | Pascal Sébah 6 | Van Leo 7 | Samvel Sevada -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/azerbijan.txt: -------------------------------------------------------------------------------- 1 | Rena Effendi -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/benin.txt: -------------------------------------------------------------------------------- 1 | Mayeul Akpovi -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/cambodia.txt: -------------------------------------------------------------------------------- 1 | Dith Pran -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/cameroon.txt: -------------------------------------------------------------------------------- 1 | Joseph Chila 2 | Angèle Etoundi Essamba 3 | Samuel Fosso 4 | Jacques Toussele -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/chile.txt: -------------------------------------------------------------------------------- 1 | Ricardo Carrasco 2 | Jesús Inostroza 3 | Carlos Reyes-Manzo 4 | Valeria Zalaquett -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/colombia.txt: -------------------------------------------------------------------------------- 1 | Ricardo Acevedo Bernal 2 | Jesús Abad Colorado 3 | Miguel Gómez 4 | Nereo López 5 | Leo Matiz -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/croatia.txt: -------------------------------------------------------------------------------- 1 | Tošo Dabac 2 | Damir Hoyka 3 | Viktor Đerek -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/cuba.txt: -------------------------------------------------------------------------------- 1 | Luis Castaneda 2 | Alberto Korda -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/drc.txt: -------------------------------------------------------------------------------- 1 | Gosette Lubondo 2 | Joseph Makula -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/ecuador.txt: -------------------------------------------------------------------------------- 1 | Hugo Cifuentes 2 | Isadora Romero -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/egypt.txt: -------------------------------------------------------------------------------- 1 | W. Hanselman 2 | Sherif Sonbol 3 | Ayman Lotfy 4 | Lara Baladi 5 | Laura El-Tantawy 6 | Nermine Hammam 7 | Huda Lutfi -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/eritrea.txt: -------------------------------------------------------------------------------- 1 | Senayt Samuel -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/estonia.txt: -------------------------------------------------------------------------------- 1 | Kaupo Kikkas 2 | Jaan Künnap 3 | Johannes Pääsuke 4 | Urmas Tartes -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/ethiopia.txt: -------------------------------------------------------------------------------- 1 | Aïda Muluneh -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/gambia.txt: -------------------------------------------------------------------------------- 1 | Khadija Saye -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/georgia.txt: -------------------------------------------------------------------------------- 1 | Irakly Shanidze -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/hong_kong.txt: -------------------------------------------------------------------------------- 1 | Basil Pao 2 | Ho Fan -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/iceland.txt: -------------------------------------------------------------------------------- 1 | Nökkvi Elíasson 2 | Ragnar Axelsson -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/indonesia.txt: -------------------------------------------------------------------------------- 1 | Kassian Cephas -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/iraq.txt: -------------------------------------------------------------------------------- 1 | Alaa Al-Marjani -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/ireland.txt: -------------------------------------------------------------------------------- 1 | Kevin Abosch 2 | Enda Bowe 3 | Bob Carlos Clarke 4 | Eamonn Doyle 5 | Tony O'Shea -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/israel.txt: -------------------------------------------------------------------------------- 1 | Micha Bar-Am 2 | Rafael Ben-Ari 3 | Michal Chelbin 4 | Nadav Kander 5 | Ziv Koren 6 | Alex Levac 7 | Roie Galitz -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/jamaica.txt: -------------------------------------------------------------------------------- 1 | Ester Anderson -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/kenya.txt: -------------------------------------------------------------------------------- 1 | Mohamed Amin 2 | Mimi Cherono Ng'ok 3 | Priya Ramrakha -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/latvia.txt: -------------------------------------------------------------------------------- 1 | Philippe Halsman -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/lebanon.txt: -------------------------------------------------------------------------------- 1 | Nadim Asfar 2 | Gregory Buchakjian -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/lithuania.txt: -------------------------------------------------------------------------------- 1 | Izis Bidermanas 2 | Vytautas Stanionis 3 | Kęstutis Stoškus 4 | Antanas Sutkus 5 | Stanislovas Žvirgždas -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/luxembourg.txt: -------------------------------------------------------------------------------- 1 | Mark Divo 2 | Marianne Majerus 3 | -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/mali.txt: -------------------------------------------------------------------------------- 1 | Alioune Bâ 2 | Seydou Keïta 3 | Malick Sidibé -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/namibia.txt: -------------------------------------------------------------------------------- 1 | Margaret Courtney-Clarke -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/pakistan.txt: -------------------------------------------------------------------------------- 1 | Farah Mahbub 2 | Tapu Javeri 3 | Zaigham Zaidi 4 | Huma Mulji 5 | Adnan Kandhar -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/palestine.txt: -------------------------------------------------------------------------------- 1 | Karimeh Abbud 2 | Yousef Khanfar 3 | Khalil Raad -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/panama.txt: -------------------------------------------------------------------------------- 1 | José Luis Rodríguez Pittí -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/peru.txt: -------------------------------------------------------------------------------- 1 | Martín Chambi 2 | Mario Testino 3 | Pedro Jarque -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/portugal.txt: -------------------------------------------------------------------------------- 1 | Helena Almeida 2 | Joshua Benoliel 3 | Daniel Blaufuks 4 | Ana Dias 5 | Frederick William Flower 6 | Eduardo Gageiro 7 | José Manuel Rodrigues -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/romania.txt: -------------------------------------------------------------------------------- 1 | Ioan Mihai Cochinescu 2 | Eddy Novarro 3 | -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/sierra_leone.txt: -------------------------------------------------------------------------------- 1 | Alphonso Lisk-Carew -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/singapore.txt: -------------------------------------------------------------------------------- 1 | John Clang 2 | Sim Chi Yin 3 | Teo Bee Yen 4 | Marjorie Doggett -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/sri_lanka.txt: -------------------------------------------------------------------------------- 1 | Lionel Wendt -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/suriname.txt: -------------------------------------------------------------------------------- 1 | Augusta Curiel 2 | Gustaaf Martinus Oosterling -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/syria.txt: -------------------------------------------------------------------------------- 1 | Bengin Ahmad -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/taiwan.txt: -------------------------------------------------------------------------------- 1 | Chien-Chi Chang -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/thailand.txt: -------------------------------------------------------------------------------- 1 | Francis Chit -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/turkey.txt: -------------------------------------------------------------------------------- 1 | Ömer Asan 2 | Bahaettin Rahmi Bediz 3 | Ara Güler 4 | Yıldız Moran 5 | Pascal Sébah 6 | Uğur Uluocak -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/uganda.txt: -------------------------------------------------------------------------------- 1 | Zarina Bhimji -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/venezuela.txt: -------------------------------------------------------------------------------- 1 | Ricardo Gómez Pérez 2 | Alejandro López de Haro 3 | Ronaldo Schemidt -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/vietnam.txt: -------------------------------------------------------------------------------- 1 | Huynh Cong Ut -------------------------------------------------------------------------------- /collections/artists/README.md: -------------------------------------------------------------------------------- 1 | A large, but very incomplete list of artists by movement and period. It was previously part of the jumbo collection 2 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/argentine_illustrators.txt: -------------------------------------------------------------------------------- 1 | Agi Lamm 2 | Isol 3 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/brazilian_illustrators.txt: -------------------------------------------------------------------------------- 1 | Elvira Vigna 2 | Eva Furnari 3 | Roger Mello 4 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/bulgarian_illustrators.txt: -------------------------------------------------------------------------------- 1 | Iassen Ghiuselev 2 | Todor Dinov 3 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/chinese_illustrators.txt: -------------------------------------------------------------------------------- 1 | Dawu Yu 2 | Ed Young (illustrator) 3 | Feng Zikai 4 | He Zhihong 5 | Song Nan Zhang 6 | Xiong Liang 7 | Yu Rong 8 | Zhu Chengliang 9 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/colombian_illustrators.txt: -------------------------------------------------------------------------------- 1 | Claudia Rueda 2 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/egyptian_ilustrators.txt: -------------------------------------------------------------------------------- 1 | Bahgat Osman 2 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/irish_illustrators.txt: -------------------------------------------------------------------------------- 1 | Elizabeth Shaw 2 | Jon Berkeley 3 | Marie-Louise Fitzpatrick 4 | Mary Arrigan 5 | Oliver Jeffers 6 | P. J. Lynch 7 | Sinéad Ní Uallacháin 8 | -------------------------------------------------------------------------------- /collections/artists/unfiled/h.txt: -------------------------------------------------------------------------------- 1 | Johannes Warnardus,Bilders 2 | Barend Cornelis,Koekkoek 3 | Andreas,Schelfhout 4 | Hendrik,Van de Sande Bakhuysen 5 | Bartholomeus,Van Hove 6 | Hubertus,Van Hove 7 | -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_categories.txt: -------------------------------------------------------------------------------- 1 | Bird 2 | Bug 3 | Cat 4 | Crustacean 5 | Dog 6 | Fish 7 | Bug 8 | Reptile 9 | Whale -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_types_aquatic_cambrian.txt: -------------------------------------------------------------------------------- 1 | Anomalocaris 2 | Hallucigenia 3 | Opabinia 4 | Pambdelurion 5 | Xidazoon -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_types_aquatic_crustacean.txt: -------------------------------------------------------------------------------- 1 | Crab 2 | Crayfish 3 | Hermit crab 4 | Horseshoe crab 5 | Isopod 6 | Cymothoa exigua 7 | Lobster 8 | Shrimp -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_types_aquatic_whale.txt: -------------------------------------------------------------------------------- 1 | Beluga whale 2 | Blue whale 3 | Dolphin 4 | Humpback whale 5 | Narwhal 6 | Orca -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_types_cat.txt: -------------------------------------------------------------------------------- 1 | Black cat 2 | Kitten 3 | Cheetah 4 | Leopard 5 | Lion 6 | Panther 7 | Tiger -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_types_dog.txt: -------------------------------------------------------------------------------- 1 | Puppy 2 | Wolf -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_types_large.txt: -------------------------------------------------------------------------------- 1 | Alpaca 2 | Bear 3 | Bull 4 | Cow 5 | Deer 6 | Elephant 7 | Giraffe 8 | Gorilla 9 | Horse 10 | Kangaroo 11 | Mammoth 12 | Panda -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_types_rodent.txt: -------------------------------------------------------------------------------- 1 | Beaver 2 | Capybara 3 | Chipmunk 4 | Ferret 5 | Guinea pig 6 | Hamster 7 | Mouse 8 | Naked mole rat 9 | Squirrel 10 | Weasel -------------------------------------------------------------------------------- /collections/devilkkw/animals/birds_main.txt: -------------------------------------------------------------------------------- 1 | bird -------------------------------------------------------------------------------- /collections/devilkkw/animals/birds_mythological.txt: -------------------------------------------------------------------------------- 1 | Phoenix -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_behavior.txt: -------------------------------------------------------------------------------- 1 | cat loaf 2 | kneading 3 | nuzzling 4 | scratching 5 | stretching -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_breeds.txt: -------------------------------------------------------------------------------- 1 | norwegian forest cat 2 | persian cat 3 | ragdoll (cat) 4 | siamese cat -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_coat.txt: -------------------------------------------------------------------------------- 1 | black cat 2 | brown cat 3 | calico 4 | grey cat 5 | orange cat 6 | pink cat 7 | purple cat 8 | tortoiseshell cat 9 | white cat -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_felines.txt: -------------------------------------------------------------------------------- 1 | black panther 2 | cheetah 3 | cougar 4 | jaguar 5 | leopard 6 | leopard cat 7 | chinese leopard cat 8 | lion 9 | serval 10 | tiger -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_main.txt: -------------------------------------------------------------------------------- 1 | cat -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_misc.txt: -------------------------------------------------------------------------------- 1 | cathead 2 | giant cat 3 | kitten 4 | too many cats -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_places.txt: -------------------------------------------------------------------------------- 1 | cat between legs 2 | cat in mouth 3 | cat on ass 4 | cat on head 5 | cat on lap 6 | cat on person 7 | cat on shoulder -------------------------------------------------------------------------------- /collections/devilkkw/animals/dog_canines.txt: -------------------------------------------------------------------------------- 1 | Hyena 2 | Wolf -------------------------------------------------------------------------------- /collections/devilkkw/animals/dog_misc.txt: -------------------------------------------------------------------------------- 1 | animal 2 | pet 3 | animalization 4 | dog on head 5 | dog walking 6 | guide dog 7 | no humans 8 | pack of dogs 9 | puppy -------------------------------------------------------------------------------- /collections/devilkkw/animals/dog_related.txt: -------------------------------------------------------------------------------- 1 | dog costume 2 | dog ears 3 | dog hat 4 | dog paws 5 | dog tail -------------------------------------------------------------------------------- /collections/devilkkw/animals/dogs_main.txt: -------------------------------------------------------------------------------- 1 | dog -------------------------------------------------------------------------------- /collections/devilkkw/animals/groups_animals.txt: -------------------------------------------------------------------------------- 1 | pack of dogs 2 | too many cats -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_genre.txt: -------------------------------------------------------------------------------- 1 | Heavy Metal 2 | Jazz 3 | K-pop 4 | Punk -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_instruments_brass.txt: -------------------------------------------------------------------------------- 1 | bugle 2 | euphonium 3 | flugelhorn 4 | french horn 5 | sousaphone 6 | trombone 7 | bass trombone 8 | trumpet 9 | tuba -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_instruments_other.txt: -------------------------------------------------------------------------------- 1 | jaw harp 2 | theremin -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_places.txt: -------------------------------------------------------------------------------- 1 | concert 2 | radio booth 3 | recording studio 4 | stage -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_playback_media.txt: -------------------------------------------------------------------------------- 1 | cassette tape 2 | cd 3 | record -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_playback_players.txt: -------------------------------------------------------------------------------- 1 | cd player 2 | digital media player 3 | ipod 4 | iphone 5 | phonograph 6 | turntable 7 | radio 8 | stereo 9 | walkman -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_professions.txt: -------------------------------------------------------------------------------- 1 | conductor 2 | dj 3 | guitar girl 4 | idol -------------------------------------------------------------------------------- /collections/devilkkw/background/backgrounds_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | gradient background 2 | multicolored background 3 | rainbow background 4 | heaven condition 5 | two-tone background -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_anatomy.txt: -------------------------------------------------------------------------------- 1 | ass 2 | ass expansion 3 | bad ass 4 | flat ass 5 | huge ass 6 | spread ass 7 | butt crack 8 | wedgie -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_and_hands.txt: -------------------------------------------------------------------------------- 1 | anal fingering 2 | anal fisting 3 | ass grab 4 | ass smack 5 | covering anus 6 | covering ass 7 | groping 8 | hand on own ass -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_and_heads.txt: -------------------------------------------------------------------------------- 1 | ass biting 2 | smelling ass 3 | head on ass -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_anus_anatomy.txt: -------------------------------------------------------------------------------- 1 | anal hair 2 | anus 3 | no anus 4 | spread anus 5 | tiny anus -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_misc.txt: -------------------------------------------------------------------------------- 1 | anal 2 | anal hook 3 | ass-to-ass 4 | ass cutout 5 | ass on glass 6 | ass ache 7 | ass focus 8 | ass shake 9 | ass visible through thighs 10 | x anus -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_with_cum.txt: -------------------------------------------------------------------------------- 1 | cum in ass 2 | cum on ass -------------------------------------------------------------------------------- /collections/devilkkw/body-1/body_parts_head.txt: -------------------------------------------------------------------------------- 1 | ear focus 2 | face 3 | forehead 4 | forehead mark 5 | beard 6 | mustache 7 | head wings 8 | lips 9 | nape 10 | tongue 11 | long tongue -------------------------------------------------------------------------------- /collections/devilkkw/body-1/breasts_and_other_body_parts_docking.txt: -------------------------------------------------------------------------------- 1 | asymmetrical docking 2 | symmetrical docking 3 | nipple-to-nipple -------------------------------------------------------------------------------- /collections/devilkkw/body-1/breasts_and_other_body_parts_head.txt: -------------------------------------------------------------------------------- 1 | breast smother 2 | breast pillow 3 | breasts on head 4 | face to breasts 5 | face to pecs 6 | head between breasts -------------------------------------------------------------------------------- /collections/devilkkw/body-1/breasts_main.txt: -------------------------------------------------------------------------------- 1 | breasts -------------------------------------------------------------------------------- /collections/devilkkw/body-1/breasts_sizes_ranges.txt: -------------------------------------------------------------------------------- 1 | flat chest 2 | small breasts 3 | medium breasts 4 | large breasts 5 | huge breasts 6 | gigantic breasts -------------------------------------------------------------------------------- /collections/devilkkw/body-1/breasts_visibilty_whole.txt: -------------------------------------------------------------------------------- 1 | breast slip 2 | breastless clothes 3 | breasts out 4 | impossible shirt 5 | one breast out -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ears_misc.txt: -------------------------------------------------------------------------------- 1 | covering ears 2 | ear biting 3 | ear grab 4 | ear pull 5 | ear wiggle 6 | hand on ear 7 | holding ears 8 | licking ear -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ears_number.txt: -------------------------------------------------------------------------------- 1 | extra ears -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ears_objects.txt: -------------------------------------------------------------------------------- 1 | ear piercing 2 | ear protection 3 | earrings 4 | single earring 5 | headphones 6 | behind ear -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ears_other.txt: -------------------------------------------------------------------------------- 1 | pointy ears 2 | long pointy ears 3 | robot ears -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_around.txt: -------------------------------------------------------------------------------- 1 | bags under eyes 2 | aegyo sal 3 | bruised eye 4 | flaming eyes 5 | glowing eyes 6 | glowing eye 7 | mako eyes -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_closed.txt: -------------------------------------------------------------------------------- 1 | blinking 2 | closed eyes 3 | wince 4 | one eye closed 5 | ;< 6 | ;> 7 | ;p -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_iris_form.txt: -------------------------------------------------------------------------------- 1 | @ @ 2 | dashed eyes 3 | Pac-man eyes 4 | ringed eyes -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_iris_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | heterochromia 2 | multicolored eyes -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_more_appearance_animal.txt: -------------------------------------------------------------------------------- 1 | amphibian eyes 2 | button eyes 3 | cephalopod eyes 4 | compound eyes 5 | horizontal pupils -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_more_appearance_other.txt: -------------------------------------------------------------------------------- 1 | eye reflection 2 | text in eyes -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_more_appearance_series_specific.txt: -------------------------------------------------------------------------------- 1 | Geass 2 | Sharingan 3 | Mangekyou Sharingan -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_number.txt: -------------------------------------------------------------------------------- 1 | missing eye 2 | one-eyed 3 | third eye 4 | extra eyes 5 | no eyes -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_looking_at.txt: -------------------------------------------------------------------------------- 1 | food awe 2 | breast awe 3 | penis awe 4 | staring -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_main.txt: -------------------------------------------------------------------------------- 1 | expressions -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_sexual.txt: -------------------------------------------------------------------------------- 1 | afterglow 2 | ahegao 3 | fucked silly 4 | aroused 5 | fucked silly 6 | in heat 7 | naughty face 8 | seductive smile 9 | torogao -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_smile_main.txt: -------------------------------------------------------------------------------- 1 | smile -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_smug.txt: -------------------------------------------------------------------------------- 1 | doyagao 2 | smirk 3 | smug 4 | troll face -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_smug_main.txt: -------------------------------------------------------------------------------- 1 | smug -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_surprised_scared_sad_main.txt: -------------------------------------------------------------------------------- 1 | surprised 2 | scared 3 | sad -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_color_misc.txt: -------------------------------------------------------------------------------- 1 | multicolored hair 2 | colored inner hair 3 | gradient hair 4 | rainbow hair 5 | split-color hair 6 | streaked hair 7 | two-tone hair 8 | colored tips -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_color_multiple.txt: -------------------------------------------------------------------------------- 1 | multicolored hair 2 | colored inner hair 3 | gradient hair 4 | rainbow hair 5 | split-color hair 6 | streaked hair 7 | two-tone hair 8 | colored tips -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_facial.txt: -------------------------------------------------------------------------------- 1 | facial hair 2 | beard 3 | bearded girl 4 | goatee 5 | mustache 6 | fake mustache 7 | stubble -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_misc.txt: -------------------------------------------------------------------------------- 1 | detached hair 2 | severed hair 3 | floating hair 4 | hair spread out 5 | wet hair -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_objects_care.txt: -------------------------------------------------------------------------------- 1 | hair brush 2 | hair dryer 3 | shampoo -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_back.txt: -------------------------------------------------------------------------------- 1 | lone nape hair -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_length.txt: -------------------------------------------------------------------------------- 1 | very short hair 2 | short hair 3 | medium hair 4 | long hair 5 | very long hair 6 | absurdly long hair 7 | big hair 8 | bald 9 | bald girl -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_long.txt: -------------------------------------------------------------------------------- 1 | cornrows 2 | dreadlocks 3 | hime cut 4 | mullet -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_medium.txt: -------------------------------------------------------------------------------- 1 | bob cut 2 | flipped hair -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_misc.txt: -------------------------------------------------------------------------------- 1 | alternate hairstyle 2 | hair down 3 | hair up 4 | asymmetrical hair 5 | sidecut -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_over_the_body.txt: -------------------------------------------------------------------------------- 1 | hair bikini 2 | hair censor 3 | hair in mouth 4 | hair over breasts 5 | hair over one breast 6 | hair over crotch 7 | hair over shoulder 8 | hair scarf -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_short.txt: -------------------------------------------------------------------------------- 1 | bowl cut 2 | buzz cut 3 | chonmage 4 | crew cut 5 | flattop 6 | okappa 7 | pixie cut 8 | undercut -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_tall.txt: -------------------------------------------------------------------------------- 1 | afro 2 | huge afro 3 | beehive hairdo 4 | pompadour 5 | quiff 6 | shouten pegasus mix mori -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_texture.txt: -------------------------------------------------------------------------------- 1 | curly hair 2 | drill hair 3 | twin drills 4 | hair flaps 5 | messy hair 6 | pointy hair 7 | ringlets 8 | spiked hair 9 | wavy hair -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_top.txt: -------------------------------------------------------------------------------- 1 | ahoge 2 | heart ahoge 3 | huge ahoge 4 | antenna hair 5 | comb over 6 | hair pulled back 7 | hair slicked back 8 | mohawk -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hands_strange.txt: -------------------------------------------------------------------------------- 1 | hand mouth -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hands_where_lower_body.txt: -------------------------------------------------------------------------------- 1 | hand on own ass 2 | hands on ass 3 | hands on hips 4 | hand on own knee 5 | hands on own knees 6 | hand between legs -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hands_where_members.txt: -------------------------------------------------------------------------------- 1 | hands on feet 2 | holding hands 3 | hand on another's hand -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hands_where_somewhere_else.txt: -------------------------------------------------------------------------------- 1 | hand in pocket 2 | hands in pockets -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hands_where_upper_body.txt: -------------------------------------------------------------------------------- 1 | hand on another's chest 2 | hand on own chest 3 | hands on hips 4 | hand on another's shoulder 5 | hand on own shoulder -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_action.txt: -------------------------------------------------------------------------------- 1 | adjusting legwear 2 | holding legwear 3 | pulling off legwear 4 | putting on legwear 5 | removing legwear -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_bands.txt: -------------------------------------------------------------------------------- 1 | animal ear legwear 2 | bat legwear 3 | bear band legwear 4 | bunny ear legwear 5 | cat ear legwear 6 | horn band legwear -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_main.txt: -------------------------------------------------------------------------------- 1 | socks 2 | kneehighs 3 | over-kneehighs 4 | thighhighs 5 | pantyhose 6 | leggings 7 | detached leggings -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | gradient legwear 2 | multicolored legwear 3 | two-tone legwear -------------------------------------------------------------------------------- /collections/devilkkw/body-2/neck_and_neckwear_actions.txt: -------------------------------------------------------------------------------- 1 | arm around neck 2 | arms around neck 3 | hand on another's neck 4 | hand on own neck 5 | neck biting 6 | necking 7 | kissing neck -------------------------------------------------------------------------------- /collections/devilkkw/body-2/neck_and_neckwear_anatomy.txt: -------------------------------------------------------------------------------- 1 | collarbone 2 | nape 3 | neck 4 | long neck -------------------------------------------------------------------------------- /collections/devilkkw/body-2/neck_and_neckwear_styles_patterns.txt: -------------------------------------------------------------------------------- 1 | checkered neckwear 2 | plaid neckwear 3 | striped neckwear -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_by_gender.txt: -------------------------------------------------------------------------------- 1 | CFNF 2 | CFNM 3 | CMNF 4 | CMNM -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_complete.txt: -------------------------------------------------------------------------------- 1 | completely nude 2 | nude -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_misc.txt: -------------------------------------------------------------------------------- 1 | nude modeling 2 | tan 3 | tanlines -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_naughty_points_of_view.txt: -------------------------------------------------------------------------------- 1 | downblouse 2 | downpants 3 | pantyshot 4 | upskirt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_partial_exposed_breasts.txt: -------------------------------------------------------------------------------- 1 | breastless clothes 2 | one breast out 3 | breast slip 4 | breasts out 5 | bra lift 6 | no bra 7 | bra pull 8 | topless -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_partial_exposed_breasts_parts_of.txt: -------------------------------------------------------------------------------- 1 | backboob 2 | cleavage 3 | cleavage cutout 4 | sideboob 5 | underboob 6 | underboob cutout -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_partial_exposed_head_or_neck.txt: -------------------------------------------------------------------------------- 1 | hood down -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_partial_exposed_nipples.txt: -------------------------------------------------------------------------------- 1 | areola slip 2 | nipple slip 3 | nippleless clothes 4 | nipples -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_body_parts_breasts.txt: -------------------------------------------------------------------------------- 1 | panties on breasts -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_body_parts_hands.txt: -------------------------------------------------------------------------------- 1 | adjusting panties 2 | hand in panties 3 | holding panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_body_parts_head.txt: -------------------------------------------------------------------------------- 1 | panties in mouth 2 | panties on head 3 | panty gag 4 | licking panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_body_parts_legs.txt: -------------------------------------------------------------------------------- 1 | panties around ankles 2 | panties around one leg 3 | panty pull -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_body_parts_misc.txt: -------------------------------------------------------------------------------- 1 | panties around tail 2 | panties aside 3 | panties removed 4 | panty lift 5 | trefoil 6 | smelling underwear -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_body_parts_penis.txt: -------------------------------------------------------------------------------- 1 | panties on penis 2 | panties on penis 3 | penis in panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_fluids.txt: -------------------------------------------------------------------------------- 1 | blood on panties 2 | cumdrip onto panties 3 | cum in panties 4 | stained panties 5 | wet panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_objects.txt: -------------------------------------------------------------------------------- 1 | vibrator under panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_appearance_additional.txt: -------------------------------------------------------------------------------- 1 | bow panties 2 | crotch seam 3 | frilled panties 4 | side-tie panties 5 | string panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_appearance_incomplete.txt: -------------------------------------------------------------------------------- 1 | backless panties 2 | c-string 3 | crotchless panties 4 | strapless bottom -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_appearance_lowleg_highleg.txt: -------------------------------------------------------------------------------- 1 | lowleg panties 2 | highleg panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_appearance_materials.txt: -------------------------------------------------------------------------------- 1 | latex panties 2 | leaf panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_appearance_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | multicolored panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_appearance_sizes.txt: -------------------------------------------------------------------------------- 1 | loose panties 2 | micro panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_main.txt: -------------------------------------------------------------------------------- 1 | panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_number.txt: -------------------------------------------------------------------------------- 1 | multiple panties 2 | no panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/piercings_genital_female.txt: -------------------------------------------------------------------------------- 1 | Clitoris piercing 2 | Clitoris ring 3 | Labia piercing 4 | Fourchette piercing -------------------------------------------------------------------------------- /collections/devilkkw/body-2/piercings_main.txt: -------------------------------------------------------------------------------- 1 | Piercing 2 | Piercing through clothes -------------------------------------------------------------------------------- /collections/devilkkw/body-2/piercings_misc.txt: -------------------------------------------------------------------------------- 1 | Captive bead ring 2 | Linked piercing 3 | Plug (piercing) -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_adornments.txt: -------------------------------------------------------------------------------- 1 | Clitoris piercing 2 | Clitoris ring -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_anatomy.txt: -------------------------------------------------------------------------------- 1 | Clitoris 2 | Erect clitoris 3 | Cleft of venus 4 | Labia 5 | Fat mons 6 | Pubic hair 7 | Pussy 8 | No pussy -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_attire.txt: -------------------------------------------------------------------------------- 1 | Bandaid on pussy 2 | Maebari 3 | Panties 4 | Strapless bottom 5 | Swimsuit -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_fluids.txt: -------------------------------------------------------------------------------- 1 | Cum in pussy 2 | Cum on pussy 3 | Pussy juice 4 | Pussy juice puddle 5 | Pussy juice trail -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_hands_on.txt: -------------------------------------------------------------------------------- 1 | Clitoris tweak 2 | Covering crotch 3 | Hand between legs 4 | Spread pussy -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_sexual_objects_and_acts.txt: -------------------------------------------------------------------------------- 1 | Vaginal 2 | Gun in pussy 3 | Phone in pussy -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_under_clothes.txt: -------------------------------------------------------------------------------- 1 | Cameltoe 2 | Spread pussy under clothes -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_visible_parts.txt: -------------------------------------------------------------------------------- 1 | Clitoris slip 2 | Pussy peek 3 | Pussy peek -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_anatomy.txt: -------------------------------------------------------------------------------- 1 | Broad shoulders 2 | Nape 3 | Shoulder blades -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_attire_clothing_desgined_to_leave_shoulders_asymmetrical_necklines.txt: -------------------------------------------------------------------------------- 1 | Single-shoulder shirt 2 | Single-shoulder dress 3 | Single-shoulder sweater -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_attire_clothing_desgined_to_leave_shoulders_bare_sleeveless.txt: -------------------------------------------------------------------------------- 1 | Sleeveless shirt 2 | Sleeveless dress 3 | Sleeveless sweater 4 | Sleeveless jacket 5 | Sleeveless coat -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_attire_exposed.txt: -------------------------------------------------------------------------------- 1 | Bare shoulders 2 | Off shoulder 3 | Strap slip -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_attire_for.txt: -------------------------------------------------------------------------------- 1 | Epaulettes 2 | Pauldrons 3 | Puffy sleeves 4 | Shoulder pads -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_attire_other.txt: -------------------------------------------------------------------------------- 1 | Jacket on shoulders 2 | Shirt on shoulders -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_with_somethinge_else_animals.txt: -------------------------------------------------------------------------------- 1 | Bird on shoulder 2 | Cat on shoulder -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_with_somethinge_else_hands.txt: -------------------------------------------------------------------------------- 1 | Arm around neck 2 | Arm on shoulder 3 | Hand on shoulder 4 | Hands on shoulder 5 | Hands on shoulders 6 | Shoulder massage -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_with_somethinge_else_misc.txt: -------------------------------------------------------------------------------- 1 | Hair over shoulder 2 | Over shoulder 3 | Shoulder bag -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_with_somethinge_else_objects.txt: -------------------------------------------------------------------------------- 1 | Towel around neck 2 | Weapon over shoulder 3 | Sword over shoulder -------------------------------------------------------------------------------- /collections/devilkkw/body-2/shoulders_with_somethinge_else_touching.txt: -------------------------------------------------------------------------------- 1 | Carrying over shoulder 2 | Fireman's carry 3 | Piggyback 4 | Shoulder carry 5 | Standing on shoulder -------------------------------------------------------------------------------- /collections/devilkkw/body-2/skin_color_abnormal.txt: -------------------------------------------------------------------------------- 1 | Black skin 2 | Blue skin 3 | Green skin 4 | Grey skin 5 | Orange skin 6 | Pink skin 7 | Purple skin 8 | Red skin 9 | White skin 10 | Yellow skin -------------------------------------------------------------------------------- /collections/devilkkw/body-2/skin_color_misc.txt: -------------------------------------------------------------------------------- 1 | Colored skin 2 | Shiny skin -------------------------------------------------------------------------------- /collections/devilkkw/body-2/skin_color_normal.txt: -------------------------------------------------------------------------------- 1 | Dark skin 2 | Pale skin 3 | Tan 4 | Tanlines 5 | Sun tattoo -------------------------------------------------------------------------------- /collections/devilkkw/body-2/water_wet.txt: -------------------------------------------------------------------------------- 1 | Wet 2 | Wet clothes 3 | Wet dress 4 | Wet skirt 5 | Wet shirt 6 | Wet shirt 7 | Wet panties 8 | Wet swimsuit 9 | Wet towel 10 | Wet hair -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_main.txt: -------------------------------------------------------------------------------- 1 | bra -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_misc.txt: -------------------------------------------------------------------------------- 1 | adjusting bra 2 | bra lift 3 | bra on ass 4 | bra on head 5 | bra pull 6 | bra removed 7 | bra strap 8 | holding bra 9 | no bra 10 | open bra 11 | torn bra -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | multicolored bra -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_patterns_and_prints.txt: -------------------------------------------------------------------------------- 1 | checkered bra 2 | lace bra 3 | lace-trimmed bra 4 | plaid bra 5 | polka dot bra 6 | print bra 7 | strawberry bra 8 | striped bra 9 | vertical-striped bra -------------------------------------------------------------------------------- /collections/devilkkw/clothes/dress_appearance_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | multicolored dress 2 | two-tone dress -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_lenght.txt: -------------------------------------------------------------------------------- 1 | short sleeves 2 | long sleeves 3 | sleeves past wrists 4 | sleeves past fingers 5 | sleeves past elbows -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_misc.txt: -------------------------------------------------------------------------------- 1 | nipple sleeves 2 | no detached sleeves 3 | single sleeve 4 | sleeve cuffs 5 | up sleeve 6 | See also -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_prints.txt: -------------------------------------------------------------------------------- 1 | print sleeves 2 | checkered sleeves 3 | plaid sleeves 4 | polka dot sleeves 5 | striped sleeves -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_styled.txt: -------------------------------------------------------------------------------- 1 | sleeves rolled up 2 | sleeves pushed up 3 | sleeves rolled up -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_trims.txt: -------------------------------------------------------------------------------- 1 | feather-trimmed sleeves 2 | frilled sleeves 3 | fur-trimmed sleeves 4 | lace-trimmed sleeves 5 | ribbon-trimmed sleeves -------------------------------------------------------------------------------- /collections/devilkkw/clothes/swimsuit_male.txt: -------------------------------------------------------------------------------- 1 | jammers 2 | legskin 3 | swim briefs 4 | swim trunks 5 | loincloth 6 | fundoshi -------------------------------------------------------------------------------- /collections/devilkkw/clothes/water_clothes.txt: -------------------------------------------------------------------------------- 1 | Bikini 2 | Goggles 3 | Swimsuit -------------------------------------------------------------------------------- /collections/devilkkw/colors/colors_collections.txt: -------------------------------------------------------------------------------- 1 | rainbow 2 | rainbow order -------------------------------------------------------------------------------- /collections/devilkkw/colors/colors_misc.txt: -------------------------------------------------------------------------------- 1 | color connection 2 | colorized 3 | colorful 4 | spot color -------------------------------------------------------------------------------- /collections/devilkkw/composition/image_composition_subject_matter.txt: -------------------------------------------------------------------------------- 1 | cityscape 2 | everyone 3 | absolutely everyone 4 | landscape 5 | nature 6 | no humans 7 | off-topic 8 | scenery 9 | still life -------------------------------------------------------------------------------- /collections/devilkkw/focus/focus_gender.txt: -------------------------------------------------------------------------------- 1 | male focus 2 | other focus -------------------------------------------------------------------------------- /collections/devilkkw/focus/focus_objects.txt: -------------------------------------------------------------------------------- 1 | animal focus 2 | book focus 3 | cloud focus 4 | food focus 5 | text focus 6 | vehicle focus 7 | tank focus 8 | weapon focus 9 | wind chime focus -------------------------------------------------------------------------------- /collections/devilkkw/focus/focus_other.txt: -------------------------------------------------------------------------------- 1 | solo focus 2 | text focus -------------------------------------------------------------------------------- /collections/devilkkw/food/food_main.txt: -------------------------------------------------------------------------------- 1 | food -------------------------------------------------------------------------------- /collections/devilkkw/food/food_misc.txt: -------------------------------------------------------------------------------- 1 | bad food 2 | food 3 | food-themed clothes 4 | food-themed hair ornament 5 | food girls 6 | oversized food -------------------------------------------------------------------------------- /collections/devilkkw/food/food_snacks.txt: -------------------------------------------------------------------------------- 1 | chikuwa 2 | chips 3 | bugles 4 | doritos 5 | potato chips 6 | pringles 7 | popcorn 8 | pretzel 9 | umaibou -------------------------------------------------------------------------------- /collections/devilkkw/food/food_sweets_main.txt: -------------------------------------------------------------------------------- 1 | Sweets 2 | Snacks 3 | Dessert -------------------------------------------------------------------------------- /collections/devilkkw/games/board_games_main.txt: -------------------------------------------------------------------------------- 1 | chess 2 | game of life 3 | go 4 | kai-awase 5 | mahjong 6 | monopoly 7 | reversi 8 | settlers of catan 9 | shogi 10 | tic-tac-toe -------------------------------------------------------------------------------- /collections/devilkkw/games/board_games_pieces.txt: -------------------------------------------------------------------------------- 1 | board 2 | chessboard 3 | cards 4 | chess piece 5 | dice 6 | living piece -------------------------------------------------------------------------------- /collections/devilkkw/games/game_activities_board.txt: -------------------------------------------------------------------------------- 1 | board game 2 | chess 3 | go 4 | mahjong 5 | monopoly 6 | reversi 7 | shogi 8 | tabletop rpg 9 | tic-tac-toe -------------------------------------------------------------------------------- /collections/devilkkw/games/game_activities_card.txt: -------------------------------------------------------------------------------- 1 | card game 2 | hanafuda 3 | playing card 4 | solitaire 5 | tarot 6 | uno -------------------------------------------------------------------------------- /collections/devilkkw/games/game_activities_hand.txt: -------------------------------------------------------------------------------- 1 | cat's cradle 2 | forehead flick 3 | rock paper scissors 4 | pen spinning -------------------------------------------------------------------------------- /collections/devilkkw/games/game_activities_mechanical.txt: -------------------------------------------------------------------------------- 1 | crane game 2 | pachinko 3 | pop-up pirate 4 | video game 5 | whac-a-mole -------------------------------------------------------------------------------- /collections/devilkkw/games/game_activities_places.txt: -------------------------------------------------------------------------------- 1 | arcade 2 | card 3 | casino 4 | casino token 5 | dice -------------------------------------------------------------------------------- /collections/devilkkw/games/game_activities_puzzle.txt: -------------------------------------------------------------------------------- 1 | crossword puzzle 2 | jenga 3 | metal puzzle 4 | puzzle 5 | jigsaw puzzle 6 | sliding puzzle 7 | rubik's cube -------------------------------------------------------------------------------- /collections/devilkkw/gesture/gestures_one_hand_three_open_fingers.txt: -------------------------------------------------------------------------------- 1 | \m/ 2 | middle w 3 | ok sign 4 | money gesture -------------------------------------------------------------------------------- /collections/devilkkw/gesture/gestures_one_hand_two_open_fingers.txt: -------------------------------------------------------------------------------- 1 | \n/ 2 | crossed fingers 3 | fox shadow puppet 4 | finger gun 5 | finger heart 6 | inward v 7 | shaka sign 8 | two-finger salute -------------------------------------------------------------------------------- /collections/devilkkw/gesture/gestures_one_hand_whole_closed_hand.txt: -------------------------------------------------------------------------------- 1 | clenched hand 2 | fig sign 3 | paw pose 4 | power fist 5 | raised fist -------------------------------------------------------------------------------- /collections/devilkkw/gesture/gestures_other.txt: -------------------------------------------------------------------------------- 1 | air guitar 2 | bowing 3 | curtsey 4 | heart tail 5 | heart tail duo 6 | kuji-in 7 | shrugging 8 | toe-point 9 | victory pose 10 | orchid fingers -------------------------------------------------------------------------------- /collections/devilkkw/group/groups_by_gender_boys.txt: -------------------------------------------------------------------------------- 1 | multiple boys 2 | 1girl 3 | 2boys 4 | 3boys 5 | 4boys 6 | 5boys 7 | 6+boys -------------------------------------------------------------------------------- /collections/devilkkw/group/groups_by_gender_girls.txt: -------------------------------------------------------------------------------- 1 | multiple girls 2 | 1girl 3 | 2girls 4 | 3girls 5 | 4girls 6 | 5girls 7 | 6+girls -------------------------------------------------------------------------------- /collections/devilkkw/group/groups_by_gender_other.txt: -------------------------------------------------------------------------------- 1 | multiple others 2 | 1other 3 | 2others 4 | 3others 5 | 4others 6 | 5others 7 | 6+others -------------------------------------------------------------------------------- /collections/devilkkw/group/groups_everyone.txt: -------------------------------------------------------------------------------- 1 | absolutely everyone 2 | everyone -------------------------------------------------------------------------------- /collections/devilkkw/group/groups_main.txt: -------------------------------------------------------------------------------- 1 | dual persona 2 | multiple persona 3 | clone 4 | crossover 5 | look-alike -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_actions.txt: -------------------------------------------------------------------------------- 1 | breathing fire 2 | burning 3 | explosion 4 | pyrokinesis -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_body_parts.txt: -------------------------------------------------------------------------------- 1 | fire body 2 | fiery hair 3 | fiery tail 4 | fiery wings 5 | flame-tipped tail -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_colors.txt: -------------------------------------------------------------------------------- 1 | black fire 2 | blue fire 3 | green fire 4 | pink fire 5 | purple fire 6 | white fire -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_forms.txt: -------------------------------------------------------------------------------- 1 | campfire 2 | fireball 3 | fireworks 4 | fireflies 5 | flame -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_main.txt: -------------------------------------------------------------------------------- 1 | fire -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_misc.txt: -------------------------------------------------------------------------------- 1 | fire flower 2 | no fire -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_objects.txt: -------------------------------------------------------------------------------- 1 | fire extinguisher 2 | fire hydrant 3 | fireplace 4 | flamethrower -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/flowers_main.txt: -------------------------------------------------------------------------------- 1 | flower -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/plant_actions.txt: -------------------------------------------------------------------------------- 1 | farming 2 | gardening -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/plant_locations.txt: -------------------------------------------------------------------------------- 1 | farm 2 | field 3 | garden 4 | greenhouse 5 | nature 6 | outdoors -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/plant_parts.txt: -------------------------------------------------------------------------------- 1 | branch 2 | branch 3 | flower 4 | fruit 5 | petals 6 | rose petals 7 | plant cell 8 | roots 9 | aerial root 10 | seed 11 | tree stump -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/tree_action.txt: -------------------------------------------------------------------------------- 1 | against tree 2 | in tree 3 | sitting in tree 4 | outdoors 5 | under tree -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/tree_habitats.txt: -------------------------------------------------------------------------------- 1 | forest 2 | rainforest 3 | jungle -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/tree_misc.txt: -------------------------------------------------------------------------------- 1 | autumn 2 | bare tree 3 | giant tree 4 | treehouse 5 | tree shade -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/tree_parts.txt: -------------------------------------------------------------------------------- 1 | branch 2 | leaf 3 | log 4 | petals 5 | roots 6 | stick 7 | tree stump -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_geography_bodies.txt: -------------------------------------------------------------------------------- 1 | Lake 2 | Ocean 3 | River 4 | Stream -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_geography_landforms.txt: -------------------------------------------------------------------------------- 1 | Beach 2 | Island -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_ice.txt: -------------------------------------------------------------------------------- 1 | Ice 2 | Ice sculpture 3 | Ice flower -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_main.txt: -------------------------------------------------------------------------------- 1 | Water 2 | Underwater -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_meteorology.txt: -------------------------------------------------------------------------------- 1 | Rain 2 | Snow -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_steam.txt: -------------------------------------------------------------------------------- 1 | Steam -------------------------------------------------------------------------------- /collections/devilkkw/object/eyewear_glasses_misc.txt: -------------------------------------------------------------------------------- 1 | bespectacled -------------------------------------------------------------------------------- /collections/devilkkw/object/eyewear_main.txt: -------------------------------------------------------------------------------- 1 | glasses 2 | monocle 3 | sunglasses 4 | goggles -------------------------------------------------------------------------------- /collections/devilkkw/object/eyewear_sunglasses.txt: -------------------------------------------------------------------------------- 1 | aviator sunglasses 2 | kamina shades 3 | simon shades -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_crowns.txt: -------------------------------------------------------------------------------- 1 | circlet 2 | diadem 3 | mian guan 4 | mini crown 5 | saishi 6 | tiara -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_hats_with_ear_flaps.txt: -------------------------------------------------------------------------------- 1 | deerstalker 2 | budenovka 3 | papakha 4 | ushanka -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_hats_with_visor.txt: -------------------------------------------------------------------------------- 1 | baseball cap 2 | budenovka 3 | cabbie hat 4 | deerstalker 5 | kepi 6 | mao cap 7 | peaked cap 8 | shako cap -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_types.txt: -------------------------------------------------------------------------------- 1 | crown 2 | hat 3 | helmet 4 | Colors -------------------------------------------------------------------------------- /collections/devilkkw/object/injury_misc.txt: -------------------------------------------------------------------------------- 1 | Doctor 2 | Nurse 3 | Hospital 4 | first aid 5 | intravenous drip 6 | surgery 7 | syringe 8 | amputee 9 | pill 10 | drugs 11 | guro 12 | organs -------------------------------------------------------------------------------- /collections/devilkkw/object/sex_objects_fluids.txt: -------------------------------------------------------------------------------- 1 | aphrodisiac 2 | enema 3 | lotion 4 | lotion bottle 5 | lube -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_and_objects.txt: -------------------------------------------------------------------------------- 1 | Tail bell 2 | Tail bow 3 | Tail ornament 4 | Tail piercing 5 | Tail ribbon 6 | Tail ring -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_and_sex.txt: -------------------------------------------------------------------------------- 1 | Anal tail 2 | Butt plug tail 3 | Penis tail 4 | Tailjob 5 | Tail masturbation 6 | Tail rape -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_main.txt: -------------------------------------------------------------------------------- 1 | Tail -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_number.txt: -------------------------------------------------------------------------------- 1 | Multiple tails 2 | No tail -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_types_elemental.txt: -------------------------------------------------------------------------------- 1 | Fiery tail -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_types_other_animals.txt: -------------------------------------------------------------------------------- 1 | Fish tail 2 | Scorpion tail 3 | Snake tail 4 | Tadpole tail -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_types_supernatural.txt: -------------------------------------------------------------------------------- 1 | Demon tail 2 | Dragon tail 3 | Ghost tail 4 | Pikachu tail -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_armor_futuristic.txt: -------------------------------------------------------------------------------- 1 | Beam shield 2 | Exoskeleton 3 | Power armor 4 | Power suit 5 | Gravity Suit 6 | SEVA Suit 7 | Power suit -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_armor_modern.txt: -------------------------------------------------------------------------------- 1 | Bulletproof vest 2 | Riot shield 3 | Shin guards -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_costumes.txt: -------------------------------------------------------------------------------- 1 | Neko cyber 2 | Transforming clothes -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_descriptions.txt: -------------------------------------------------------------------------------- 1 | Clockwork 2 | Glowing 3 | Mechanical 4 | Neon trim 5 | Radioactive 6 | Transformation -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_holograms.txt: -------------------------------------------------------------------------------- 1 | Hologram 2 | Holographic interface 3 | Holographic keyboard 4 | Holographic touchscreen 5 | Holographic monitor -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_jobs.txt: -------------------------------------------------------------------------------- 1 | Engineer 2 | Mechanic 3 | Pilot 4 | Programming -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_medical.txt: -------------------------------------------------------------------------------- 1 | Bandages 2 | Electrodes 3 | Gauze 4 | Pill 5 | Stretcher 6 | Syringe 7 | X-ray -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_parts_electronic.txt: -------------------------------------------------------------------------------- 1 | Bolt 2 | Crank 3 | Gears 4 | Mechanical parts 5 | Nut 6 | Piston 7 | Rotary switch 8 | Screw 9 | Tube -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_parts_main.txt: -------------------------------------------------------------------------------- 1 | Machine -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_parts_mechanical.txt: -------------------------------------------------------------------------------- 1 | Bolt 2 | Crank 3 | Gears 4 | Mechanical parts 5 | Nut 6 | Piston 7 | Rotary switch 8 | Screw 9 | Tube -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_places.txt: -------------------------------------------------------------------------------- 1 | City 2 | Cityscape 3 | Cybertron 4 | Death Star -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_radio.txt: -------------------------------------------------------------------------------- 1 | Radio 2 | Stereo 3 | Radio tower 4 | Satellite dish 5 | Radio booth 6 | Radio telescope 7 | Field radio 8 | Radio antenna -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_robots.txt: -------------------------------------------------------------------------------- 1 | Android 2 | Robot joints 3 | Mechanical parts 4 | Robot ears 5 | Cyborg 6 | Mecha 7 | Mechanical dragon 8 | Replicant 9 | Robot 10 | Robot animal -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_scientific.txt: -------------------------------------------------------------------------------- 1 | Electricity 2 | Plasma -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_themes.txt: -------------------------------------------------------------------------------- 1 | Science fiction 2 | Cyberpunk 3 | Steampunk 4 | Fantasy 5 | Mechanization 6 | Personification 7 | Mecha musume 8 | OS-tan -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_vehicles_naval.txt: -------------------------------------------------------------------------------- 1 | Ship 2 | Battleship 3 | Submarine -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_vehicles_power_sources.txt: -------------------------------------------------------------------------------- 1 | Engine 2 | Jet engine -------------------------------------------------------------------------------- /collections/devilkkw/object/water_vehicles.txt: -------------------------------------------------------------------------------- 1 | Boat 2 | Rowboat 3 | Sailboat 4 | Ship 5 | Battleship 6 | Submarine -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_colors.txt: -------------------------------------------------------------------------------- 1 | Black wings 2 | Gradient wings 3 | Red wings 4 | white wings -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_main.txt: -------------------------------------------------------------------------------- 1 | Wings 2 | Alternate wings -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_number.txt: -------------------------------------------------------------------------------- 1 | Multiple wings 2 | No wings 3 | Single wing -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_sizes.txt: -------------------------------------------------------------------------------- 1 | Large wings 2 | mini wings -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_types_elemental.txt: -------------------------------------------------------------------------------- 1 | Bat wings 2 | energy wings 3 | Fiery wings 4 | Ice wings 5 | light hawk wings 6 | liquid wings -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_types_false.txt: -------------------------------------------------------------------------------- 1 | artificial wings 2 | Fake wings -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_types_insects.txt: -------------------------------------------------------------------------------- 1 | insect wings 2 | Butterfly wings 3 | ladybug wings 4 | moth wings -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_types_other.txt: -------------------------------------------------------------------------------- 1 | Hair wings 2 | Mechanical wings 3 | metal wings 4 | Plant wings 5 | feathered wings -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_types_supernatural.txt: -------------------------------------------------------------------------------- 1 | Angel wings 2 | Demon wings 3 | Dragon wings 4 | Fairy wings -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_arms_specific.txt: -------------------------------------------------------------------------------- 1 | airplane arms 2 | crossed arms 3 | flexing 4 | praise the sun 5 | reaching 6 | shrugging 7 | t-pose 8 | a-pose 9 | v arms 10 | w arms -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_foot_position.txt: -------------------------------------------------------------------------------- 1 | dorsiflexion 2 | pigeon-toed 3 | plantar flexion 4 | tiptoes 5 | tiptoe kiss -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hand_position.txt: -------------------------------------------------------------------------------- 1 | stroking own chin 2 | outstretched hand -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hands_touching_each_other.txt: -------------------------------------------------------------------------------- 1 | interlocked fingers 2 | own hands clasped 3 | own hands together 4 | star hands -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_head.txt: -------------------------------------------------------------------------------- 1 | head down 2 | head tilt -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hips.txt: -------------------------------------------------------------------------------- 1 | contrapposto -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hugging_main.txt: -------------------------------------------------------------------------------- 1 | hug -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hugging_one_character.txt: -------------------------------------------------------------------------------- 1 | hugging own legs 2 | object hug 3 | tail hug 4 | wing hug -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hugging_two_characters.txt: -------------------------------------------------------------------------------- 1 | arm hug 2 | hug from behind 3 | waist hug -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_knee_location.txt: -------------------------------------------------------------------------------- 1 | knees together feet apart 2 | knees apart feet together -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_movement_of_the_body.txt: -------------------------------------------------------------------------------- 1 | balancing 2 | crawling 3 | jumping 4 | running 5 | walking 6 | wallwalking -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_rest_points.txt: -------------------------------------------------------------------------------- 1 | arm support 2 | head rest -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_three_characters.txt: -------------------------------------------------------------------------------- 1 | circle formation 2 | group hug -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_torso.txt: -------------------------------------------------------------------------------- 1 | arched back 2 | bent over 3 | leaning back 4 | leaning forward 5 | slouching 6 | twisted torso -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_two_characters.txt: -------------------------------------------------------------------------------- 1 | back-to-back 2 | cheek-to-cheek 3 | eye contact 4 | forehead-to-forehead 5 | heads together 6 | holding hands 7 | leg lock -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_before.txt: -------------------------------------------------------------------------------- 1 | presenting -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_ageplay.txt: -------------------------------------------------------------------------------- 1 | diaper 2 | adult baby 3 | loli 4 | shota 5 | toddlercon 6 | mature female -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_animal_play.txt: -------------------------------------------------------------------------------- 1 | leash pull 2 | pet play 3 | human dog 4 | pony play -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_body_types.txt: -------------------------------------------------------------------------------- 1 | giant 2 | giantess 3 | miniboy 4 | minigirl 5 | muscular 6 | muscular female 7 | plump 8 | curvy 9 | fat 10 | skinny -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_extreme_mutilation.txt: -------------------------------------------------------------------------------- 1 | guro 2 | amputee 3 | double amputee 4 | quadruple amputee 5 | triple amputee -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_extreme_scat_and_urination.txt: -------------------------------------------------------------------------------- 1 | scat 2 | enema 3 | peeing 4 | drinking pee 5 | golden shower 6 | peeing on viewer 7 | have to pee 8 | peeing self -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_facial_expressions.txt: -------------------------------------------------------------------------------- 1 | :>= 2 | fucked silly 3 | ahegao 4 | torogao 5 | naughty face -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_incest.txt: -------------------------------------------------------------------------------- 1 | incest 2 | twincest -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_rape.txt: -------------------------------------------------------------------------------- 1 | rape 2 | femdom rape 3 | imminent rape 4 | molestation 5 | chikan 6 | compensated molestation -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_smother.txt: -------------------------------------------------------------------------------- 1 | smother 2 | asphyxiation 3 | breast smother 4 | sitting on face -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_views.txt: -------------------------------------------------------------------------------- 1 | cross-section 2 | internal cumshot 3 | x-ray -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_same_sex.txt: -------------------------------------------------------------------------------- 1 | yaoi 2 | bara 3 | implied yaoi 4 | bulges touching 5 | penises touching 6 | testicles touching 7 | yuri 8 | implied yuri 9 | tribadism -------------------------------------------------------------------------------- /collections/devilkkw/pose/sleeves_actions.txt: -------------------------------------------------------------------------------- 1 | arm out of sleeve 2 | hands in opposite sleeves 3 | pinching sleeves 4 | pinching sleeves 5 | sleeve grab -------------------------------------------------------------------------------- /collections/devilkkw/var/prints_patterns_things.txt: -------------------------------------------------------------------------------- 1 | patterned hair 2 | patterned clothing 3 | patterned 4 | patterned background -------------------------------------------------------------------------------- /collections/devilkkw/var/sports_main.txt: -------------------------------------------------------------------------------- 1 | Playing sports -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours.txt: -------------------------------------------------------------------------------- 1 | black 2 | blue 3 | brown 4 | cyan 5 | green 6 | grey 7 | orange 8 | pink 9 | purple 10 | red 11 | violet 12 | white 13 | yellow 14 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/celestial.txt: -------------------------------------------------------------------------------- 1 | Couatl 2 | Deva 3 | Pegasus 4 | Planetar 5 | Solar 6 | Unicorn 7 | Empyrean -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/fey.txt: -------------------------------------------------------------------------------- 1 | Blink Dog 2 | Dryad 3 | Green Hag 4 | Pixie 5 | Satyr 6 | Sea Hag 7 | Sprite -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/ooze.txt: -------------------------------------------------------------------------------- 1 | Black Pudding 2 | Gelatinous Cube 3 | Gray Ooze 4 | Ochre Jelly -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/swarm.txt: -------------------------------------------------------------------------------- 1 | Swarm of Bats 2 | Swarm of Insects 3 | Swarm of Poisonous Snakes 4 | Swarm of Quippers 5 | Swarm of Rats 6 | Swarm of Ravens -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Accipitriformes/secretarybird.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Secretarybird 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Anseriformes/magpie_goose.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Magpie Goose 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Anseriformes/screamers.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Horned Screamer 3 | Southern Screamer 4 | Northern Screamer 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Bucerotiformes/ground-hornbills.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Abyssinian Ground-Hornbill 3 | Southern Ground-Hornbill 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Caprimulgiformes/oilbird.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Oilbird 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Cariamiformes/seriemas.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Red-legged Seriema 3 | Black-legged Seriema 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Casuariiformes/cassowaries_and_emu.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Southern Cassowary 3 | Dwarf Cassowary 4 | Northern Cassowary 5 | Emu 6 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/crab-plover.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Crab-Plover 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/egyptian_plover.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Egyptian Plover 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/ibisbill.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Ibisbill 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/magellanic_plover.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Magellanic Plover 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/plains-wanderer.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Plains-wanderer 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/sheathbills.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Snowy Sheathbill 3 | Black-faced Sheathbill 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Eurypygiformes/kagu.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Kagu 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Eurypygiformes/sunbittern.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Sunbittern 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Gruiformes/finfoots.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | African Finfoot 3 | Masked Finfoot 4 | Sungrebe 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Gruiformes/limpkin.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Limpkin 3 | Limpkin (Speckled) 4 | Limpkin (Brown-backed) 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Leptosomiformes/cuckoo-roller.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Cuckoo-roller 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Mesitornithiformes/mesites.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | White-breasted Mesite 3 | Brown Mesite 4 | Subdesert Mesite 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Opisthocomiformes/hoatzin.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Hoatzin 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/australo-papuan_bellbirds.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Crested Bellbird 3 | Rufous-naped Bellbird 4 | Piping Bellbird 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/bearded_reedling.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Bearded Reedling 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/boatbills.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Black-breasted Boatbill 3 | Yellow-breasted Boatbill 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/bristlebirds.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Western Bristlebird 3 | Eastern Bristlebird 4 | Rufous Bristlebird 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/bristlehead.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Bornean Bristlehead 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/chat-tanagers.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Western Chat-Tanager 3 | Eastern Chat-Tanager 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/crested_shrikejay.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Crested Shrikejay 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/dapple-throat_and_allies.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Spot-throat 3 | Dapple-throat 4 | Gray-chested Babbler 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/donacobius.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Black-capped Donacobius 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/hawaiian_honeyeaters.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Kauai Oo 3 | Oahu Oo 4 | Bishop's Oo 5 | Hawaii Oo 6 | Kioea 7 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/hyliotas.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Yellow-bellied Hyliota 3 | Southern Hyliota 4 | Usambara Hyliota 5 | Violet-backed Hyliota 6 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/hylocitrea.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Hylocitrea 3 | Hylocitrea (Northern) 4 | Hylocitrea (Southern) 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/hypocolius.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Hypocolius 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/ifrita.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Blue-capped Ifrita 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/ioras.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Common Iora 3 | White-tailed Iora 4 | Common/White-tailed Iora 5 | Green Iora 6 | Great Iora 7 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/logrunners.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Papuan Logrunner 3 | Australian Logrunner 4 | Chowchilla 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/lyrebirds.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Albert's Lyrebird 3 | Superb Lyrebird 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/melampittas.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Lesser Melampitta 3 | Greater Melampitta 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/mottled_berryhunter.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Mottled Berryhunter 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/new_zealand_wrens.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Stephens Island Wren 3 | Rifleman 4 | Bush Wren 5 | South Island Wren 6 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/olive_warbler.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Olive Warbler 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/oxpeckers.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Red-billed Oxpecker 3 | Yellow-billed Oxpecker 4 | Red-billed/Yellow-billed Oxpecker 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/palmchat.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Palmchat 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/ploughbill.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Wattled Ploughbill 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/przevalski's_pinktail.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Przevalski's Pinktail 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/puerto_rican_tanager.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Puerto Rican Tanager 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/rail-babbler.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Malaysian Rail-babbler 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/rockfowl.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | White-necked Rockfowl 3 | Gray-necked Rockfowl 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/rockjumpers.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Cape Rockjumper 3 | Drakensberg Rockjumper 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/sapayoa.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Sapayoa 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/scrub-birds.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Rufous Scrub-bird 3 | Noisy Scrub-bird 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/shrike-tits.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Eastern Shrike-tit 3 | Western Shrike-tit 4 | Northern Shrike-tit 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/spotted_elachura.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Spotted Elachura 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/stitchbird.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Stitchbird 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/sugarbirds.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Gurney's Sugarbird 3 | Cape Sugarbird 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/thrush-tanager.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Rosy Thrush-Tanager 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/wallcreeper.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Wallcreeper 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/white-winged_chough_and_apostlebird.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | White-winged Chough 3 | Apostlebird 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/whiteheads.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Whitehead 3 | Yellowhead 4 | Pipipi 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/wrenthrush.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Wrenthrush 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Pelecaniformes/hamerkop.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Hamerkop 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Pelecaniformes/shoebill.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Shoebill 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Piciformes/toucan-barbets.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Prong-billed Barbet 3 | Toucan Barbet 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Psittaciformes/new_zealand_parrots.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Kea 3 | Norfolk Island Kaka 4 | New Zealand Kaka 5 | Kakapo 6 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Rheiformes/rheas.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Greater Rhea 3 | Lesser Rhea 4 | Lesser Rhea (Puna) 5 | Lesser Rhea (Darwin's) 6 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Struthioniformes/ostriches.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Common Ostrich 3 | Somali Ostrich 4 | Common/Somali Ostrich 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Suliformes/anhingas.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Anhinga 3 | African Darter 4 | Oriental Darter 5 | Australasian Darter 6 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/cthulhu/extinct.txt: -------------------------------------------------------------------------------- 1 | Degenerate Serpent Folk 2 | Gnophkeh 3 | Hammerhead 4 | Intelligent Mollusk 5 | Martense Family 6 | Reptile Person 7 | Thuum'ha -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/aetherborn.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/aetherborn/aetherborn_artificer__ 2 | __creatures/mtg/aetherborn/aetherborn_rogue__ 3 | __creatures/mtg/aetherborn/aetherborn_warrior__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/aetherborn/aetherborn_artificer.txt: -------------------------------------------------------------------------------- 1 | Defiant Salvager 2 | Ironclad Revolutionary 3 | Ambitious Aetherborn 4 | Weaponcraft Enthusiast -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/aetherborn/aetherborn_rogue.txt: -------------------------------------------------------------------------------- 1 | Lawless Broker 2 | Aetherborn Marauder 3 | Contraband Kingpin 4 | Alley Strangler 5 | Midnight Entourage 6 | Syndicate Trafficker -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/aetherborn/aetherborn_warrior.txt: -------------------------------------------------------------------------------- 1 | Vengeful Rebel 2 | Night Market Aeronaut 3 | Prakhata Club Security -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/angel/angel_advisor.txt: -------------------------------------------------------------------------------- 1 | Celestial Regulator 2 | Angelic Sleuth 3 | Angelic Observer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/angel/angel_berserker.txt: -------------------------------------------------------------------------------- 1 | Eradicator Valkyrie 2 | Cleaving Reaper 3 | Renegade Reaper -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/angel/angel_cleric.txt: -------------------------------------------------------------------------------- 1 | Vengeful Reaper 2 | Shepherd of Heroes 3 | Inspiring Overseer 4 | Angel of Destiny 5 | Righteous Valkyrie 6 | Valkyrie Harbinger 7 | Glorious Protector -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/angel/angel_soldier.txt: -------------------------------------------------------------------------------- 1 | Serra Redeemer 2 | Angelic Quartermaster 3 | Metropolis Angel 4 | Sanctuary Warden -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/angel/angel_spirit.txt: -------------------------------------------------------------------------------- 1 | Guiding Spirit 2 | Sustaining Spirit 3 | Angelic Curator 4 | Angelic Page 5 | Melesse Spirit 6 | Karmic Guide -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/angrath.txt: -------------------------------------------------------------------------------- 1 | Angrath, Captain of Chaos 2 | Angrath, Minotaur Pirate 3 | Angrath, the Flame-Chained -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/antelope.txt: -------------------------------------------------------------------------------- 1 | Graceful Antelope 2 | Emerald Oryx 3 | Grazing Gladehart 4 | Trained Pronghorn 5 | Ornery Kudu 6 | Inspirational Antelope 7 | Totem-Guide Hartebeest 8 | Wary Okapi -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ape_shaman.txt: -------------------------------------------------------------------------------- 1 | Gorilla Shaman 2 | Silverback Elder 3 | Silverback Shaman -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ashiok.txt: -------------------------------------------------------------------------------- 1 | Ashiok, Dream Render 2 | Ashiok, Nightmare Muse 3 | Ashiok, Nightmare Weaver 4 | Ashiok, Sculptor of Fears -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/astartes_warrior.txt: -------------------------------------------------------------------------------- 1 | Marneus Calgar 2 | Lucius the Eternal 3 | Abaddon the Despoiler -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/atog.txt: -------------------------------------------------------------------------------- 1 | Chronatog 2 | Necratog 3 | Thaumatog 4 | Lithatog 5 | Sarcatog 6 | Phantatog 7 | Psychatog 8 | Atog 9 | Auratog 10 | Foratog 11 | Megatog -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/aura.txt: -------------------------------------------------------------------------------- 1 | Winter's Rest 2 | On Thin Ice 3 | Rime Transfusion 4 | Glacial Plating 5 | Gelid Shackles 6 | Glittering Frost -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/azra_warrior.txt: -------------------------------------------------------------------------------- 1 | Azra Bladeseeker 2 | Azra Oddsmaker 3 | Rushblade Commander 4 | Blaring Captain 5 | Mindblade Render -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/badger.txt: -------------------------------------------------------------------------------- 1 | Bog Badger 2 | Rysorian Badger 3 | Charging Badger 4 | Giant Badger -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beast_mutant.txt: -------------------------------------------------------------------------------- 1 | Krosan Cloudscraper 2 | Helium Squirter 3 | Renegade Krasis -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/goat_beast.txt: -------------------------------------------------------------------------------- 1 | Crested Craghorn 2 | Landscaper Colos 3 | Battering Craghorn 4 | Wild Colos 5 | Colos Yearling -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/hippo.txt: -------------------------------------------------------------------------------- 1 | Defiant Greatmaw 2 | Bull Hippo 3 | Pygmy Hippo 4 | Rampaging Hippo -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/jackal.txt: -------------------------------------------------------------------------------- 1 | Jackal Familiar 2 | Jackal Pup 3 | Hurr Jackal 4 | Trained Jackal -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/rhino_beast.txt: -------------------------------------------------------------------------------- 1 | Cliffrunner Behemoth 2 | Rhox 3 | Snorting Gahr 4 | Sanctuary Smasher -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/rhino_monk.txt: -------------------------------------------------------------------------------- 1 | Rhox Oracle 2 | Rhox War Monk 3 | Rhox Faithmender 4 | Rhox Meditant -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/wolf_warrior.txt: -------------------------------------------------------------------------------- 1 | Silverfur Partisan 2 | Wolfir Avenger 3 | Wolfir Silverheart -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beeble.txt: -------------------------------------------------------------------------------- 1 | Bouncing Beebles 2 | Bursting Beebles 3 | Bamboozling Beeble 4 | Bubbling Beebles -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_beast.txt: -------------------------------------------------------------------------------- 1 | Primoc Escapee 2 | Porcuparrot 3 | Darba 4 | Hunting Moa 5 | Thoughtbound Primoc -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_citizen.txt: -------------------------------------------------------------------------------- 1 | Sky Crier 2 | Swooping Protector 3 | Obscura Initiate 4 | Speakeasy Server -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_rogue.txt: -------------------------------------------------------------------------------- 1 | Nimble Larcenist 2 | Skyway Robber 3 | Echo Inspector 4 | Aarakocra Sneak -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_scout.txt: -------------------------------------------------------------------------------- 1 | Talon Trooper 2 | Jeskai Windscout 3 | Aven Surveyor -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_shaman.txt: -------------------------------------------------------------------------------- 1 | Kathari Bomber 2 | Vulturous Aven 3 | Icefeather Aven 4 | Spectacle Mage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_soldier.txt: -------------------------------------------------------------------------------- 1 | Commander Eesha 2 | Lieutenant Kirtar 3 | Major Teroh -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bolas.txt: -------------------------------------------------------------------------------- 1 | Nicol Bolas, Dragon-God 2 | Nicol Bolas, God-Pharaoh 3 | Nicol Bolas, Planeswalker 4 | Nicol Bolas, the Deceiver -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bringer.txt: -------------------------------------------------------------------------------- 1 | Bringer of the Blue Dawn 2 | Bringer of the Green Dawn 3 | Bringer of the Red Dawn 4 | Bringer of the White Dawn 5 | Bringer of the Black Dawn -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/brushwagg.txt: -------------------------------------------------------------------------------- 1 | Brushwagg 2 | Almighty Brushwagg 3 | Interplanar Brushwagg -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_advisor.txt: -------------------------------------------------------------------------------- 1 | Phabine, Boss's Confidant 2 | Denry Klin, Editor in Chief 3 | Kros, Defense Contractor -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_citizen.txt: -------------------------------------------------------------------------------- 1 | Brokers Initiate 2 | Civil Servant 3 | Spara's Adjudicators -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_demon.txt: -------------------------------------------------------------------------------- 1 | Rakshasa Gravecaller 2 | Rakshasa Vizier 3 | Rakshasa Deathdealer 4 | Rakshasa Debaser -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_monk.txt: -------------------------------------------------------------------------------- 1 | Leonin Iconoclast 2 | Pride Guardian 3 | Oreskos Sun Guide 4 | Enlightened Ascetic -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_rogue.txt: -------------------------------------------------------------------------------- 1 | Mage's Attendant 2 | Myrkul's Invoker 3 | Jewel Thief 4 | Black Market Tycoon -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_scout.txt: -------------------------------------------------------------------------------- 1 | Nacatl Outlander 2 | Oreskos Explorer 3 | Frontier Explorer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_spirit.txt: -------------------------------------------------------------------------------- 1 | Spirit of the Hearth 2 | Phantom Tiger 3 | Twilight Panther 4 | Spectral Lynx -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/centaur.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/centaur/centaur_archer__ 2 | __creatures/mtg/centaur/centaur_cleric__ 3 | __creatures/mtg/centaur/centaur_warrior__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/centaur/centaur_archer.txt: -------------------------------------------------------------------------------- 1 | Nylea's Disciple 2 | Centaur Archer 3 | Krosan Archer 4 | Skyshooter 5 | Jolrael's Centaur -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/centaur/centaur_cleric.txt: -------------------------------------------------------------------------------- 1 | Conclave Mentor 2 | Centaur Healer 3 | Centaur Peacemaker -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cephalid.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/cephalid/cephalid_general__ 2 | __creatures/mtg/cephalid/cephalid_rogue__ 3 | __creatures/mtg/cephalid/cephalid_wizard__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cephalid/cephalid_general.txt: -------------------------------------------------------------------------------- 1 | Cephalid Broker 2 | Cephalid Inkshrouder 3 | Cephalid Retainer 4 | Cephalid Sage 5 | Callous Oppressor -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cephalid/cephalid_rogue.txt: -------------------------------------------------------------------------------- 1 | Cephalid Vandal 2 | Revel Ruiner 3 | Psychic Pickpocket 4 | Backstreet Bruiser 5 | Cephalid Facetaker 6 | Cephalid Looter -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cephalid/cephalid_wizard.txt: -------------------------------------------------------------------------------- 1 | Learned Learner 2 | Obscura Interceptor 3 | Cephalid Constable 4 | Cephalid Illusionist 5 | Cephalid Pathmage 6 | Cephalid Snitch -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/clamfolk.txt: -------------------------------------------------------------------------------- 1 | Clambassadors 2 | Clam Session 3 | Clam-I-Am -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cockatrice.txt: -------------------------------------------------------------------------------- 1 | Fleetfeather Cockatrice 2 | Cockatrice 3 | Deathgaze Cockatrice -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/creature.txt: -------------------------------------------------------------------------------- 1 | Morph 2 | Nameless Race 3 | Manifest -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/critters/insect_horror.txt: -------------------------------------------------------------------------------- 1 | Moldgraf Millipede 2 | Gleancrawler 3 | Carrion Locust 4 | Wasp of the Bitter End -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/critters/insect_warrior.txt: -------------------------------------------------------------------------------- 1 | Kraul Harpooner 2 | Kraul Raider 3 | Kraul Swarm 4 | Kraul Warrior -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/critters/spider.txt: -------------------------------------------------------------------------------- 1 | Arachnoid 2 | Canoptek SpyderArachnoid 3 | Canoptek SpyderSpinnerette, ArachnobatThantis, the Warweaver 4 | Ishkanah, Grafwidow 5 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cyborg_rigger.txt: -------------------------------------------------------------------------------- 1 | Chipper Chopper 2 | Aerial Toastmaster 3 | Riveting Rigger -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cyclops_warrior.txt: -------------------------------------------------------------------------------- 1 | Tar Pit Warrior 2 | Madrush Cyclops 3 | Cyclops Gladiator 4 | Chainwhip Cyclops -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dauthi_minion.txt: -------------------------------------------------------------------------------- 1 | Dauthi Cutthroat 2 | Dauthi Marauder 3 | Dauthi Mindripper 4 | Dauthi Trapper -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/demigod.txt: -------------------------------------------------------------------------------- 1 | Tymaret, Chosen from Death 2 | Anax, Hardened in the Forge 3 | Callaphe, Beloved of the Sea 4 | Daxos, Blessed by the Sun 5 | Renata, Called to the Hunt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/devil.txt: -------------------------------------------------------------------------------- 1 | Lorcan, Warlock Collector 2 | Jalum Grifter 3 | Zurzoth, Chaos Rider -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/devil_warrior.txt: -------------------------------------------------------------------------------- 1 | Mayhem Patrol 2 | Body Dropper 3 | Devilish Valet -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/djinn.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/djinn/djinn_general__ 2 | __creatures/mtg/djinn/djinn_wizard__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/djinn/djinn_wizard.txt: -------------------------------------------------------------------------------- 1 | Maelstrom Muse 2 | Mistfire Weaver 3 | Monastery Loremaster 4 | Sage of the Inward Eye 5 | Waterfall Aerialist 6 | Warden of the Eye -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dog.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/dog/dog_archer__ 2 | __creatures/mtg/dog/dog_general__ 3 | __creatures/mtg/dog/dog_scout__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dog/dog_archer.txt: -------------------------------------------------------------------------------- 1 | Ainok Artillerist 2 | Longshot Squad 3 | Aerie Bowmasters -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dog/dog_general.txt: -------------------------------------------------------------------------------- 1 | Mogis's Warhound 2 | Greater Tanuki 3 | Spirited Companion -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dog/dog_scout.txt: -------------------------------------------------------------------------------- 1 | Ainok Guide 2 | Ainok Tracker 3 | Sandsteppe Scavenger -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/domri.txt: -------------------------------------------------------------------------------- 1 | Domri Rade 2 | Domri, Anarch of Bolas 3 | Domri, Chaos Bringer 4 | Domri, City Smasher -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dovin.txt: -------------------------------------------------------------------------------- 1 | Dovin Baan 2 | Dovin, Architect of Law 3 | Dovin, Grand Arbiter 4 | Dovin, Hand of Control -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dragon/dragon_avatar.txt: -------------------------------------------------------------------------------- 1 | Scion of the Ur-Dragon 2 | Niv-Mizzet Reborn 3 | The Ur-Dragon -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dragon/dragon_warrior.txt: -------------------------------------------------------------------------------- 1 | Tiamat's Fanatics 2 | Jaded Sell-Sword 3 | Dragonborn Champion -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dragon/dragon_wizard.txt: -------------------------------------------------------------------------------- 1 | Niv-Mizzet, Dracogenius 2 | Niv-Mizzet, Parun 3 | Niv-Mizzet, the Firemind -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/drone.txt: -------------------------------------------------------------------------------- 1 | Mirran Spy 2 | Looming Hoverguard 3 | Somber Hoverguard 4 | Hoverguard Observer 5 | Hoverguard Sweepers 6 | Advanced Hoverguard 7 | Wanderguard Sentry -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dryad_shaman.txt: -------------------------------------------------------------------------------- 1 | Ivy Dancer 2 | Transluminant 3 | Vitu-Ghazi Guildmage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dryad_spellshaper.txt: -------------------------------------------------------------------------------- 1 | Deepwood Elder 2 | Silverglade Pathfinder 3 | Dawnstrider -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dwarf/dwarf_cleric.txt: -------------------------------------------------------------------------------- 1 | Amber Gristle O'Maul 2 | Barrowin of Clan Undurr 3 | Hofri Ghostforge -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dwarf/dwarf_pilot.txt: -------------------------------------------------------------------------------- 1 | Veteran Motorist 2 | Gearshift Ace 3 | Renegade Wheelsmith -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dwarf/dwarf_shaman.txt: -------------------------------------------------------------------------------- 1 | Twinscroll Shaman 2 | Duergar Hedge-Mage 3 | Dwarven Thaumaturgist 4 | Brazen Dwarf 5 | Storm-Kiln Artist -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/efreet.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/efreet/efreet_general__ 2 | __creatures/mtg/efreet/efreet_monk__ 3 | __creatures/mtg/efreet/efreet_shaman__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/efreet/efreet_monk.txt: -------------------------------------------------------------------------------- 1 | Bloodfire Expert 2 | Efreet Weaponmaster 3 | Smoldering Efreet -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/efreet/efreet_shaman.txt: -------------------------------------------------------------------------------- 1 | Bloodfire Mentor 2 | Efreet Flamepainter 3 | Atarka Efreet -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elder_dinosaur.txt: -------------------------------------------------------------------------------- 1 | Nezahal, Primal Tide 2 | Tetzimoc, Primal Death 3 | Ghalta, Primal Hunger 4 | Zetalpa, Primal Dawn 5 | Zacama, Primal Calamity 6 | Etali, Primal Storm -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/eldrazi.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/eldrazi/eldrazi__ 2 | __creatures/mtg/eldrazi/eldrazi_drone__ 3 | __creatures/mtg/eldrazi/eldrazi_insect__ 4 | __creatures/mtg/eldrazi/eldrazi_processor__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/eldrazi/eldrazi_insect.txt: -------------------------------------------------------------------------------- 1 | Distended Mindbender 2 | It of the Horrid Swarm 3 | Innocuous Insect -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elf/elf_archer.txt: -------------------------------------------------------------------------------- 1 | Ohabi Caleria 2 | Lady Caleria 3 | Hallar, the Firefletcher -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elf/elf_cleric.txt: -------------------------------------------------------------------------------- 1 | Trelasarra, Moon Dancer 2 | Minthara, Merciless Soul 3 | Viconia, Drow Apostate 4 | Emmara, Soul of the Accord -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elf/elf_noble.txt: -------------------------------------------------------------------------------- 1 | Lathril, Blade of the Elves 2 | Ayara, First of Locthwain 3 | Queen Allenal of Ruadach -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elf/elf_scout.txt: -------------------------------------------------------------------------------- 1 | Tolsimir, Friend to Wolves 2 | Nael, Avizoa Aeronaut 3 | Selvala, Explorer Returned 4 | Selvala, Heart of the Wilds 5 | Miara, Thorn of the Glade -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elf/elf_wizard.txt: -------------------------------------------------------------------------------- 1 | Maralen of the Mornsong 2 | Momir Vig, Simic Visionary 3 | Jon Irenicus, Shattered One -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elspeth.txt: -------------------------------------------------------------------------------- 1 | Elspeth Resplendent 2 | Elspeth Tirel 3 | Elspeth, Knight-Errant 4 | Elspeth, Sun's Champion 5 | Elspeth, Sun's Nemesis 6 | Elspeth, Undaunted Hero -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/faerie_soldier.txt: -------------------------------------------------------------------------------- 1 | Scion of Oona 2 | Oona's Gatewarden 3 | Briarberry Cohort 4 | Wasp Lancer 5 | Fencer Clique 6 | Sentinels of Glen Elendra -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/faerie_wizard.txt: -------------------------------------------------------------------------------- 1 | Oona, Queen of the Fae 2 | Vendilion Clique 3 | Wydwen, the Biting Gale -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/fox_cleric.txt: -------------------------------------------------------------------------------- 1 | Split-Tail Miko 2 | Pious Kitsune 3 | Kitsune Bonesetter 4 | Kitsune Diviner 5 | Kitsune Healer 6 | Kitsune Loreweaver 7 | Kitsune Palliator -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/frog_beast.txt: -------------------------------------------------------------------------------- 1 | Anurid Barkripper 2 | Anurid Brushhopper 3 | Anurid Scavenger 4 | Anurid Swarmsnapper 5 | Excavating Anurid 6 | Species Gorger -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/fungus_beast.txt: -------------------------------------------------------------------------------- 1 | Mold Shambler 2 | Fungal Shambler 3 | Swarm Shambler 4 | Brackish Trudge 5 | Sproutback Trudge -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/garruk.txt: -------------------------------------------------------------------------------- 1 | Garruk Wildspeaker 2 | Garruk, Apex Predator 3 | Garruk, Caller of Beasts 4 | Garruk, Cursed Huntsman 5 | Garruk, Primal Hunter 6 | Garruk, Savage Herald 7 | Garruk, Unleashed -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/giant/giant_berserker.txt: -------------------------------------------------------------------------------- 1 | Calamity Bearer 2 | Doomskar Titan 3 | Surtland Flinger 4 | Cinderheart Giant 5 | Quakebringer 6 | Kuldotha Ringleader -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/giant/giant_druid.txt: -------------------------------------------------------------------------------- 1 | Ondu Giant 2 | Howling Giant 3 | Earthshaker Giant -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/giant/giant_general.txt: -------------------------------------------------------------------------------- 1 | Nylea's Colossus 2 | Doomwake Giant 3 | Nyxborn Colossus -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/giant/giant_knight.txt: -------------------------------------------------------------------------------- 1 | Goliath Paladin 2 | Garenbrig Paladin 3 | Knight of the Last Breath -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/giant/giant_shaman.txt: -------------------------------------------------------------------------------- 1 | Cragganwick Cremator 2 | Skarrgan Skybreaker 3 | Valleymaker 4 | Sunder Shaman 5 | Thundercloud Shaman 6 | Bone Shaman 7 | Giant Harbinger -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/giant/giant_warrior.txt: -------------------------------------------------------------------------------- 1 | Gorm the Great 2 | Brion Stoutarm 3 | Ruhan of the Fomori 4 | Bartel Runeaxe -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/gideon.txt: -------------------------------------------------------------------------------- 1 | Gideon Blackblade 2 | Gideon Jura 3 | Gideon of the Trials 4 | Gideon, Ally of Zendikar 5 | Gideon, Champion of Justice 6 | Gideon, Martial Paragon 7 | Gideon, the Oathsworn -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/goat.txt: -------------------------------------------------------------------------------- 1 | Mountain Goat 2 | Thriving Ibex 3 | Pathbreaker Ibex -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/goblin.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/goblin/goblin__ 2 | __creatures/mtg/goblin/goblin_artificer__ 3 | __creatures/mtg/goblin/goblin_shaman__ 4 | __creatures/mtg/goblin/goblin_warrior__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/goblin/goblin_artificer.txt: -------------------------------------------------------------------------------- 1 | Shattergang Brothers 2 | Toggo, Goblin Weaponsmith 3 | Slobad, Goblin Tinkerer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/goblin/goblin_shaman.txt: -------------------------------------------------------------------------------- 1 | Ben-Ben, Akki Hermit 2 | Wort, Boggart Auntie 3 | Wort, the Raidmother 4 | Kiki-Jiki, Mirror Breaker 5 | Grumgully, the Generous 6 | Gut, True Soul Zealot -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/goblin/goblin_warrior.txt: -------------------------------------------------------------------------------- 1 | Zo-Zu the Punisher 2 | Ishi-Ishi, Akki Crackshot 3 | Pashalik Mons 4 | Ol' Buzzbark 5 | Krenko, Mob Boss -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/hellion_beast.txt: -------------------------------------------------------------------------------- 1 | Iron-Barb Hellion 2 | Crater Hellion 3 | Flowstone Hellion -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/hippogriff.txt: -------------------------------------------------------------------------------- 1 | Loyal Gryff 2 | Dawn Gryff 3 | Hushwing Gryff 4 | Razor Hippogriff -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/homunculus.txt: -------------------------------------------------------------------------------- 1 | Dovin's Automaton 2 | Court Homunculus 3 | Filigree Attendant -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/horror.txt: -------------------------------------------------------------------------------- 1 | Grazilaxx, Illithid Scholar 2 | Nihiloor 3 | Zellix, Sanity Flayer 4 | Old Stickfingers -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/horror_mercenary.txt: -------------------------------------------------------------------------------- 1 | Primeval Shambler 2 | Skulking Fugitive 3 | Misshapen Fiend 4 | Cateran Brute 5 | Cateran Enforcer 6 | Cateran Overlord 7 | Cateran Slaver -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/huatli.txt: -------------------------------------------------------------------------------- 1 | Huatli, Dinosaur Knight 2 | Huatli, Radiant Champion 3 | Huatli, the Sun's Heart 4 | Huatli, Warrior Poet -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_gamer.txt: -------------------------------------------------------------------------------- 1 | Vorthos, Steward of Myth 2 | Spike, Tournament Grinder 3 | Johnny, Combo Player 4 | Timmy, Power Gamer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_horror.txt: -------------------------------------------------------------------------------- 1 | Wharf Infiltrator 2 | Fascist Art Director 3 | Foul Emissary 4 | Emrakul's Evangel -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_knight_ally.txt: -------------------------------------------------------------------------------- 1 | Hero of Goma Fada 2 | Talus Paladin 3 | Makindi Patrol -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_minion.txt: -------------------------------------------------------------------------------- 1 | Braids, Cabal Minion 2 | Chainer, Dementia Master 3 | Chainer, Nightmare Adept -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_monk_cleric.txt: -------------------------------------------------------------------------------- 1 | Monk Realist 2 | Venerable Monk 3 | Monk Idealist 4 | Militant Monk 5 | Devout Monk 6 | Reliquary Monk -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_noble.txt: -------------------------------------------------------------------------------- 1 | Beloved Princess 2 | Wicked Guardian 3 | Imposing Sovereign 4 | Charming Prince 5 | King Suleiman 6 | Malevolent Noble -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_nomad_mystic.txt: -------------------------------------------------------------------------------- 1 | Mystic Crusader 2 | Mystic Enforcer 3 | Mystic Penitent 4 | Mystic Visionary 5 | Mystic Zealot -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_pilot.txt: -------------------------------------------------------------------------------- 1 | Speedway Fanatic 2 | Reckless Racer 3 | Aeronaut Admiral 4 | Ovalchase Daredevil -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_pirate_wizard.txt: -------------------------------------------------------------------------------- 1 | Talas Researcher 2 | Storm Fleet Pyromancer 3 | Timestream Navigator -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_ranger.txt: -------------------------------------------------------------------------------- 1 | Cloaked Cadet 2 | Kelsinko Ranger 3 | Somberwald Beastmaster -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_rebel_cleric.txt: -------------------------------------------------------------------------------- 1 | Ramosian Revivalist 2 | Blightspeaker 3 | Samite Censer-Bearer 4 | Saltfield Recluse 5 | Children of Korlis -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_shaman_ally.txt: -------------------------------------------------------------------------------- 1 | Zulaport Chainmage 2 | Akoum Flameseeker 3 | Agadeem Occultist 4 | Murasa Pyromancer 5 | Firemantle Mage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_spellshaper.txt: -------------------------------------------------------------------------------- 1 | Mageta the Lion 2 | Latulla, Keldon Overseer 3 | Alexi, Zephyr Mage 4 | Jaya Ballard, Task Mage 5 | Jolrael, Empress of Beasts -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_warrior_ally.txt: -------------------------------------------------------------------------------- 1 | Nimana Sell-Sword 2 | Bojuka Brigand 3 | Oran-Rief Survivalist 4 | Graypelt Hunter 5 | Reckless Cohort -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_wizard.txt: -------------------------------------------------------------------------------- 1 | Etherium Spinner 2 | Puppet Conjurer 3 | Skill Borrower 4 | Vectis Dominator 5 | Windwright Mage 6 | Architects of Will 7 | Esper Battlemage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/hyena.txt: -------------------------------------------------------------------------------- 1 | Gibbering Hyenas 2 | Hyena Pack 3 | Laughing Hyena 4 | Trusty Companion -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/illusion.txt: -------------------------------------------------------------------------------- 1 | Cromat 2 | Mistform Ultimus 3 | Toothy, Imaginary Friend -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/illusion_wall.txt: -------------------------------------------------------------------------------- 1 | Illusionary Wall 2 | Mistform Wall 3 | Nivix Barrier 4 | Hover Barrier -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/incarnation.txt: -------------------------------------------------------------------------------- 1 | Anger 2 | Genesis 3 | Brawn 4 | Valor 5 | Filth 6 | Wonder 7 | Glory -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/jaya.txt: -------------------------------------------------------------------------------- 1 | Jaya Ballard 2 | Jaya, Fiery Negotiator 3 | Jaya, Venerated Firemage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/karn.txt: -------------------------------------------------------------------------------- 1 | Karn Liberated 2 | Karn, Living Legacy 3 | Karn, Scion of Urza 4 | Karn, the Great Creator -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kaya.txt: -------------------------------------------------------------------------------- 1 | Kaya the Inexorable 2 | Kaya, Bane of the Dead 3 | Kaya, Geist Hunter 4 | Kaya, Ghost Assassin 5 | Kaya, Ghost Haunter 6 | Kaya, Orzhov Usurper -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/killbot.txt: -------------------------------------------------------------------------------- 1 | Curious Killbot 2 | Delighted Killbot 3 | Enraged Killbot 4 | Despondent Killbot -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kiora.txt: -------------------------------------------------------------------------------- 1 | Kiora, Behemoth Beckoner 2 | Kiora, Master of the Depths 3 | Kiora, the Crashing Wave -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kirin.txt: -------------------------------------------------------------------------------- 1 | Alabaster Kirin 2 | Misthoof Kirin 3 | Guardian Kirin 4 | Heavenly Qilin -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kirin_spirit.txt: -------------------------------------------------------------------------------- 1 | Infernal Kirin 2 | Skyfire Kirin 3 | Bounteous Kirin 4 | Cloudhoof Kirin 5 | Hinata, Dawn-Crowned 6 | Celestial Kirin -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kobold_warrior.txt: -------------------------------------------------------------------------------- 1 | Rosnakht, Heir of Rohgahh 2 | Rograkh, Son of Rohgahh 3 | Rohgahh, Kher Keep Overlord -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kor/kor_soldier_ally.txt: -------------------------------------------------------------------------------- 1 | Kor Bladewhirl 2 | Kor Entanglers 3 | Kor Scythemaster 4 | Kor Sky Climber 5 | Makindi Shieldmate -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kor/kor_spirit.txt: -------------------------------------------------------------------------------- 1 | Ghostly Sentinel 2 | Skyclave Apparition 3 | Spirit en-Kor 4 | Soulbound Guardians -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kor/kor_warrior.txt: -------------------------------------------------------------------------------- 1 | Kor Blademaster 2 | Cliffhaven Sell-Sword 3 | Squad Commander 4 | Sea Gate Banneret -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kor/kor_wizard.txt: -------------------------------------------------------------------------------- 1 | Farsight Adept 2 | Dawnglare Invoker 3 | Thunderous Orator 4 | Kor Spiritdancer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/lhurgoyf.txt: -------------------------------------------------------------------------------- 1 | Tarmogoyf 2 | Terravore 3 | Magnivore 4 | Necrogoyf 5 | Cognivore 6 | Mortivore 7 | Lhurgoyf 8 | Cantivore 9 | Detritivore 10 | Urborg Lhurgoyf -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/manticore.txt: -------------------------------------------------------------------------------- 1 | Crimson Manticore 2 | Flailing Manticore 3 | Heart-Piercer Manticore 4 | Conquering Manticore 5 | Manticore 6 | Manticore of the Gauntlet -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/masticore.txt: -------------------------------------------------------------------------------- 1 | Molten-Tail Masticore 2 | Sparkhunter Masticore 3 | Razormane Masticore 4 | Lesser Masticore 5 | Masticore -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/merfolk/merfolk_rogue.txt: -------------------------------------------------------------------------------- 1 | Thada Adel, Acquisitor 2 | Zareth San, the Trickster 3 | Sygg, River Cutthroat -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/merfolk/merfolk_shaman.txt: -------------------------------------------------------------------------------- 1 | Tishana, Voice of Thunder 2 | Tuvasa the Sunlit 3 | Kumena, Tyrant of Orazca -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/metathran.txt: -------------------------------------------------------------------------------- 1 | Living Airship 2 | Metathran Aerostat 3 | Metathran Transport -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/collections/jumbo/creatures/mtg/misc.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/mongoose.txt: -------------------------------------------------------------------------------- 1 | Nimble Mongoose 2 | Blurred Mongoose 3 | Karoo Meerkat -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/monkey.txt: -------------------------------------------------------------------------------- 1 | Monkey Monkey Monkey 2 | Monkey- 3 | Tainted Monkey 4 | Tree Monkey 5 | Zodiac Monkey 6 | Prickly Marmoset 7 | Ravenous Baboons -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/naga.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/naga/naga_cleric__ 2 | __creatures/mtg/naga/naga_shaman__ 3 | __creatures/mtg/naga/naga_warrior__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/naga/naga_cleric.txt: -------------------------------------------------------------------------------- 1 | Naga Oracle 2 | Ramunap Excavator 3 | Dune Diviner 4 | Seer of the Last Tomorrow 5 | Vizier of the Menagerie -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/naga/naga_shaman.txt: -------------------------------------------------------------------------------- 1 | Sultai Flayer 2 | Sultai Skullkeeper 3 | Sultai Soothsayer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/naga/naga_warrior.txt: -------------------------------------------------------------------------------- 1 | Hooded Brawler 2 | Sidewinder Naga 3 | Sinuous Striker 4 | Harrier Naga 5 | Tah-Crop Skirmisher -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nahiri.txt: -------------------------------------------------------------------------------- 1 | Nahiri, Heir of the Ancients 2 | Nahiri, Storm of Stone 3 | Nahiri, the Harbinger 4 | Nahiri, the Lithomancer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/narset.txt: -------------------------------------------------------------------------------- 1 | Narset of the Ancient Way 2 | Narset Transcendent 3 | Narset, Parter of Veils -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/necron.txt: -------------------------------------------------------------------------------- 1 | Anrakyr the Traveller 2 | Illuminor Szeras 3 | Trazyn the Infinite 4 | Szarekh, the Silent King -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/necron_wizard.txt: -------------------------------------------------------------------------------- 1 | Chronomancer 2 | Technomancer 3 | Plasmancer 4 | Psychomancer 5 | Cryptek -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nephilim.txt: -------------------------------------------------------------------------------- 1 | Glint-Eye Nephilim 2 | Yore-Tiller Nephilim 3 | Dune-Brood Nephilim 4 | Ink-Treader Nephilim 5 | Witch-Maw Nephilim -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nightmare_horse.txt: -------------------------------------------------------------------------------- 1 | Nightmare 2 | Underworld Charger 3 | Plague Mare 4 | Carnival Hellsteed 5 | Stallion of Ashmouth -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nixilis.txt: -------------------------------------------------------------------------------- 1 | Ob Nixilis of the Black Oath 2 | Ob Nixilis Reignited 3 | Ob Nixilis, the Adversary 4 | Ob Nixilis, the Hate-Twisted -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/noggle_rogue.txt: -------------------------------------------------------------------------------- 1 | Noggle Bandit 2 | Noggle Bridgebreaker 3 | Noggle Ransacker -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nymph_dryad.txt: -------------------------------------------------------------------------------- 1 | Dryad of the Ilysian Grove 2 | Leafcrown Dryad 3 | Oakheart Dryads -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/octopus.txt: -------------------------------------------------------------------------------- 1 | Octoprophet 2 | Sea-Dasher Octopus 3 | Mesmerizing Benthid 4 | Sealock Monster 5 | Giant Octopus 6 | Godhunter Octopus -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ogre/ogre_berserker.txt: -------------------------------------------------------------------------------- 1 | Rubblebelt Recluse 2 | Sprinting Warbrute 3 | Ogre Berserker 4 | Ogre Siegebreaker -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ogre/ogre_mutant.txt: -------------------------------------------------------------------------------- 1 | Singe-Mind Ogre 2 | Incurable Ogre 3 | Fire-Field Ogre -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ogre/ogre_rogue.txt: -------------------------------------------------------------------------------- 1 | Crooked Custodian 2 | Body Launderer 3 | Ratcatcher 4 | Mausoleum Turnkey 5 | Ogre Gatecrasher 6 | Ogre Jailbreaker 7 | Ogre Slumlord -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orc/orc_berserker.txt: -------------------------------------------------------------------------------- 1 | Pitiless Horde 2 | Warbringer 3 | Screamreach Brawler -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orc/orc_rogue.txt: -------------------------------------------------------------------------------- 1 | Guild Thief 2 | Tymora's Invoker 3 | Vaultbreaker 4 | Orcish Spy -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orc/orc_shaman.txt: -------------------------------------------------------------------------------- 1 | Ire Shaman 2 | Shaman of the Great Hunt 3 | Mardu Warshrieker 4 | Ambuscade Shaman 5 | Wild-Magic Sorcerer 6 | Orcish Bloodpainter -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orc/orc_wizard.txt: -------------------------------------------------------------------------------- 1 | Feywild Caretaker 2 | Elemental Expressionist 3 | Prismari Pledgemage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orgg.txt: -------------------------------------------------------------------------------- 1 | Butcher Orgg 2 | Trained Orgg 3 | Orgg -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ox.txt: -------------------------------------------------------------------------------- 1 | Pillarfield Ox 2 | Ironhoof Ox 3 | Yoked Ox 4 | Raging Bull 5 | Bartered Cow 6 | Inquisitor's Ox 7 | Earth-Origin Yak 8 | Ox of Agonas 9 | Makindi Ox 10 | Giant Ox -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/plant/plant_dog.txt: -------------------------------------------------------------------------------- 1 | Greater Mossdog 2 | Bayou Groff 3 | Mossdog 4 | Thrashing Mossdog -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/plant/plant_elemental.txt: -------------------------------------------------------------------------------- 1 | Phytotitan 2 | Bloom Hulk 3 | Creeperhulk 4 | Living Totem 5 | Plant Elemental 6 | Murasa Sproutling 7 | Bloodbriar -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/plant/plant_hydra.txt: -------------------------------------------------------------------------------- 1 | Phytohydra 2 | Rampant Rejuvenator 3 | Sprouting Phytohydra 4 | Genesis Hydra 5 | Briar Hydra -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/plant/plant_skeleton.txt: -------------------------------------------------------------------------------- 1 | Rot Farm Skeleton 2 | Moss-Pit Skeleton 3 | Mournwillow -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/plant/plant_zombie.txt: -------------------------------------------------------------------------------- 1 | Woodwraith Strangler 2 | Shambling Shell 3 | Creakwood Ghoul 4 | Dreg Mangler 5 | Slitherhead 6 | Vulturous Zombie -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/rabbit_beast.txt: -------------------------------------------------------------------------------- 1 | Jackalope Herd 2 | Kezzerdrix 3 | Vizzerdrix -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ral.txt: -------------------------------------------------------------------------------- 1 | Ral Zarek 2 | Ral, Caller of Storms 3 | Ral, Izzet Viceroy 4 | Ral, Storm Conduit -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/rat_samurai.txt: -------------------------------------------------------------------------------- 1 | Nezumi Bladeblesser 2 | Nezumi Ronin 3 | Kuro's Taken -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/rat_shaman.txt: -------------------------------------------------------------------------------- 1 | Nezumi Bone-Reader 2 | Gnat Miser 3 | Deathmask Nezumi 4 | Locust Miser -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/saheeli.txt: -------------------------------------------------------------------------------- 1 | Saheeli Rai 2 | Saheeli, Filigree Master 3 | Saheeli, Sublime Artificer 4 | Saheeli, the Gifted -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/salamander.txt: -------------------------------------------------------------------------------- 1 | Gudul Lurker 2 | Pyric Salamander 3 | Flowstone Salamander 4 | Cinder Crawler 5 | Scalding Salamander 6 | Festering Newt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/sarkhan.txt: -------------------------------------------------------------------------------- 1 | Sarkhan the Mad 2 | Sarkhan the Masterless 3 | Sarkhan Unbroken 4 | Sarkhan Vol 5 | Sarkhan, Dragonsoul 6 | Sarkhan, Fireblood 7 | Sarkhan, the Dragonspeaker -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/satyr_shaman.txt: -------------------------------------------------------------------------------- 1 | Satyr Grovedancer 2 | Satyr Nyx-Smith 3 | Firedrinker Satyr 4 | Careless Celebrant -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/shark.txt: -------------------------------------------------------------------------------- 1 | Voracious Greatshark 2 | Spined Megalodon 3 | Half-Shark, Half- 4 | Hammerhead Shark 5 | Giant Shark -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/siren.txt: -------------------------------------------------------------------------------- 1 | Chorus of the Tides 2 | Cloaked Siren 3 | Mistral Singer 4 | Dulcet Sirens 5 | Shipwreck Singer 6 | Siren of the Fanged Coast 7 | Alluring Siren 8 | Threnody Singer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/snake_hydra.txt: -------------------------------------------------------------------------------- 1 | Honored Hydra 2 | Hooded Hydra 3 | Ramunap Hydra -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/snake_shaman.txt: -------------------------------------------------------------------------------- 1 | Sakura-Tribe Elder 2 | Sakura-Tribe Springcaller 3 | Orochi Leafcaller 4 | Orochi Sustainer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/snow_artifact.txt: -------------------------------------------------------------------------------- 1 | Icebind Pillar 2 | Arcum's Astrolabe 3 | Coldsteel Heart 4 | Replicating Ring -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/snow_sorcery.txt: -------------------------------------------------------------------------------- 1 | Blessing of Frost 2 | Blood on the Snow 3 | Search for Glory 4 | Tundra Fumarole 5 | Blizzard Brawl -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/soldier.txt: -------------------------------------------------------------------------------- 1 | Spectrum Sentinel 2 | Yotian Soldier 3 | Soldevi Sentry 4 | Soldevi Simulacrum 5 | Arcbound Javelineer 6 | Soldier Replica 7 | Adarkar Sentinel 8 | Etched Champion -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/soltari_soldier.txt: -------------------------------------------------------------------------------- 1 | Soltari Champion 2 | Soltari Emissary 3 | Soltari Foot Soldier 4 | Soltari Guerrillas 5 | Soltari Trooper -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/spike.txt: -------------------------------------------------------------------------------- 1 | Spike Rogue 2 | Spike Tiller 3 | Spike Weaver 4 | Spike Worker 5 | Spike Breeder 6 | Spike Cannibal 7 | Spike Colony 8 | Spike Feeder 9 | Spike Hatcher -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/squid_beast.txt: -------------------------------------------------------------------------------- 1 | Gulf Squid 2 | Sand Squid 3 | Fylamarid -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/starfish.txt: -------------------------------------------------------------------------------- 1 | Spiny Starfish 2 | Sinister Starfish 3 | Sigiled Starfish -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/surrakar.txt: -------------------------------------------------------------------------------- 1 | Surrakar Banisher 2 | Surrakar Marauder 3 | Surrakar Spellblade 4 | Shoreline Salvager -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/tamiyo.txt: -------------------------------------------------------------------------------- 1 | Tamiyo, Collector of Tales 2 | Tamiyo, Compleated Sage 3 | Tamiyo, Field Researcher 4 | Tamiyo, the Moon Sage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/thalakos_wizard.txt: -------------------------------------------------------------------------------- 1 | Thalakos Deceiver 2 | Thalakos Dreamsower 3 | Thalakos Seer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/tibalt.txt: -------------------------------------------------------------------------------- 1 | Tibalt the Chaotic 2 | Tibalt, Rakish Instigator 3 | Tibalt, the Fiend-Blooded -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/tiefling_rogue.txt: -------------------------------------------------------------------------------- 1 | Grim Hireling 2 | Hoard Robber 3 | Warehouse Thief -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/treefolk.txt: -------------------------------------------------------------------------------- 1 | __creatures/mtg/treefolk/treefolk_shaman__ 2 | __creatures/mtg/treefolk/treefolk_warrior__ -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/treefolk/treefolk_shaman.txt: -------------------------------------------------------------------------------- 1 | Doran, the Siege Tower 2 | Sapling of Colfenor 3 | Colfenor, the Last Yew -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/troll_shaman.txt: -------------------------------------------------------------------------------- 1 | High Troller 2 | Tel-Jilad Lifebreather 3 | Troll Ascetic 4 | Trolls of Tel-Jilad -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vedalken.txt: -------------------------------------------------------------------------------- 1 | __vedalken/artificer__ 2 | __vedalken/rogue__ 3 | __vedalken/soldier__ 4 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vedalken/vedalken_rogue.txt: -------------------------------------------------------------------------------- 1 | Vedalken Heretic 2 | Vedalken Infiltrator 3 | Shielded Aether Thief 4 | Aether Theorist 5 | Gateway Sneak -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vedalken/vedalken_soldier.txt: -------------------------------------------------------------------------------- 1 | Vedalken Blademaster 2 | Opal Lake Gatekeepers 3 | Janjeet Sentry -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/volver.txt: -------------------------------------------------------------------------------- 1 | Necravolver 2 | Cetavolver 3 | Anavolver 4 | Degavolver 5 | Rakavolver -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vraska.txt: -------------------------------------------------------------------------------- 1 | Vraska the Unseen 2 | Vraska, Golgari Queen 3 | Vraska, Relic Seeker 4 | Vraska, Scheming Gorgon 5 | Vraska, Swarm's Eminence -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/wolf_spirit.txt: -------------------------------------------------------------------------------- 1 | Spirit of the Hunt 2 | Skalla Wolf 3 | Flourishing Hunter 4 | Pack Guardian -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/wolverine.txt: -------------------------------------------------------------------------------- 1 | Rabid Wolverines 2 | Bloodhaze Wolverine 3 | Deepwood Wolverine 4 | Grizzled Wolverine 5 | Spelleater Wolverine 6 | Wolverine Pack -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/worm.txt: -------------------------------------------------------------------------------- 1 | Mole Worms 2 | Simic Ragworm 3 | Reef Worm 4 | Insidious Bookworms 5 | Purple Worm -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/wraith.txt: -------------------------------------------------------------------------------- 1 | Bog Tatters 2 | Bog Wraith 3 | Dirtwater Wraith 4 | Odylic Wraith 5 | Street Wraith -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/yanling.txt: -------------------------------------------------------------------------------- 1 | Mu Yanling 2 | Mu Yanling, Celestial Wind 3 | Mu Yanling, Sky Dancer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/yeti.txt: -------------------------------------------------------------------------------- 1 | Hungering Yeti 2 | Mountain Yeti 3 | Shambling Strider 4 | Karplusan Strider 5 | Karplusan Yeti 6 | Wiitigo 7 | Summit Prowler 8 | Sylvan Yeti -------------------------------------------------------------------------------- /collections/jumbo/items/jewelry.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/collections/jumbo/items/jewelry.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/computergraphics/studios.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from https://aiartcreation.fandom.com/wiki/Modifier_Taxonomy#Computer_Graphics 2 | reimagined by Industrial Light and Magic 3 | -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/aperture.txt: -------------------------------------------------------------------------------- 1 | f/1.4 2 | f/2.0 3 | f/2.8 4 | f/4.0 5 | f/5.6 6 | f/8.0 7 | f/11.0 8 | f/16.0 9 | -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/camera_models/contax.txt: -------------------------------------------------------------------------------- 1 | Contax i4R 2 | Contax N Digital 3 | Contax SL300R T 4 | Contax TVS Digital 5 | Contax U4R 6 | -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/camera_models/iphone.txt: -------------------------------------------------------------------------------- 1 | iPhone 4 2 | iPhone 4S 3 | iPhone 5 4 | iPhone 5S 5 | iPhone 6 6 | iPhone 6 Plus 7 | -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/composition.txt: -------------------------------------------------------------------------------- 1 | Landscape 2 | Knolling 3 | Portrait 4 | Macro photography 5 | Studio photography 6 | 7 | -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/film/filetypes.txt: -------------------------------------------------------------------------------- 1 | Slide Film 2 | Color Negative Film 3 | Black and White Negative Film 4 | 5 | -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/photo_sites.txt: -------------------------------------------------------------------------------- 1 | Stock photo 2 | National Geographic photo 3 | Associated Press photo 4 | Unsplash contest winner 5 | Flickr 6 | -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/style.txt: -------------------------------------------------------------------------------- 1 | Film noir 2 | Candid 3 | Wedding Photography 4 | Postcard 5 | Product Photography 6 | Photojournalism 7 | -------------------------------------------------------------------------------- /collections/jumbo/medium/sculptural.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from https://aiartcreation.fandom.com/wiki/Modifier_Taxonomy#Medium 2 | Italian Renaissance Sculpture 3 | Kintsugi 4 | Marble sculpture 5 | 6 | -------------------------------------------------------------------------------- /collections/jumbo/medium/textile.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from https://aiartcreation.fandom.com/wiki/Modifier_Taxonomy#Medium 2 | Brocade 3 | Highly-detailed needlepoint 4 | Tapestry 5 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/african-islands.txt: -------------------------------------------------------------------------------- 1 | Comoran 2 | Mauritian 3 | Seychellois -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/australasia.txt: -------------------------------------------------------------------------------- 1 | Australian 2 | New Zealander 3 | Norfolk Islander 4 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/balkan.txt: -------------------------------------------------------------------------------- 1 | Albanian 2 | Bosnian 3 | Herzegovinians 4 | Bulgarian 5 | Kosovan 6 | Montenegrin 7 | Macedonian 8 | Greek 9 | Serbian 10 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/baltic.txt: -------------------------------------------------------------------------------- 1 | Estonian 2 | Latvian 3 | Lithuanian 4 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/central-africa.txt: -------------------------------------------------------------------------------- 1 | Cameroonian 2 | Central African 3 | Chadian 4 | Congolese 5 | Equatorial Guinean 6 | Gabonese 7 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/central-america.txt: -------------------------------------------------------------------------------- 1 | Belizean 2 | Costa Rican 3 | El Salvadoran 4 | Guatemalan 5 | Honduran 6 | Nicaraguan 7 | Panamanian 8 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/central-asia.txt: -------------------------------------------------------------------------------- 1 | Kazakhstani 2 | Kyrgyz 3 | {Tajikistani|Tajik} 4 | {Turkmen|Turkmenian|Turkmenistani} 5 | Uzbekistani 6 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/central-europe.txt: -------------------------------------------------------------------------------- 1 | Austrian 2 | Czech 3 | German 4 | Hungarian 5 | Liechtensteiner 6 | Polish 7 | Slovak 8 | Slovenian 9 | Swiss 10 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/east-africa.txt: -------------------------------------------------------------------------------- 1 | Kenyan 2 | Ethiopian 3 | Tanzanian 4 | Ugandan 5 | Rwandan 6 | Burundian 7 | Djiboutian 8 | Eritrean 9 | Somali 10 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/east-asia.txt: -------------------------------------------------------------------------------- 1 | Chinese 2 | Hong Konger 3 | Macanese 4 | Japanese 5 | Mongolian 6 | North Korean 7 | South Korean 8 | Taiwanese 9 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/east-europe.txt: -------------------------------------------------------------------------------- 1 | Belarusian 2 | Moldovan 3 | Romanian 4 | Russian 5 | Ukrainian 6 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/melanesia.txt: -------------------------------------------------------------------------------- 1 | Fijian 2 | New Caledonian 3 | Vanuatuan 4 | Solomon Islander 5 | Papau New Guinean 6 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/micronesia.txt: -------------------------------------------------------------------------------- 1 | Micronesian 2 | Guamanian 3 | {Kiribati|Kiribatian} 4 | Marshallese 5 | Nauruan 6 | Palauan 7 | Wakean 8 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/north-africa.txt: -------------------------------------------------------------------------------- 1 | Algerian 2 | Egyptian 3 | South Sudanese 4 | Sudanese 5 | Tunisian 6 | Moroccan 7 | Libyan 8 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/north-america.txt: -------------------------------------------------------------------------------- 1 | American 2 | Canadian 3 | Mexican 4 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/north-atlantic.txt: -------------------------------------------------------------------------------- 1 | {Greenlander|Greenlandic} 2 | {Faroe Islander|Faroese} 3 | Icelander 4 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/northwest-europe.txt: -------------------------------------------------------------------------------- 1 | Belgian 2 | Dutch 3 | Luxembourger 4 | Austrian 5 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/oceania.txt: -------------------------------------------------------------------------------- 1 | __people/nationalities/australasia__ 2 | __people/nationalities/melanesia__ 3 | __people/nationalities/micronesia__ 4 | __people/nationalities/polynesia__ 5 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/scandinavia.txt: -------------------------------------------------------------------------------- 1 | Norwegian 2 | Swedish 3 | Danish 4 | Finnish 5 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/south-asia.txt: -------------------------------------------------------------------------------- 1 | Afghan 2 | Bangladeshi 3 | Bhutanese 4 | Indian 5 | Nepalese 6 | Maldivian 7 | Pakistani 8 | Sri Lankan 9 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/south-atlantic.txt: -------------------------------------------------------------------------------- 1 | St Helenian 2 | Tristanian 3 | Noronhense 4 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/south-europe.txt: -------------------------------------------------------------------------------- 1 | Albanian 2 | Gibraltarian 3 | French 4 | Andorran 5 | Croatian 6 | Italian 7 | Maltese 8 | Portuguese 9 | Spanish 10 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/west-asia.txt: -------------------------------------------------------------------------------- 1 | {Abkhaz|Abkhazian} 2 | Armenian 3 | Artsakhi 4 | Azerbaijani 5 | Georgian 6 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/west-atlantic.txt: -------------------------------------------------------------------------------- 1 | Bermudian 2 | Newfoundlander 3 | __people/nationalities/carribean__ 4 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/abstract_expressionism.txt: -------------------------------------------------------------------------------- 1 | Abstract Expressionism 2 | Action painting 3 | Color field painting 4 | Lyrical Abstraction 5 | COBRA 6 | Tachisme 7 | Abstract Imagists 8 | 9 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/ancient_classical.txt: -------------------------------------------------------------------------------- 1 | Minoan art 2 | Ancient Greek art 3 | Roman art 4 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/art_nouveau.txt: -------------------------------------------------------------------------------- 1 | Art Nouveau 2 | Vienna Secession 3 | Secessionstil 4 | Mir iskusstva 5 | Jugendstil 6 | Modernisme 7 | 8 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/constructivism.txt: -------------------------------------------------------------------------------- 1 | Constructivism 2 | Vkhutemas 3 | 4 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/cubism.txt: -------------------------------------------------------------------------------- 1 | Cubism 2 | Jack of Diamonds 3 | Orphism 4 | Purism 5 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/expressionism.txt: -------------------------------------------------------------------------------- 1 | Expressionism 2 | Die Brücke 3 | Der Blaue Reiter 4 | Flemish Expressionism 5 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/futurism.txt: -------------------------------------------------------------------------------- 1 | Futurism 2 | Russian Futurism 3 | Cubo-Futurism 4 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/impressionism.txt: -------------------------------------------------------------------------------- 1 | Impressionism 2 | American Impressionism 3 | Luminism 4 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/neoimpressionism.txt: -------------------------------------------------------------------------------- 1 | Neo-impressionism 2 | Pointillism 3 | Divisionism 4 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/postimpressionism.txt: -------------------------------------------------------------------------------- 1 | Post-impressionism 2 | Les Nabis 3 | Cloisonnism 4 | Synthetism 5 | 6 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/socialist_realism.txt: -------------------------------------------------------------------------------- 1 | Socialist realism 2 | Leningrad School of Painting 3 | Socrealism 4 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/suprematism.txt: -------------------------------------------------------------------------------- 1 | Suprematism 2 | UNOVIS 3 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/surrealism.txt: -------------------------------------------------------------------------------- 1 | Surrealism 2 | Acéphale France 3 | Lettrism 4 | Les Automatistes 5 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/symbolism.txt: -------------------------------------------------------------------------------- 1 | Symbolism 2 | Russian Symbolism 3 | Aesthetic movement 4 | 5 | -------------------------------------------------------------------------------- /collections/jumbo/time/seasons.txt: -------------------------------------------------------------------------------- 1 | summer 2 | {autumn|fall} 3 | winter 4 | spring 5 | -------------------------------------------------------------------------------- /collections/jumbo/time/timeofday.txt: -------------------------------------------------------------------------------- 1 | night 2 | dawn 3 | morning 4 | midday 5 | noon 6 | afternoon 7 | {dusk|twightlight} 8 | evening 9 | midnight 10 | -------------------------------------------------------------------------------- /collections/jumbo/war/weapons/swords.txt: -------------------------------------------------------------------------------- 1 | __war/weapons/swords/european__ 2 | __war/weapons/swords/african__ 3 | __war/weapons/swords/asian__ -------------------------------------------------------------------------------- /collections/nsp/nsp-camera/camera-manu.txt: -------------------------------------------------------------------------------- 1 | Canon 2 | Fujifilm 3 | Hasselblad 4 | Kodak 5 | Leica 6 | Nikon 7 | Olympus 8 | Panasonic 9 | Pentax 10 | Sony 11 | -------------------------------------------------------------------------------- /collections/nsp/nsp-gender/gender.txt: -------------------------------------------------------------------------------- 1 | boy 2 | female 3 | girl 4 | male 5 | non-binary 6 | -------------------------------------------------------------------------------- /collections/nsp/nsp-identity/identity-adult.txt: -------------------------------------------------------------------------------- 1 | man 2 | middle-aged man 3 | middle-aged woman 4 | old man 5 | old woman 6 | older man 7 | older woman 8 | woman 9 | young man 10 | young woman 11 | -------------------------------------------------------------------------------- /collections/nsp/nsp-identity/identity-young.txt: -------------------------------------------------------------------------------- 1 | baby 2 | boy 3 | girl 4 | teenage boy 5 | teenage girl 6 | young boy 7 | young girl 8 | -------------------------------------------------------------------------------- /collections/nsp/nsp/bodyshape.txt: -------------------------------------------------------------------------------- 1 | buff 2 | bulky 3 | burly 4 | chubby 5 | elegant 6 | fat 7 | fit 8 | lanky 9 | ripped 10 | rough 11 | skinny 12 | slender 13 | thin 14 | -------------------------------------------------------------------------------- /collections/nsp/nsp/f-stop.txt: -------------------------------------------------------------------------------- 1 | ƒ/1 2 | ƒ/1.4 3 | ƒ/11 4 | ƒ/16 5 | ƒ/2.8 6 | ƒ/22 7 | ƒ/5.6 8 | ƒ/8 9 | ƒ2 10 | ƒ4 11 | -------------------------------------------------------------------------------- /collections/nsp/nsp/photo-term.txt: -------------------------------------------------------------------------------- 1 | Bokeh 2 | Depth of Field 3 | Digital Camera 4 | DoF 5 | Focused 6 | Long Exposure 7 | Optical Camera 8 | Over Exposed 9 | Short Exposure 10 | -------------------------------------------------------------------------------- /collections/nsp/nsp/quantity.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 10 3 | 100 4 | 1000 5 | 2 6 | 3 7 | 300 8 | 4 9 | 5 10 | 500 11 | 6 12 | 7 13 | 8 14 | 9 15 | Hundreds 16 | Millions 17 | Thousands 18 | Way too much 19 | -------------------------------------------------------------------------------- /collections/parrotzone/README.md: -------------------------------------------------------------------------------- 1 | Original source from [parrot zone](https://proximacentaurib.notion.site/e28a4f8d97724f14a784a538b8589e7d?v=42948fd8f45c4d47a0edfc4b78937474) and contributed by @jmpaz 2 | -------------------------------------------------------------------------------- /collections/parrotzone/tags/perspective.txt: -------------------------------------------------------------------------------- 1 | bokeh 2 | Op art 3 | optical art 4 | super wide angle 5 | tilt-shift 6 | -------------------------------------------------------------------------------- /collections/parrotzone/tags/setting.txt: -------------------------------------------------------------------------------- 1 | 1950s suburbia 2 | 70s science fiction 3 | baroque 4 | cityscape 5 | deserted 6 | desolate 7 | Edwardian 8 | evil 9 | overgrown 10 | Tanjore 11 | -------------------------------------------------------------------------------- /images/combinatorial_generation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/combinatorial_generation.png -------------------------------------------------------------------------------- /images/config_autopurge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/config_autopurge.png -------------------------------------------------------------------------------- /images/config_brackets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/config_brackets.png -------------------------------------------------------------------------------- /images/emphasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/emphasis.png -------------------------------------------------------------------------------- /images/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/extension.png -------------------------------------------------------------------------------- /images/feeling-lucky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/feeling-lucky.png -------------------------------------------------------------------------------- /images/filmtypes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/filmtypes.jpg -------------------------------------------------------------------------------- /images/icon-changelog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/icon-changelog.png -------------------------------------------------------------------------------- /images/icon-syntax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/icon-syntax.png -------------------------------------------------------------------------------- /images/icon-tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/icon-tutorial.png -------------------------------------------------------------------------------- /images/installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/installation.png -------------------------------------------------------------------------------- /images/jinja_templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/jinja_templates.png -------------------------------------------------------------------------------- /images/magic_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/magic_prompt.png -------------------------------------------------------------------------------- /images/prompt_editing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/prompt_editing.jpg -------------------------------------------------------------------------------- /images/tutorial/artist_wildcards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/artist_wildcards.png -------------------------------------------------------------------------------- /images/tutorial/attention-grabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/attention-grabber.png -------------------------------------------------------------------------------- /images/tutorial/attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/attention.png -------------------------------------------------------------------------------- /images/tutorial/combinatorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/combinatorial.png -------------------------------------------------------------------------------- /images/tutorial/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/install.png -------------------------------------------------------------------------------- /images/tutorial/lucky-checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/lucky-checkbox.png -------------------------------------------------------------------------------- /images/tutorial/lucky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/lucky.png -------------------------------------------------------------------------------- /images/tutorial/magicprompt-mechwarrior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/magicprompt-mechwarrior.png -------------------------------------------------------------------------------- /images/tutorial/magicprompts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/magicprompts.png -------------------------------------------------------------------------------- /images/tutorial/mech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/mech.png -------------------------------------------------------------------------------- /images/tutorial/platinum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/platinum.png -------------------------------------------------------------------------------- /images/tutorial/prompt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/prompt1.png -------------------------------------------------------------------------------- /images/tutorial/prompt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/prompt2.png -------------------------------------------------------------------------------- /images/tutorial/prompt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/prompt3.png -------------------------------------------------------------------------------- /images/tutorial/prompt4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/prompt4a.png -------------------------------------------------------------------------------- /images/tutorial/prompt4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/prompt4b.png -------------------------------------------------------------------------------- /images/tutorial/prompt4c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/prompt4c.png -------------------------------------------------------------------------------- /images/tutorial/surfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/surfer.png -------------------------------------------------------------------------------- /images/tutorial/ui-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/ui-closed.png -------------------------------------------------------------------------------- /images/tutorial/ui-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/ui-open.png -------------------------------------------------------------------------------- /images/tutorial/wildcard_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/tutorial/wildcard_manager.png -------------------------------------------------------------------------------- /images/weighting-colours.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/weighting-colours.png -------------------------------------------------------------------------------- /images/weighting-us-population.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/weighting-us-population.png -------------------------------------------------------------------------------- /images/wildcard_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/wildcard_settings.png -------------------------------------------------------------------------------- /images/write_prompts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/images/write_prompts.png -------------------------------------------------------------------------------- /scripts/dynamic_prompting.py: -------------------------------------------------------------------------------- 1 | # Automatic1111 entry point. 2 | 3 | from sd_dynamic_prompts.dynamic_prompting import Script 4 | 5 | __all__ = ["Script"] 6 | -------------------------------------------------------------------------------- /sd_dynamic_prompts/.python-version: -------------------------------------------------------------------------------- 1 | 3.7 2 | -------------------------------------------------------------------------------- /sd_dynamic_prompts/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = "2.17.1" 2 | -------------------------------------------------------------------------------- /sd_dynamic_prompts/element_ids.py: -------------------------------------------------------------------------------- 1 | UI_ELEMENT_ID_PREFIX = "sddp-" 2 | 3 | 4 | def make_element_id(name: str) -> str: 5 | return UI_ELEMENT_ID_PREFIX + name 6 | -------------------------------------------------------------------------------- /tests/prompts/ui/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/tests/prompts/ui/__init__.py -------------------------------------------------------------------------------- /tests/test_callbacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/de056ff8d80e4ad120e13a90cf200f3383f427c6/tests/test_callbacks.py --------------------------------------------------------------------------------