ChuckMcSneed
commited on
Upload waxwing-styles.txt
Browse files- waxwing-styles.txt +79 -0
waxwing-styles.txt
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Tone: {list of tones}. Writing style: {list of writing styles}.
|
2 |
+
Written with {slow|medium|fast} pacing, in moment to moment detail, in {abstract|selective|vivid sensory} detail, from a {First|Third Person (Character)} perspective.
|
3 |
+
|
4 |
+
{
|
5 |
+
"tone": [
|
6 |
+
"melancholic",
|
7 |
+
"tense",
|
8 |
+
"dramatic",
|
9 |
+
"suspenseful",
|
10 |
+
"mysterious",
|
11 |
+
"humorous",
|
12 |
+
"somber",
|
13 |
+
"philosophical",
|
14 |
+
"bittersweet",
|
15 |
+
"ominous",
|
16 |
+
"whimsical",
|
17 |
+
"determined",
|
18 |
+
"sarcastic",
|
19 |
+
"intense",
|
20 |
+
"nostalgic",
|
21 |
+
"dark",
|
22 |
+
"adventurous",
|
23 |
+
"serious",
|
24 |
+
"emotional",
|
25 |
+
"surreal",
|
26 |
+
"thoughtful",
|
27 |
+
"ironic",
|
28 |
+
"cynical",
|
29 |
+
"desperate",
|
30 |
+
"absurd",
|
31 |
+
"uncertain",
|
32 |
+
"wry",
|
33 |
+
"resigned",
|
34 |
+
"intriguing",
|
35 |
+
"curious",
|
36 |
+
"anxious",
|
37 |
+
"hopeful",
|
38 |
+
"eerie",
|
39 |
+
"romantic",
|
40 |
+
"comedic",
|
41 |
+
"thrilling",
|
42 |
+
"action-packed"
|
43 |
+
],
|
44 |
+
"writing style": [
|
45 |
+
"descriptive",
|
46 |
+
"detailed",
|
47 |
+
"poetic",
|
48 |
+
"vivid",
|
49 |
+
"imaginative",
|
50 |
+
"introspective",
|
51 |
+
"emotional",
|
52 |
+
"flowery",
|
53 |
+
"philosophical",
|
54 |
+
"conversational",
|
55 |
+
"formal",
|
56 |
+
"immersive",
|
57 |
+
"character-driven",
|
58 |
+
"fast-paced",
|
59 |
+
"evocative",
|
60 |
+
"dramatic",
|
61 |
+
"present tense",
|
62 |
+
"witty",
|
63 |
+
"dialogue-heavy",
|
64 |
+
"lyrical",
|
65 |
+
"narrative",
|
66 |
+
"atmospheric",
|
67 |
+
"analytical"
|
68 |
+
],
|
69 |
+
"pacing": [
|
70 |
+
"medium",
|
71 |
+
"slow",
|
72 |
+
"fast"
|
73 |
+
],
|
74 |
+
"sensory detail": [
|
75 |
+
"abstract",
|
76 |
+
"selective",
|
77 |
+
"vivid sensory"
|
78 |
+
]
|
79 |
+
}
|