prompt-lists 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Arthouse plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
battling with a chronic illness
|
6
|
+
being caught in a love triangle
|
7
|
+
being haunted by a ghost
|
8
|
+
being held captive
|
9
|
+
being trapped in a dysfunctional relationship
|
10
|
+
challenging authority
|
11
|
+
challenging the status quo
|
12
|
+
coming to terms with a betrayal
|
13
|
+
confronting a personal demons
|
14
|
+
confronting death and the afterlife
|
15
|
+
confronting societal norms and conventions
|
16
|
+
confronting their past
|
17
|
+
coping with the loss of a loved one
|
18
|
+
dealing with a moral dilemma
|
19
|
+
dealing with an oppressive regime
|
20
|
+
dealing with an unwanted pregnancy
|
21
|
+
discovering a dark secret
|
22
|
+
discussing existential philosophy
|
23
|
+
embarking on a quest for freedom
|
24
|
+
engaging in acts of rebellion
|
25
|
+
exploring their sexuality
|
26
|
+
facing a crisis in their relationships
|
27
|
+
facing a natural disaster
|
28
|
+
facing an ethical dilemma
|
29
|
+
facing discrimination based on race, gender or sexuality
|
30
|
+
falling in love against all odds
|
31
|
+
fighting for justice
|
32
|
+
forming a secret society
|
33
|
+
going on a dangerous adventure
|
34
|
+
going on a journey of self-discovery
|
35
|
+
grappling with grief
|
36
|
+
investigating a mysterious disappearance
|
37
|
+
living as outcasts in a society
|
38
|
+
making difficult life choices
|
39
|
+
navigating a complex friendship dynamic
|
40
|
+
navigating a world of illusions
|
41
|
+
overcoming a traumatic event
|
42
|
+
overcoming prejudice and bigotry
|
43
|
+
planning a revolution
|
44
|
+
questioning societal beliefs and values
|
45
|
+
searching for meaning in life
|
46
|
+
struggling to survive in extreme circumstances
|
47
|
+
struggling with addiction
|
48
|
+
struggling with identity issues
|
49
|
+
struggling with jealousy
|
50
|
+
struggling with mental health issues
|
51
|
+
struggling with poverty
|
52
|
+
struggling with spirituality and religious beliefs
|
53
|
+
trying to escape a dangerous situation
|
54
|
+
trying to expose a corruption scandal
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Fantasy plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
battling against evil forces or dark wizards
|
6
|
+
dealing with the aftermath of a spell gone wrong
|
7
|
+
dealing with the consequences of using dark magic
|
8
|
+
dealing with the power struggles between kingdoms
|
9
|
+
defeating a powerful sorcerer or evil entity
|
10
|
+
defending a kingdom or city
|
11
|
+
defending a sacred site or temple
|
12
|
+
discovering a hidden conspiracy
|
13
|
+
discovering a hidden society of magic-users
|
14
|
+
discovering a lost city or civilization
|
15
|
+
discovering a secret society of rebels or outcasts
|
16
|
+
escaping from a dungeon or prison
|
17
|
+
escaping from a enchanted forest or maze
|
18
|
+
escaping from a parallel universe or alternate reality
|
19
|
+
escaping from a spell-induced sleep
|
20
|
+
exploring a dark and dangerous world
|
21
|
+
fighting against a dragon
|
22
|
+
fighting against an army of undead creatures
|
23
|
+
finding a hidden treasure or artifact
|
24
|
+
finding a way to lift a powerful curse
|
25
|
+
finding a way to restore balance to the world
|
26
|
+
finding a way to reverse a spell or curse
|
27
|
+
infiltrating an enemy fortress
|
28
|
+
investigating a mysterious curse
|
29
|
+
investigating strange occurrences or supernatural events
|
30
|
+
navigating through a magical jungle or swamp
|
31
|
+
navigating through a treacherous mountain range
|
32
|
+
navigating through dangerous territory
|
33
|
+
overcoming obstacles in a world filled with magic
|
34
|
+
overcoming personal challenges in a fantasy world
|
35
|
+
overcoming personal demons or fears
|
36
|
+
participating in a epic battle
|
37
|
+
participating in a heist to steal a magical artifact
|
38
|
+
participating in a magic tournament or competition
|
39
|
+
participating in a prophecy or destiny
|
40
|
+
participating in a quest or adventure
|
41
|
+
protecting a village or town from harm
|
42
|
+
rescuing a captive or hostage
|
43
|
+
rescuing a kidnapped princess or prince
|
44
|
+
resisting the temptations of dark magic
|
45
|
+
retrieving a stolen treasure
|
46
|
+
saving a magical creature from harm
|
47
|
+
saving the world from an impending disaster
|
48
|
+
searching for a magical artifact
|
49
|
+
solving a mystical mystery
|
50
|
+
surviving in a world filled with monsters and creatures
|
51
|
+
surviving in a world ruled by magic-users
|
52
|
+
surviving in a world with limited resources
|
53
|
+
training to become a powerful wizard or warrior
|
54
|
+
traveling to a far-off land or through different dimensions
|
@@ -0,0 +1,97 @@
|
|
1
|
+
---
|
2
|
+
title: General plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
attempting to break a world record
|
6
|
+
attending a destination wedding
|
7
|
+
attending a high school reunion
|
8
|
+
attending a music festival
|
9
|
+
battling supernatural forces
|
10
|
+
becoming a superhero
|
11
|
+
competing in a reality show
|
12
|
+
confronting personal demons
|
13
|
+
dealing with a family crisis
|
14
|
+
dealing with a haunted house
|
15
|
+
dealing with a life-threatening illness
|
16
|
+
escaping a cult
|
17
|
+
escaping from prison
|
18
|
+
facing a personal challenge
|
19
|
+
fighting in a war
|
20
|
+
finding inner peace
|
21
|
+
finding love
|
22
|
+
going on a beach vacation
|
23
|
+
going on a camping trip
|
24
|
+
going on a cross-country road trip
|
25
|
+
going on a cruise
|
26
|
+
going on a holiday
|
27
|
+
going on a road trip
|
28
|
+
going on a ski trip
|
29
|
+
going on a sleepover
|
30
|
+
going on a spring break trip
|
31
|
+
going on a summer camp trip
|
32
|
+
going on a trip to a theme park
|
33
|
+
going on a wild adventure
|
34
|
+
helping to rebuild after a natural disaster
|
35
|
+
hiking a treacherous trail
|
36
|
+
hosting a house party
|
37
|
+
hosting a mystery dinner party
|
38
|
+
investigating a conspiracy
|
39
|
+
learning to dance
|
40
|
+
overcoming addiction
|
41
|
+
participating in a beauty pageant
|
42
|
+
participating in a charity auction
|
43
|
+
participating in a charity walk
|
44
|
+
participating in a comedy roast
|
45
|
+
participating in a cooking competition
|
46
|
+
participating in a dance competition
|
47
|
+
participating in a food competition
|
48
|
+
participating in a heist
|
49
|
+
participating in a karaoke competition
|
50
|
+
participating in a protest
|
51
|
+
participating in a scavenger hunt
|
52
|
+
participating in a sporting event
|
53
|
+
participating in a sports tournament
|
54
|
+
participating in a survival competition
|
55
|
+
participating in a talent competition
|
56
|
+
participating in a talent show
|
57
|
+
performing a musical
|
58
|
+
planning a heist
|
59
|
+
planning a wedding
|
60
|
+
pursuing a dream
|
61
|
+
rescuing a hostage
|
62
|
+
retracing a historical event
|
63
|
+
running a restaurant
|
64
|
+
running for public office
|
65
|
+
searching for lost treasure
|
66
|
+
seeking revenge
|
67
|
+
solving a mystery or crime
|
68
|
+
solving a puzzle
|
69
|
+
staging a musical production
|
70
|
+
starting a band
|
71
|
+
starting a book club
|
72
|
+
starting a business
|
73
|
+
starting a charity event
|
74
|
+
starting a choir group
|
75
|
+
starting a detective agency
|
76
|
+
starting a dog walking business
|
77
|
+
starting a haunted house business
|
78
|
+
starting a neighborhood watch group
|
79
|
+
starting a new business
|
80
|
+
starting a new life
|
81
|
+
starting a new relationship
|
82
|
+
starting a new school year
|
83
|
+
starting a revolution
|
84
|
+
starting a stand-up comedy group
|
85
|
+
starting a startup
|
86
|
+
starting a talent management company
|
87
|
+
starting a wedding planning company
|
88
|
+
surviving a disaster
|
89
|
+
surviving in a post-apocalyptic world
|
90
|
+
surviving in space
|
91
|
+
taking a journey of self-discovery
|
92
|
+
taking a trip through time
|
93
|
+
taking part in a big game
|
94
|
+
taking part in a paranormal investigation
|
95
|
+
throwing a big party
|
96
|
+
trying to clear someone's name
|
97
|
+
trying to save the world
|
@@ -0,0 +1,53 @@
|
|
1
|
+
---
|
2
|
+
title: Horror plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
battling a cursed object
|
6
|
+
battling a dark cult
|
7
|
+
battling a powerful evil entity
|
8
|
+
battling a supernatural entity
|
9
|
+
battling a voodoo curse
|
10
|
+
escaping from a haunted forest
|
11
|
+
escaping from a haunted house
|
12
|
+
escaping from a haunted mental institution
|
13
|
+
escaping from a mad scientist's laboratory
|
14
|
+
escaping from a monster-infested town
|
15
|
+
escaping from a mysterious ghost ship
|
16
|
+
escaping from a mysterious island
|
17
|
+
escaping from a mysterious underground bunker
|
18
|
+
escaping from a mysterious underground facility
|
19
|
+
escaping from a supernatural prison
|
20
|
+
fighting against a cult
|
21
|
+
fighting against a mysterious entity
|
22
|
+
fighting against a powerful demon
|
23
|
+
fighting against an alien invasion
|
24
|
+
fighting against an evil spirit
|
25
|
+
investigating a mysterious disappearance
|
26
|
+
investigating a mysterious disappearance in a remote village
|
27
|
+
investigating a mysterious ghost town
|
28
|
+
investigating a series of bizarre deaths
|
29
|
+
investigating a series of gruesome murders
|
30
|
+
running from a horde of flesh-eating zombies
|
31
|
+
running from a horde of genetically modified zombies
|
32
|
+
running from a notorious serial killer
|
33
|
+
running from a pack of werewolves
|
34
|
+
running from a serial killer
|
35
|
+
searching for a lost city of gold
|
36
|
+
searching for a lost civilization
|
37
|
+
searching for a lost temple
|
38
|
+
searching for a missing expedition team
|
39
|
+
staying alive in a post-apocalyptic wasteland
|
40
|
+
staying alive in a world overrun by genetically modified creatures
|
41
|
+
staying alive in a world overrun by robots
|
42
|
+
staying alive in a zombie outbreak
|
43
|
+
surviving a massacre in a remote cabin
|
44
|
+
surviving a supernatural apocalypse
|
45
|
+
surviving in a world overrun by demons
|
46
|
+
surviving in a world taken over by giant monsters
|
47
|
+
surviving in a world taken over by the undead
|
48
|
+
surviving in a world taken over by vampires
|
49
|
+
trapped in a haunted asylum
|
50
|
+
trapped in a haunted carnival
|
51
|
+
trapped in a haunted carnival ride
|
52
|
+
trapped in a haunted hotel
|
53
|
+
trapped in a haunted mansion
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Musical plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
competing in a musical competition
|
6
|
+
dealing with the challenges of being a solo artist
|
7
|
+
dealing with the challenges of touring
|
8
|
+
dealing with the impact of age on a musical career
|
9
|
+
dealing with the impact of fame on personal relationships
|
10
|
+
dealing with the pressure of being in a popular band
|
11
|
+
dealing with the pressure of success
|
12
|
+
dealing with the realities of the music business
|
13
|
+
dealing with the stress of performing live
|
14
|
+
dealing with the ups and downs of the music industry
|
15
|
+
finding inspiration for new music
|
16
|
+
finding new ways to express themselves through music
|
17
|
+
finding success as a new musical act
|
18
|
+
finding the courage to experiment with different musical styles
|
19
|
+
finding the courage to perform in public after a personal loss
|
20
|
+
finding the courage to perform original music
|
21
|
+
finding the courage to pursue their musical dreams
|
22
|
+
finding their own unique sound
|
23
|
+
learning to appreciate different genres of music
|
24
|
+
learning to collaborate with musicians from different backgrounds
|
25
|
+
learning to incorporate different musical styles
|
26
|
+
learning to perform in front of large crowds
|
27
|
+
learning to perform with a new musical partner
|
28
|
+
learning to play an instrument
|
29
|
+
learning to work together as a musical ensemble
|
30
|
+
learning to work together as a musical team
|
31
|
+
overcoming a debilitating injury or illness
|
32
|
+
overcoming a lack of confidence in musical abilities
|
33
|
+
overcoming a lack of support from family or friends
|
34
|
+
overcoming a personal crisis through music
|
35
|
+
overcoming creative blocks
|
36
|
+
overcoming creative differences in a musical collaboration
|
37
|
+
overcoming language barriers to perform in a different country
|
38
|
+
overcoming stage fright
|
39
|
+
overcoming the fear of failure in the music industry
|
40
|
+
performing musical numbers on stage
|
41
|
+
preparing for a music festival
|
42
|
+
putting on a musical production
|
43
|
+
rehearsing for a musical performance
|
44
|
+
rekindling a former musical partnership
|
45
|
+
rekindling a lost passion for music
|
46
|
+
rekindling a love of music after a period of burnout
|
47
|
+
rekindling a love of music after a period of creative stagnation
|
48
|
+
rekindling a love of music after a period of personal crisis
|
49
|
+
rekindling a love of performance
|
50
|
+
rekindling a musical partnership after a period of estrangement
|
51
|
+
reuniting a disbanded musical group
|
52
|
+
reuniting with a former mentor or teacher
|
53
|
+
singing and dancing together in a flash mob
|
54
|
+
traveling together on a musical tour
|
@@ -0,0 +1,53 @@
|
|
1
|
+
---
|
2
|
+
title: Romance plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
breaking down personal barriers to love
|
6
|
+
building a relationship despite personal insecurities
|
7
|
+
building a relationship while balancing career or other commitments
|
8
|
+
building a relationship while dealing with mental health issues
|
9
|
+
building a relationship while overcoming past traumas
|
10
|
+
building a relationship while overcoming personal demons or vices
|
11
|
+
coping with cultural or social differences
|
12
|
+
coping with infertility or other family-related challenges
|
13
|
+
coping with infidelity or trust issues
|
14
|
+
coping with the end of a relationship
|
15
|
+
coping with the stress of a long-term commitment
|
16
|
+
dealing with age differences or disapproving family members
|
17
|
+
dealing with jealousy or insecurity
|
18
|
+
dealing with relationship challenges or obstacles
|
19
|
+
dealing with the challenges of a blended family
|
20
|
+
dealing with the complexities of a polyamorous relationship
|
21
|
+
dealing with the stigma of interracial or lgbtq relationships
|
22
|
+
falling in love after a rebound
|
23
|
+
falling in love despite initial doubts
|
24
|
+
falling in love despite initial prejudices
|
25
|
+
falling in love with each other
|
26
|
+
falling in love with someone from a different background or culture
|
27
|
+
finding common interests and passions
|
28
|
+
finding happiness after a breakup or divorce
|
29
|
+
finding love despite personal or financial difficulties
|
30
|
+
finding love in an unexpected place
|
31
|
+
finding love while pursuing personal goals
|
32
|
+
going on a romantic adventure or journey
|
33
|
+
navigating long-distance relationships
|
34
|
+
navigating the challenges of a second chance at love
|
35
|
+
navigating the challenges of marriage or long-term commitment
|
36
|
+
navigating the ups and downs of a long-distance relationship
|
37
|
+
navigating the ups and downs of dating
|
38
|
+
overcoming addiction or other personal struggles
|
39
|
+
overcoming communication issues or misunderstandings
|
40
|
+
overcoming differences of opinion or lifestyle
|
41
|
+
overcoming fear of commitment
|
42
|
+
overcoming societal or cultural expectations
|
43
|
+
reconnecting with each other after a long absence
|
44
|
+
rekindling an old flame
|
45
|
+
rekindling love after a period of distance
|
46
|
+
rekindling love after a period of estrangement
|
47
|
+
rekindling love after a period of personal growth
|
48
|
+
reuniting after being separated by circumstances
|
49
|
+
supporting each other through personal crises
|
50
|
+
surviving a life-changing event together
|
51
|
+
surviving a long-distance relationship
|
52
|
+
surviving a test of love
|
53
|
+
surviving a tragedy or loss together
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Sci-fi cyberpunk plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
battling against cyborgs or robots
|
6
|
+
dealing with the aftermath of a cyber-disaster
|
7
|
+
dealing with the consequences of artificial intelligence
|
8
|
+
dealing with the consequences of using illegal technology
|
9
|
+
dealing with the power dynamics between humans and artificial intelligence
|
10
|
+
dealing with the power struggles between corporations
|
11
|
+
defending against a cyber-controlled army
|
12
|
+
defending against a powerful ai or rogue program
|
13
|
+
defending against a powerful hacker or criminal organization
|
14
|
+
discovering a hidden conspiracy
|
15
|
+
discovering a hidden society of tech-savvy rebels
|
16
|
+
escaping from a cyber-controlled city
|
17
|
+
escaping from a dangerous city or dystopian world
|
18
|
+
escaping from a dangerous virtual game or simulation
|
19
|
+
escaping from a totalitarian technological regime
|
20
|
+
escaping from a virtual prison or detention center
|
21
|
+
escaping from a virtual reality or simulation
|
22
|
+
fighting against a corrupt government or corporation
|
23
|
+
finding a way to reverse cybernetic implantation
|
24
|
+
hacking into a corporation's computer systems
|
25
|
+
infiltrating a black market for illegal technology
|
26
|
+
infiltrating a corporation or government facility
|
27
|
+
infiltrating a highly-secured cyber network
|
28
|
+
infiltrating a top-secret laboratory or facility
|
29
|
+
investigating a cyber-espionage plot
|
30
|
+
investigating a cybercrime or cyber-attack
|
31
|
+
investigating a technological cover-up
|
32
|
+
navigating through a cyber-controlled wasteland
|
33
|
+
navigating through a virtual maze or labyrinth
|
34
|
+
navigating through a virtual world filled with dangers
|
35
|
+
overcoming a technological apocalypse
|
36
|
+
overcoming addiction to virtual reality or technology
|
37
|
+
overcoming personal challenges in a cyberpunk world
|
38
|
+
overcoming personal limitations through technology
|
39
|
+
participating in a cyber-heist or data theft
|
40
|
+
participating in a cyberwar or virtual battle
|
41
|
+
participating in a virtual battle for survival
|
42
|
+
participating in a virtual race or competition
|
43
|
+
rescuing a captive or hostage
|
44
|
+
resisting the temptation of advanced technology
|
45
|
+
running from the law or a powerful organization
|
46
|
+
searching for a cure for a technological virus or illness
|
47
|
+
searching for a missing person or item
|
48
|
+
searching for a way to defeat a rogue ai
|
49
|
+
searching for a way to save humanity from technological enslavement
|
50
|
+
stealing advanced technology or cybernetic implants
|
51
|
+
stealing advanced weapons or military technology
|
52
|
+
stealing valuable data or technology
|
53
|
+
surviving in a world dominated by technology
|
54
|
+
surviving in a world with limited resources
|
@@ -0,0 +1,173 @@
|
|
1
|
+
---
|
2
|
+
title: Sci-fi plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
a group of astronauts must navigate a deadly asteroid field to save humanity
|
6
|
+
a group of astronauts try to save earth from an alien attack by using a mysterious device
|
7
|
+
a group of explorers venture to a new world to find a cure for a deadly virus
|
8
|
+
a group of rebels attempt to overthrow a powerful cyborg empire
|
9
|
+
a group of rebels attempt to overthrow a totalitarian government
|
10
|
+
a group of rebels fight against a powerful alien invasion that threatens to destroy the planet
|
11
|
+
a group of rebels take on a powerful artificial intelligence that has taken over the world
|
12
|
+
a group of survivors attempt to rebuild society after a massive global war
|
13
|
+
a group of survivors band together to fight against a new breed of vampire
|
14
|
+
a group of survivors band together to fight against a zombie outbreak
|
15
|
+
a group of survivors try to rebuild society after a massive emp destroys all technology
|
16
|
+
a team of astronauts discover a mysterious object that could hold the key to saving the universe
|
17
|
+
a team of explorers discover a hidden alien race
|
18
|
+
a team of rebels try to stop a massive asteroid from hitting earth
|
19
|
+
a team of scientists create a machine to travel through parallel dimensions
|
20
|
+
a team of scientists create a new form of life, but it quickly spirals out of control
|
21
|
+
a team of scientists develop a machine to travel back in time and prevent a catastrophic event
|
22
|
+
a team of scientists work to prevent a massive solar flare from destroying earth
|
23
|
+
a team of scientists work to stop a rogue black hole from merging with the earth
|
24
|
+
attacking or defending a space station
|
25
|
+
attending a futuristic society
|
26
|
+
averting a catastrophic event
|
27
|
+
averting an intergalactic war
|
28
|
+
battling against a robotic army
|
29
|
+
battling against alien races or space monsters
|
30
|
+
battling against space pirates or raiders
|
31
|
+
battling an alien invasion
|
32
|
+
building a colony on a new world
|
33
|
+
collecting valuable resources
|
34
|
+
dealing with a malfunctioning spacecraft
|
35
|
+
dealing with a parallel dimension
|
36
|
+
dealing with a rogue artificial intelligence network
|
37
|
+
dealing with a terrorist attack in space
|
38
|
+
dealing with an artificial intelligence gone rogue
|
39
|
+
dealing with the aftermath of a time-travel experiment
|
40
|
+
dealing with the consequences of a space-based weapon
|
41
|
+
dealing with the consequences of space travel or time-travel
|
42
|
+
dealing with the consequences of space-based experiments or discoveries
|
43
|
+
dealing with the consequences of time travel
|
44
|
+
dealing with the power dynamics between different alien races
|
45
|
+
dealing with the power dynamics between humans and aliens
|
46
|
+
dealing with the power struggles between intergalactic nations
|
47
|
+
defeating a rogue ai
|
48
|
+
defending against a rogue artificial intelligence in space
|
49
|
+
defending against a space invasion or attack
|
50
|
+
defending against a space-based cyber attack
|
51
|
+
defending against a space-based invasion or takeover
|
52
|
+
defending against an alien invasion
|
53
|
+
destroying a rogue planet or moon
|
54
|
+
developing new technology in space
|
55
|
+
discovering a hidden civilization
|
56
|
+
discovering a hidden conspiracy
|
57
|
+
discovering a hidden society in space
|
58
|
+
discovering a lost civilization
|
59
|
+
discovering a secret organization
|
60
|
+
escaping a dangerous situation or creature
|
61
|
+
escaping a space-based biological disaster
|
62
|
+
escaping a virtual reality
|
63
|
+
escaping from a black hole or other cosmic danger
|
64
|
+
escaping from a black hole or wormhole
|
65
|
+
escaping from a cyborg takeover
|
66
|
+
escaping from a space prison
|
67
|
+
escaping from a space prison or detention center
|
68
|
+
escaping from a space station
|
69
|
+
escaping from a space station under attack
|
70
|
+
escaping from a space-based monster or predator
|
71
|
+
escaping from a space-based natural disaster
|
72
|
+
escaping from a space-based trap or ambush
|
73
|
+
escaping from a space-based virtual reality or simulation
|
74
|
+
exploring a lost moon
|
75
|
+
exploring a mysterious planet
|
76
|
+
exploring a new planet
|
77
|
+
exploring a new planet or moon
|
78
|
+
exploring a new planet or star system
|
79
|
+
exploring abandoned or haunted spaceships
|
80
|
+
fighting against a powerful space monster
|
81
|
+
fighting against a space pirate crew
|
82
|
+
fighting against mutants
|
83
|
+
fighting against robots
|
84
|
+
finding a new home for humanity
|
85
|
+
finding a way back to earth from a distant world
|
86
|
+
finding a way to reverse a planetary catastrophe
|
87
|
+
finding a way to save a endangered planet or civilization
|
88
|
+
infiltrating a hostile spaceship or space station
|
89
|
+
infiltrating a space station or spaceship
|
90
|
+
infiltrating a space-based criminal organization
|
91
|
+
infiltrating a space-based military base
|
92
|
+
infiltrating a space-based research facility or laboratory
|
93
|
+
investigating a crime in a utopia
|
94
|
+
investigating a mysterious event
|
95
|
+
investigating a mysterious signal
|
96
|
+
investigating a space-based conspiracy or murder
|
97
|
+
investigating a space-based theft or sabotage
|
98
|
+
making first contact with an alien race
|
99
|
+
navigating through a black hole
|
100
|
+
navigating through a treacherous asteroid field or comet tail
|
101
|
+
navigating through a treacherous space storm
|
102
|
+
navigating through an asteroid field
|
103
|
+
navigating through an asteroid field or space anomaly
|
104
|
+
negotiating a peace treaty
|
105
|
+
overcoming personal challenges in space
|
106
|
+
overcoming personal conflicts in space
|
107
|
+
participating in a space battle
|
108
|
+
participating in a space battle or war
|
109
|
+
participating in a space mission gone wrong
|
110
|
+
participating in a space race
|
111
|
+
participating in a space race or competition
|
112
|
+
participating in a space war
|
113
|
+
participating in a space-based rescue mission
|
114
|
+
participating in a space-based scavenger hunt
|
115
|
+
performing a daring rescue mission
|
116
|
+
piloting a spaceship on a dangerous mission
|
117
|
+
preventing a disaster in time-travel
|
118
|
+
preventing a rogue asteroid from colliding with earth
|
119
|
+
racing to be the first to reach a new discovery
|
120
|
+
recovering stolen or lost technology
|
121
|
+
repairing a damaged spaceship
|
122
|
+
rescuing a captive from an extraterrestrial society
|
123
|
+
rescuing a captive or hostage
|
124
|
+
rescuing a captive or hostage in space
|
125
|
+
rescuing someone or something
|
126
|
+
running from the law or a powerful organization
|
127
|
+
saving humanity from an extinction-level event
|
128
|
+
searching for a legendary planet
|
129
|
+
searching for a lost colony
|
130
|
+
searching for a missing planet or artifact
|
131
|
+
searching for a new home after earth's destruction
|
132
|
+
searching for a new home world
|
133
|
+
searching for a way to communicate with a mysterious alien race
|
134
|
+
searching for a way to prevent a space disaster
|
135
|
+
searching for a way to prevent the destruction of a planet
|
136
|
+
searching for a way to reverse the effects of a space anomaly
|
137
|
+
searching for a way to save the galaxy from destruction
|
138
|
+
searching for a way to stop an intergalactic war
|
139
|
+
searching for a way to survive in a hostile space environment
|
140
|
+
searching for alien life
|
141
|
+
solving a mystery in an abandoned space colony
|
142
|
+
solving a space-related mystery
|
143
|
+
starting a rebellion against a dystopian government
|
144
|
+
stealing a powerful artifact
|
145
|
+
stealing a spaceship or technology
|
146
|
+
stopping a black hole from destroying earth
|
147
|
+
stopping a rogue ai from destroying humanity
|
148
|
+
stopping a rogue planet from destroying earth
|
149
|
+
stopping a space-based weapons threat
|
150
|
+
stopping an intergalactic threat
|
151
|
+
stowing away on a spaceship
|
152
|
+
surviving in a dangerous wilderness of space
|
153
|
+
surviving in a hostile environment in space
|
154
|
+
surviving in a post-apocalyptic future
|
155
|
+
surviving in a post-apocalyptic world
|
156
|
+
surviving in a simulated reality
|
157
|
+
surviving in a space prison or detention center
|
158
|
+
surviving in a space-based quarantine zone
|
159
|
+
surviving in a space-based zero gravity environment
|
160
|
+
surviving on a hostile planet
|
161
|
+
taking part in a cyborg rebellion
|
162
|
+
taking part in a cyborg revolution
|
163
|
+
taking part in a journey to a distant galaxy
|
164
|
+
taking part in a multi-galaxy treaty
|
165
|
+
taking part in a space race
|
166
|
+
taking part in an interstellar peace mission
|
167
|
+
taking part in an interstellar war
|
168
|
+
time travel
|
169
|
+
trading goods or services with aliens
|
170
|
+
traveling through a wormhole
|
171
|
+
traveling to alternate realities or dimensions
|
172
|
+
traversing through a dark matter anomaly
|
173
|
+
trying to bring a dead planet back to life
|
data/lists/plot/war.yml
ADDED
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: War plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
carrying out a dangerous mission
|
6
|
+
conducting a commando or special forces mission
|
7
|
+
conducting a covert operation
|
8
|
+
conducting a deep penetration mission
|
9
|
+
conducting a reconnaissance mission
|
10
|
+
conducting a sabotage mission
|
11
|
+
dealing with casualties and medical emergencies
|
12
|
+
dealing with enemy prisoners of war
|
13
|
+
defending a key position or stronghold
|
14
|
+
defending a strategic location from enemy forces
|
15
|
+
defending against a chemical or biological attack
|
16
|
+
defending against a surprise attack
|
17
|
+
defending against enemy air or naval assaults
|
18
|
+
destroying enemy supplies or logistics
|
19
|
+
destroying enemy weapons or facilities
|
20
|
+
escaping from a besieged city or village
|
21
|
+
escaping from a booby-trapped area
|
22
|
+
escaping from a minefield or other hazardous area
|
23
|
+
escaping from enemy captivity
|
24
|
+
escaping from enemy territory with valuable assets
|
25
|
+
fighting on the front lines of a battle
|
26
|
+
infiltrating enemy command and control systems
|
27
|
+
infiltrating enemy communications systems
|
28
|
+
infiltrating enemy fortifications or defenses
|
29
|
+
infiltrating enemy intelligence operations
|
30
|
+
infiltrating enemy territory
|
31
|
+
overcoming language or cultural barriers
|
32
|
+
overcoming moral conflicts or personal demons
|
33
|
+
overcoming physical challenges in extreme conditions
|
34
|
+
overcoming psychological trauma from combat
|
35
|
+
overcoming resource or supply shortages
|
36
|
+
participating in a counter-attack or retaliation
|
37
|
+
participating in a raid or ambush
|
38
|
+
participating in a rescue mission
|
39
|
+
participating in a siege or assault
|
40
|
+
rescuing a captured comrade
|
41
|
+
retrieving crucial information or intelligence
|
42
|
+
retrieving lost or stolen military equipment
|
43
|
+
saving civilian lives during conflict
|
44
|
+
saving wounded soldiers or civilians
|
45
|
+
stopping a traitor or mole within the group
|
46
|
+
stopping enemy propaganda or psychological operations
|
47
|
+
stopping enemy reinforcements from reaching the front lines
|
48
|
+
stopping enemy sabotage or guerrilla operations
|
49
|
+
supporting a battle-weary unit or division
|
50
|
+
supporting a demoralized military unit
|
51
|
+
supporting a larger military operation
|
52
|
+
supporting allied forces during battle
|
53
|
+
surviving behind enemy lines
|
54
|
+
taking part in a tactical operation
|
@@ -0,0 +1,34 @@
|
|
1
|
+
---
|
2
|
+
title: Astronomy terms
|
3
|
+
category: science
|
4
|
+
---
|
5
|
+
andromeda
|
6
|
+
big bang
|
7
|
+
black hole
|
8
|
+
comet
|
9
|
+
comet trail
|
10
|
+
dark energy
|
11
|
+
dark matter
|
12
|
+
exoplanet
|
13
|
+
galaxy
|
14
|
+
jupiter
|
15
|
+
mars
|
16
|
+
mercury
|
17
|
+
messier
|
18
|
+
meteor
|
19
|
+
meteorite
|
20
|
+
milky way
|
21
|
+
nebula
|
22
|
+
nebulae
|
23
|
+
neptune
|
24
|
+
planet
|
25
|
+
pleiades
|
26
|
+
pluto
|
27
|
+
ringed planet
|
28
|
+
saturn
|
29
|
+
spiral galaxy
|
30
|
+
star
|
31
|
+
star cluster
|
32
|
+
uranus
|
33
|
+
venus
|
34
|
+
worm hole
|