@miadi/ncp-story-studio 0.1.0
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.
- package/LICENSE +21 -0
- package/PHASES.md +160 -0
- package/README.md +140 -0
- package/assets/PROVENANCE.json +5 -0
- package/assets/examples/PROVENANCE.json +26 -0
- package/assets/examples/anora.json +228 -0
- package/assets/examples/example-story.json +112 -0
- package/assets/examples/the-shawshank-redemption.json +2068 -0
- package/assets/examples/weaver_of_words__the_catalyst_of_change_251101.json +1132 -0
- package/assets/ncp-schema.json +794 -0
- package/assets/terminology.json +2919 -0
- package/dist/agents/adapter.d.ts +60 -0
- package/dist/agents/adapter.d.ts.map +1 -0
- package/dist/agents/adapter.js +69 -0
- package/dist/agents/adapter.js.map +1 -0
- package/dist/agents/context.d.ts +19 -0
- package/dist/agents/context.d.ts.map +1 -0
- package/dist/agents/context.js +49 -0
- package/dist/agents/context.js.map +1 -0
- package/dist/agents/index.d.ts +5 -0
- package/dist/agents/index.d.ts.map +1 -0
- package/dist/agents/index.js +7 -0
- package/dist/agents/index.js.map +1 -0
- package/dist/agents/links.d.ts +41 -0
- package/dist/agents/links.d.ts.map +1 -0
- package/dist/agents/links.js +76 -0
- package/dist/agents/links.js.map +1 -0
- package/dist/agents/personas.d.ts +16 -0
- package/dist/agents/personas.d.ts.map +1 -0
- package/dist/agents/personas.js +34 -0
- package/dist/agents/personas.js.map +1 -0
- package/dist/fixtures/index.d.ts +27 -0
- package/dist/fixtures/index.d.ts.map +1 -0
- package/dist/fixtures/index.js +69 -0
- package/dist/fixtures/index.js.map +1 -0
- package/dist/graph/index.d.ts +60 -0
- package/dist/graph/index.d.ts.map +1 -0
- package/dist/graph/index.js +97 -0
- package/dist/graph/index.js.map +1 -0
- package/dist/graph/react/index.d.ts +2 -0
- package/dist/graph/react/index.d.ts.map +1 -0
- package/dist/graph/react/index.js +5 -0
- package/dist/graph/react/index.js.map +1 -0
- package/dist/graph/react/story-graph.d.ts +17 -0
- package/dist/graph/react/story-graph.d.ts.map +1 -0
- package/dist/graph/react/story-graph.js +26 -0
- package/dist/graph/react/story-graph.js.map +1 -0
- package/dist/graph/tones.d.ts +36 -0
- package/dist/graph/tones.d.ts.map +1 -0
- package/dist/graph/tones.js +38 -0
- package/dist/graph/tones.js.map +1 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +24 -0
- package/dist/index.js.map +1 -0
- package/dist/schema/constants.d.ts +3 -0
- package/dist/schema/constants.d.ts.map +1 -0
- package/dist/schema/constants.js +3 -0
- package/dist/schema/constants.js.map +1 -0
- package/dist/schema/extensions.d.ts +14 -0
- package/dist/schema/extensions.d.ts.map +1 -0
- package/dist/schema/extensions.js +61 -0
- package/dist/schema/extensions.js.map +1 -0
- package/dist/schema/generated-terms.d.ts +7 -0
- package/dist/schema/generated-terms.d.ts.map +1 -0
- package/dist/schema/generated-terms.js +518 -0
- package/dist/schema/generated-terms.js.map +1 -0
- package/dist/schema/generated.d.ts +64 -0
- package/dist/schema/generated.d.ts.map +1 -0
- package/dist/schema/generated.js +497 -0
- package/dist/schema/generated.js.map +1 -0
- package/dist/schema/index.d.ts +48 -0
- package/dist/schema/index.d.ts.map +1 -0
- package/dist/schema/index.js +92 -0
- package/dist/schema/index.js.map +1 -0
- package/dist/schema/normalize.d.ts +20 -0
- package/dist/schema/normalize.d.ts.map +1 -0
- package/dist/schema/normalize.js +88 -0
- package/dist/schema/normalize.js.map +1 -0
- package/dist/schema/read.d.ts +31 -0
- package/dist/schema/read.d.ts.map +1 -0
- package/dist/schema/read.js +640 -0
- package/dist/schema/read.js.map +1 -0
- package/dist/schema/terms.d.ts +11 -0
- package/dist/schema/terms.d.ts.map +1 -0
- package/dist/schema/terms.js +80 -0
- package/dist/schema/terms.js.map +1 -0
- package/dist/schema/types.d.ts +140 -0
- package/dist/schema/types.d.ts.map +1 -0
- package/dist/schema/types.js +2 -0
- package/dist/schema/types.js.map +1 -0
- package/dist/schema/validate.d.ts +54 -0
- package/dist/schema/validate.d.ts.map +1 -0
- package/dist/schema/validate.js +490 -0
- package/dist/schema/validate.js.map +1 -0
- package/dist/store/index.d.ts +76 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/store/index.js +96 -0
- package/dist/store/index.js.map +1 -0
- package/dist/store/json.d.ts +35 -0
- package/dist/store/json.d.ts.map +1 -0
- package/dist/store/json.js +192 -0
- package/dist/store/json.js.map +1 -0
- package/dist/store/mutations.d.ts +45 -0
- package/dist/store/mutations.d.ts.map +1 -0
- package/dist/store/mutations.js +181 -0
- package/dist/store/mutations.js.map +1 -0
- package/dist/store/neon.d.ts +42 -0
- package/dist/store/neon.d.ts.map +1 -0
- package/dist/store/neon.js +167 -0
- package/dist/store/neon.js.map +1 -0
- package/dist/terminology/generated.d.ts +3 -0
- package/dist/terminology/generated.d.ts.map +1 -0
- package/dist/terminology/generated.js +2923 -0
- package/dist/terminology/generated.js.map +1 -0
- package/dist/terminology/index.d.ts +20 -0
- package/dist/terminology/index.d.ts.map +1 -0
- package/dist/terminology/index.js +71 -0
- package/dist/terminology/index.js.map +1 -0
- package/dist/terminology/types.d.ts +25 -0
- package/dist/terminology/types.d.ts.map +1 -0
- package/dist/terminology/types.js +2 -0
- package/dist/terminology/types.js.map +1 -0
- package/package.json +117 -0
- package/rispecs/README.rise.md +5 -0
- package/rispecs/RISPEC.md +9 -0
|
@@ -0,0 +1,2919 @@
|
|
|
1
|
+
{
|
|
2
|
+
"source_repo": "/workspace/repos/avadisabelle/holisticagnostic-narrative-context-protocol",
|
|
3
|
+
"synced_at": "2026-09-12",
|
|
4
|
+
"sections": [
|
|
5
|
+
{
|
|
6
|
+
"slug": "perspectives",
|
|
7
|
+
"file": "01.perspectives.md",
|
|
8
|
+
"title": "Perspectives",
|
|
9
|
+
"intro": "",
|
|
10
|
+
"entries": [
|
|
11
|
+
{
|
|
12
|
+
"appreciation": "Objective Story Throughline",
|
|
13
|
+
"context": "Objective Story",
|
|
14
|
+
"short_definition": "the central conflict of the story",
|
|
15
|
+
"author_structural_pov": "they",
|
|
16
|
+
"kind": "perspective"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"appreciation": "Main Character Throughline",
|
|
20
|
+
"context": "Main Character",
|
|
21
|
+
"short_definition": "the personal baggage of the Main Character",
|
|
22
|
+
"author_structural_pov": "i",
|
|
23
|
+
"kind": "perspective"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"appreciation": "Influence Character Throughline",
|
|
27
|
+
"context": "Influence Character",
|
|
28
|
+
"short_definition": "the alternate approach to conflict that catalyzes or provokes growth in the Main Character",
|
|
29
|
+
"author_structural_pov": "you",
|
|
30
|
+
"kind": "perspective"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"appreciation": "Relationship Story Throughline",
|
|
34
|
+
"context": "Relationship Story",
|
|
35
|
+
"short_definition": "the growth of a key relationship in the story",
|
|
36
|
+
"author_structural_pov": "we",
|
|
37
|
+
"kind": "perspective"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"slug": "appreciations-of-narrative",
|
|
43
|
+
"file": "02.appreciations-of-narrative.md",
|
|
44
|
+
"title": "Appreciations of Narrative",
|
|
45
|
+
"intro": "",
|
|
46
|
+
"entries": [
|
|
47
|
+
{
|
|
48
|
+
"appreciation": "Objective Story Solution",
|
|
49
|
+
"context": "Objective Story",
|
|
50
|
+
"short_definition": "what alters the course for those involved in the Objective Story Throughline; an indication of self-actualization",
|
|
51
|
+
"kind": "solution"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"appreciation": "Objective Story Benchmark",
|
|
55
|
+
"context": "Objective Story",
|
|
56
|
+
"short_definition": "the standard by which progress is measured in the Objective Story",
|
|
57
|
+
"kind": "concern"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"appreciation": "Objective Story Catalyst",
|
|
61
|
+
"context": "Objective Story",
|
|
62
|
+
"short_definition": "the item whose presence always pushes the Objective Story forward",
|
|
63
|
+
"kind": "issue"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"appreciation": "Objective Story Problem",
|
|
67
|
+
"context": "Objective Story",
|
|
68
|
+
"short_definition": "the essence of inequity in the Objective Story Throughline",
|
|
69
|
+
"kind": "problem"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"appreciation": "Objective Story Response",
|
|
73
|
+
"context": "Objective Story",
|
|
74
|
+
"short_definition": "the direction of efforts in the Objective Story",
|
|
75
|
+
"kind": "response"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"appreciation": "Objective Story Issue",
|
|
79
|
+
"context": "Objective Story",
|
|
80
|
+
"short_definition": "the issue of greatest thematic focus within the Objective Story Throughline",
|
|
81
|
+
"kind": "issue"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"appreciation": "Objective Story Concern",
|
|
85
|
+
"context": "Objective Story",
|
|
86
|
+
"short_definition": "the area of concern for everyone in the Objective Story Throughline",
|
|
87
|
+
"kind": "concern"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"appreciation": "Objective Story Flow",
|
|
91
|
+
"context": "Objective Story",
|
|
92
|
+
"short_definition": "the adaptive response to narrative challenges, where characters navigate obstacles by embracing flexibility and seeking creative solutions within the Objective Story Throughline",
|
|
93
|
+
"kind": "response"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"appreciation": "Objective Story Symptom",
|
|
97
|
+
"context": "Objective Story",
|
|
98
|
+
"short_definition": "where attention is focused in the Objective Story",
|
|
99
|
+
"kind": "symptom"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"appreciation": "Objective Story Domain",
|
|
103
|
+
"context": "Objective Story",
|
|
104
|
+
"short_definition": "the general area of conflict as it applies to everyone in the Objective Story Throughline",
|
|
105
|
+
"kind": "domain"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"appreciation": "Objective Story Inhibitor",
|
|
109
|
+
"context": "Objective Story",
|
|
110
|
+
"short_definition": "the item that impedes the Objective Story's progress",
|
|
111
|
+
"kind": "issue"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"appreciation": "Objective Story Problem",
|
|
115
|
+
"context": "Objective Story",
|
|
116
|
+
"short_definition": "the source of conflict within the Objective Story Throughline",
|
|
117
|
+
"kind": "problem"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"appreciation": "Objective Story Resistance",
|
|
121
|
+
"context": "Objective Story",
|
|
122
|
+
"short_definition": "the collective obstacles and challenges that arise from the story's conditions, hindering the characters' progress towards their shared goals",
|
|
123
|
+
"kind": "symptom"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"appreciation": "Objective Story Solution",
|
|
127
|
+
"context": "Objective Story",
|
|
128
|
+
"short_definition": "the quality necessary to resolve the Objective Story Throughline's Problem",
|
|
129
|
+
"kind": "solution"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"appreciation": "Story Consequence",
|
|
133
|
+
"context": "Objective Story",
|
|
134
|
+
"short_definition": "the area that best describes the result of failing to achieve the Story Goal",
|
|
135
|
+
"kind": "concern"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"appreciation": "Story Costs",
|
|
139
|
+
"context": "Objective Story",
|
|
140
|
+
"short_definition": "the area that best describes the costs incurred while trying to achieve the goal",
|
|
141
|
+
"kind": "concern"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"appreciation": "Story Dividends",
|
|
145
|
+
"context": "Objective Story",
|
|
146
|
+
"short_definition": "the area that best describes the dividends accrued while trying to achieve the goal",
|
|
147
|
+
"kind": "concern"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"appreciation": "Story Forewarnings",
|
|
151
|
+
"context": "Objective Story",
|
|
152
|
+
"short_definition": "the emotional stagnation that signals the approach of Overwhelm",
|
|
153
|
+
"kind": "concern"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"appreciation": "Story Dividends",
|
|
157
|
+
"context": "Objective Story",
|
|
158
|
+
"short_definition": "the positive vibrations that energize the Storymind and indicate the positive benefits of the journey",
|
|
159
|
+
"kind": "concern"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"appreciation": "Story Forewarnings",
|
|
163
|
+
"context": "Objective Story",
|
|
164
|
+
"short_definition": "the area that best describes the imminent approach of the story consequences",
|
|
165
|
+
"kind": "concern"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"appreciation": "Story Goal",
|
|
169
|
+
"context": "Objective Story",
|
|
170
|
+
"short_definition": "the common goal of the Objective Story Players",
|
|
171
|
+
"kind": "concern"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"appreciation": "Story Consequence",
|
|
175
|
+
"context": "Objective Story",
|
|
176
|
+
"short_definition": "what happens if the Story Goal is not accomplished.",
|
|
177
|
+
"kind": "concern"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"appreciation": "Story Preconditions",
|
|
181
|
+
"context": "Objective Story",
|
|
182
|
+
"short_definition": "the area that best describes the conditions imposed on meeting the Story Requirements",
|
|
183
|
+
"kind": "concern"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"appreciation": "Story Prerequisites",
|
|
187
|
+
"context": "Objective Story",
|
|
188
|
+
"short_definition": "the area that best describes what is needed to meet the Story Requirements",
|
|
189
|
+
"kind": "concern"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"appreciation": "Story Costs",
|
|
193
|
+
"context": "Objective Story",
|
|
194
|
+
"short_definition": "the emotional and spiritual strain that challenges the Storymind",
|
|
195
|
+
"kind": "concern"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"appreciation": "Story Requirements",
|
|
199
|
+
"context": "Objective Story",
|
|
200
|
+
"short_definition": "the area that best describes the requirements that must be met prior to achieving the Story Goal",
|
|
201
|
+
"kind": "concern"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"appreciation": "Main Character Solution",
|
|
205
|
+
"context": "Main Character",
|
|
206
|
+
"short_definition": "the counterweight and shift in equilibrium that alters the Main Character's personal journey, and steers them down a new path",
|
|
207
|
+
"kind": "solution"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"appreciation": "Main Character Baseline",
|
|
211
|
+
"context": "Main Character",
|
|
212
|
+
"short_definition": "the specific element that defines the initial baseline motivation behind the Main Character's unique point-of-view",
|
|
213
|
+
"kind": "problem"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"appreciation": "Main Character Benchmark",
|
|
217
|
+
"context": "Main Character",
|
|
218
|
+
"short_definition": "the nature of the Main Character's effort to solve his personal problem; the standard by which the Main Character judges the degree of his concern",
|
|
219
|
+
"kind": "concern"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"appreciation": "Main Character Problem",
|
|
223
|
+
"context": "Main Character",
|
|
224
|
+
"short_definition": "the source of the Main Character's personal inequity, driving their growth and journey along their path of self-actualization",
|
|
225
|
+
"kind": "problem"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"appreciation": "Main Character Critical Flaw",
|
|
229
|
+
"context": "Main Character",
|
|
230
|
+
"short_definition": "the quality that undermines the Main Character's efforts",
|
|
231
|
+
"kind": "issue"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"appreciation": "Main Character Response",
|
|
235
|
+
"context": "Main Character",
|
|
236
|
+
"short_definition": "the efforts of the Main Character to solve his apparent problems",
|
|
237
|
+
"kind": "response"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"appreciation": "Main Character Evolution",
|
|
241
|
+
"context": "Main Character",
|
|
242
|
+
"short_definition": "the specific element that defines the evolved motivation of the Main Character's unique point-of-view",
|
|
243
|
+
"kind": "response"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"appreciation": "Main Character Issue",
|
|
247
|
+
"context": "Main Character",
|
|
248
|
+
"short_definition": "the thematic focus, topic, or value standard addressed in the Main Character Throughline",
|
|
249
|
+
"kind": "issue"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"appreciation": "Main Character Concern",
|
|
253
|
+
"context": "Main Character",
|
|
254
|
+
"short_definition": "the primary type of conflict found within the Main Character's personal Throughline",
|
|
255
|
+
"kind": "concern"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"appreciation": "Main Character Flow",
|
|
259
|
+
"context": "Main Character",
|
|
260
|
+
"short_definition": "the Main Character's adaptive approach and resilience in overcoming obstacles, facilitating their journey towards personal growth and self-actualization",
|
|
261
|
+
"kind": "response"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"appreciation": "Main Character Symptom",
|
|
265
|
+
"context": "Main Character",
|
|
266
|
+
"short_definition": "where the Main Character believes the problem to be; where the Main Character's attention is focused",
|
|
267
|
+
"kind": "symptom"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"appreciation": "Main Character Domain",
|
|
271
|
+
"context": "Main Character",
|
|
272
|
+
"short_definition": "the general area of conflict for the Main Character",
|
|
273
|
+
"kind": "domain"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"appreciation": "Main Character Introduction",
|
|
277
|
+
"context": "Main Character",
|
|
278
|
+
"short_definition": "the initial state or starting point of the Main Character's journey",
|
|
279
|
+
"kind": "problem"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"appreciation": "Main Character Pivotal Element",
|
|
283
|
+
"context": "Main Character",
|
|
284
|
+
"short_definition": "the specific element that ties the Main Character to the plot of the story",
|
|
285
|
+
"kind": "problem"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"appreciation": "Main Character Problem",
|
|
289
|
+
"context": "Main Character",
|
|
290
|
+
"short_definition": "the source of the Main Character's motivations and/or problems",
|
|
291
|
+
"kind": "problem"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"appreciation": "Main Character Resistance",
|
|
295
|
+
"context": "Main Character",
|
|
296
|
+
"short_definition": "the perceived obstacle or challenge that hinders the Main Character's personal growth and self-actualization",
|
|
297
|
+
"kind": "symptom"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"appreciation": "Main Character Resolution",
|
|
301
|
+
"context": "Main Character",
|
|
302
|
+
"short_definition": "the final state or conclusion of the Main Character's journey",
|
|
303
|
+
"kind": "solution"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"appreciation": "Main Character Solution",
|
|
307
|
+
"context": "Main Character",
|
|
308
|
+
"short_definition": "what is needed to truly satisfy the Main Character's motivation, or the solution to the Main Character's problems",
|
|
309
|
+
"kind": "solution"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"appreciation": "Main Character Unique Ability",
|
|
313
|
+
"context": "Main Character",
|
|
314
|
+
"short_definition": "the quality that makes the Main Character uniquely qualified to solve the story's problem/achieve the goal",
|
|
315
|
+
"kind": "issue"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"appreciation": "Influence Character Solution",
|
|
319
|
+
"context": "Influence Character",
|
|
320
|
+
"short_definition": "the counterweight and shift in equilibrium that alters the Influence Character's influence on the Main Character's personal journey, acting as a catalyst for realignment and steering the Main Character towards a new path",
|
|
321
|
+
"kind": "solution"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"appreciation": "Influence Character Baseline",
|
|
325
|
+
"context": "Influence Character",
|
|
326
|
+
"short_definition": "the specific element that defines the initial motivation behind the Influence Character's unique point-of-view",
|
|
327
|
+
"kind": "problem"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"appreciation": "Influence Character Benchmark",
|
|
331
|
+
"context": "Influence Character",
|
|
332
|
+
"short_definition": "the standard against which the Influence Character's concern is measured",
|
|
333
|
+
"kind": "concern"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"appreciation": "Influence Character Problem",
|
|
337
|
+
"context": "Influence Character",
|
|
338
|
+
"short_definition": "the source of the Influence Character's influence on the Main Character's personal growth and journey, guiding and aligning them along their path of self-actualization",
|
|
339
|
+
"kind": "problem"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"appreciation": "Influence Character Critical Flaw",
|
|
343
|
+
"context": "Influence Character",
|
|
344
|
+
"short_definition": "the item that undermines the Influence Character's efforts",
|
|
345
|
+
"kind": "issue"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"appreciation": "Influence Character Response",
|
|
349
|
+
"context": "Influence Character",
|
|
350
|
+
"short_definition": "the direction of the Influence Character's efforts",
|
|
351
|
+
"kind": "response"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"appreciation": "Influence Character Evolution",
|
|
355
|
+
"context": "Influence Character",
|
|
356
|
+
"short_definition": "the specific element that defines the evolved motivation of the Influence Character's unique point-of-view",
|
|
357
|
+
"kind": "response"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"appreciation": "Influence Character Issue",
|
|
361
|
+
"context": "Influence Character",
|
|
362
|
+
"short_definition": "the specific issue that best describes the influence the Influence Character has on the Main Character",
|
|
363
|
+
"kind": "issue"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"appreciation": "Influence Character Concern",
|
|
367
|
+
"context": "Influence Character",
|
|
368
|
+
"short_definition": "the type of impact the Influence Character has over the Main Character",
|
|
369
|
+
"kind": "concern"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"appreciation": "Influence Character Flow",
|
|
373
|
+
"context": "Influence Character",
|
|
374
|
+
"short_definition": "the dynamic engagement by the Influence Character that amplifies their Resistance, further encouraging the Main Character to question and reassess their personal justifications",
|
|
375
|
+
"kind": "response"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"appreciation": "Influence Character Symptom",
|
|
379
|
+
"context": "Influence Character",
|
|
380
|
+
"short_definition": "where the Influence Character's attention is most directed",
|
|
381
|
+
"kind": "symptom"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"appreciation": "Influence Character Domain",
|
|
385
|
+
"context": "Influence Character",
|
|
386
|
+
"short_definition": "the shape of conflict found from the Influence Character point-of-view",
|
|
387
|
+
"kind": "domain"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"appreciation": "Influence Character Introduction",
|
|
391
|
+
"context": "Influence Character",
|
|
392
|
+
"short_definition": "the initial state or starting point of the Influence Character's journey",
|
|
393
|
+
"kind": "problem"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"appreciation": "Influence Character Pivotal Element",
|
|
397
|
+
"context": "Influence Character",
|
|
398
|
+
"short_definition": "the specific element that ties the Influence Character to the plot of the story",
|
|
399
|
+
"kind": "problem"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"appreciation": "Influence Character Problem",
|
|
403
|
+
"context": "Influence Character",
|
|
404
|
+
"short_definition": "the source of the Influence Character's drive",
|
|
405
|
+
"kind": "problem"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"appreciation": "Influence Character Resistance",
|
|
409
|
+
"context": "Influence Character",
|
|
410
|
+
"short_definition": "the manner in which the Influence Character challenges and disrupts the Main Character's personal beliefs and justifications, serving as a catalyst for introspection and change",
|
|
411
|
+
"kind": "symptom"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"appreciation": "Influence Character Resolution",
|
|
415
|
+
"context": "Influence Character",
|
|
416
|
+
"short_definition": "the final state or conclusion of the Influence Character's journey",
|
|
417
|
+
"kind": "solution"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"appreciation": "Influence Character Solution",
|
|
421
|
+
"context": "Influence Character",
|
|
422
|
+
"short_definition": "what is needed to truly satisfy the Influence Character's motivation",
|
|
423
|
+
"kind": "solution"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"appreciation": "Influence Character Unique Ability",
|
|
427
|
+
"context": "Influence Character",
|
|
428
|
+
"short_definition": "the item that makes the Influence Character uniquely able to thwart the Main Character",
|
|
429
|
+
"kind": "issue"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"appreciation": "Relationship Story Solution",
|
|
433
|
+
"context": "Relationship Story",
|
|
434
|
+
"short_definition": "the specific element that shifts the nature of the relationship between the principle characters",
|
|
435
|
+
"kind": "solution"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"appreciation": "Relationship Story Benchmark",
|
|
439
|
+
"context": "Relationship Story",
|
|
440
|
+
"short_definition": "the standard by which growth is measured in the Relationship Story Throughline",
|
|
441
|
+
"kind": "concern"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"appreciation": "Relationship Story Catalyst",
|
|
445
|
+
"context": "Relationship Story",
|
|
446
|
+
"short_definition": "the item that acts as the catalyst to move the Relationship Story Throughline",
|
|
447
|
+
"kind": "issue"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"appreciation": "Relationship Story Problem",
|
|
451
|
+
"context": "Relationship Story",
|
|
452
|
+
"short_definition": "the underlying condition for the relationship between the principle characters",
|
|
453
|
+
"kind": "problem"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"appreciation": "Relationship Story Response",
|
|
457
|
+
"context": "Relationship Story",
|
|
458
|
+
"short_definition": "The direction of efforts in the Relationship Story Throughline; the apparent remedy for the symptom of the difficulties between the Main Character and the Impact Character",
|
|
459
|
+
"kind": "response"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"appreciation": "Relationship Story Issue",
|
|
463
|
+
"context": "Relationship Story",
|
|
464
|
+
"short_definition": "the thematic focus, or value standard, measured within the Relationship Story Throughline",
|
|
465
|
+
"kind": "issue"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"appreciation": "Relationship Story Concern",
|
|
469
|
+
"context": "Relationship Story",
|
|
470
|
+
"short_definition": "the area of concern within the relationship featured in the Relationship Story Throughline",
|
|
471
|
+
"kind": "concern"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"appreciation": "Relationship Story Flow",
|
|
475
|
+
"context": "Relationship Story",
|
|
476
|
+
"short_definition": "the adaptive dynamics within the relationship between the principal characters that overcome resistance and foster growth",
|
|
477
|
+
"kind": "response"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"appreciation": "Relationship Story Symptom",
|
|
481
|
+
"context": "Relationship Story",
|
|
482
|
+
"short_definition": "the principal symptom of the difficulties between the Main Character and the Impact Character, where attention is focused in the Relationship Story Throughline",
|
|
483
|
+
"kind": "symptom"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"appreciation": "Relationship Story Domain",
|
|
487
|
+
"context": "Relationship Story",
|
|
488
|
+
"short_definition": "the general area of growth in the Relationship Story Throughline",
|
|
489
|
+
"kind": "domain"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"appreciation": "Relationship Story Inhibitor",
|
|
493
|
+
"context": "Relationship Story",
|
|
494
|
+
"short_definition": "the item that impedes growth in the Relationship Story Throughline",
|
|
495
|
+
"kind": "issue"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"appreciation": "Relationship Story Problem",
|
|
499
|
+
"context": "Relationship Story",
|
|
500
|
+
"short_definition": "the underlying cause of the difficulties between the Main Character and the Impact Character",
|
|
501
|
+
"kind": "problem"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"appreciation": "Relationship Story Resistance",
|
|
505
|
+
"context": "Relationship Story",
|
|
506
|
+
"short_definition": "the resistance towards growth found in the relationship between the principle characters",
|
|
507
|
+
"kind": "symptom"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"appreciation": "Relationship Story Solution",
|
|
511
|
+
"context": "Relationship Story",
|
|
512
|
+
"short_definition": "the specific element needed to resolve the difficulties between the Main Character and the Impact Character",
|
|
513
|
+
"kind": "solution"
|
|
514
|
+
}
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"slug": "narrative-functions",
|
|
519
|
+
"file": "03.narrative-functions.md",
|
|
520
|
+
"title": "Narrative Functions",
|
|
521
|
+
"intro": "Narrative Functions are the engines of conflict. A narrative function is a process that shapes the story's meaning.",
|
|
522
|
+
"entries": [
|
|
523
|
+
{
|
|
524
|
+
"narrative_function": "Ability",
|
|
525
|
+
"kind": "element",
|
|
526
|
+
"short_definition": "being suited to handle a task; the innate capacity to do or be",
|
|
527
|
+
"synonyms": "innate capacity, capability, talent for, inherent proficiency",
|
|
528
|
+
"parent_methods": [
|
|
529
|
+
"Interdiction",
|
|
530
|
+
"Instinct",
|
|
531
|
+
"Sense of Self",
|
|
532
|
+
"Evidence"
|
|
533
|
+
],
|
|
534
|
+
"children_methods": []
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"narrative_function": "Ability",
|
|
538
|
+
"kind": "variation",
|
|
539
|
+
"short_definition": "being inherently capable of action or adaptation",
|
|
540
|
+
"synonyms": "enabling, disabling, talent, knack, capability, capacity, faculty, competency, mastery",
|
|
541
|
+
"parent_methods": [
|
|
542
|
+
"Being"
|
|
543
|
+
],
|
|
544
|
+
"children_methods": [
|
|
545
|
+
"Effect",
|
|
546
|
+
"Accurate",
|
|
547
|
+
"Non-accurate",
|
|
548
|
+
"Cause"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"narrative_function": "Acceptance",
|
|
553
|
+
"kind": "element",
|
|
554
|
+
"short_definition": "a decision to allow",
|
|
555
|
+
"synonyms": "acquiescence, tolerance, allowance for, consent, submission",
|
|
556
|
+
"parent_methods": [
|
|
557
|
+
"Attraction",
|
|
558
|
+
"Preconditions",
|
|
559
|
+
"Permission",
|
|
560
|
+
"Reappraisal"
|
|
561
|
+
],
|
|
562
|
+
"children_methods": []
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"narrative_function": "Accurate",
|
|
566
|
+
"kind": "element",
|
|
567
|
+
"short_definition": "being within tolerances",
|
|
568
|
+
"synonyms": "within tolerance, sufficient, adequate, acceptable, passable",
|
|
569
|
+
"parent_methods": [
|
|
570
|
+
"Fact",
|
|
571
|
+
"Experience",
|
|
572
|
+
"Ability",
|
|
573
|
+
"Worry"
|
|
574
|
+
],
|
|
575
|
+
"children_methods": []
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"narrative_function": "Actuality",
|
|
579
|
+
"kind": "element",
|
|
580
|
+
"short_definition": "an objective reality of the way things are",
|
|
581
|
+
"synonyms": "the true state of things, objective reality, factuality, demonstrable existence, demonstrable reality",
|
|
582
|
+
"parent_methods": [
|
|
583
|
+
"Prediction",
|
|
584
|
+
"Senses",
|
|
585
|
+
"Situation",
|
|
586
|
+
"Truth"
|
|
587
|
+
],
|
|
588
|
+
"children_methods": []
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"narrative_function": "Selflessness",
|
|
592
|
+
"kind": "variation",
|
|
593
|
+
"short_definition": "doing or being based on what is best for others",
|
|
594
|
+
"synonyms": "selflessness, altruism, benevolence, generosity, morality",
|
|
595
|
+
"parent_methods": [
|
|
596
|
+
"Obtaining"
|
|
597
|
+
],
|
|
598
|
+
"children_methods": [
|
|
599
|
+
"Faith",
|
|
600
|
+
"Conscience",
|
|
601
|
+
"Temptation",
|
|
602
|
+
"Disbelief"
|
|
603
|
+
]
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"narrative_function": "Analysis",
|
|
607
|
+
"kind": "variation",
|
|
608
|
+
"short_definition": "evaluation of the situation and/or circumstances",
|
|
609
|
+
"synonyms": "evaluation, examination, breakdown of situation, close investigation, scrutinization",
|
|
610
|
+
"parent_methods": [
|
|
611
|
+
"Learning"
|
|
612
|
+
],
|
|
613
|
+
"children_methods": [
|
|
614
|
+
"Deduction",
|
|
615
|
+
"Reduction",
|
|
616
|
+
"Production",
|
|
617
|
+
"Induction"
|
|
618
|
+
]
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"narrative_function": "Appraisal",
|
|
622
|
+
"kind": "variation",
|
|
623
|
+
"short_definition": "an initial understanding",
|
|
624
|
+
"synonyms": "first impression, preliminary understanding, initial approach, initial assimilation",
|
|
625
|
+
"parent_methods": [
|
|
626
|
+
"Conscious"
|
|
627
|
+
],
|
|
628
|
+
"children_methods": [
|
|
629
|
+
"Probability",
|
|
630
|
+
"Inaction",
|
|
631
|
+
"Protection",
|
|
632
|
+
"Possibility"
|
|
633
|
+
]
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"narrative_function": "Approach",
|
|
637
|
+
"kind": "variation",
|
|
638
|
+
"short_definition": "one's methodology of doing or being",
|
|
639
|
+
"synonyms": "method, procedure, style, manner, manner of doing, one's own way",
|
|
640
|
+
"parent_methods": [
|
|
641
|
+
"Obtaining"
|
|
642
|
+
],
|
|
643
|
+
"children_methods": []
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"narrative_function": "Attempt",
|
|
647
|
+
"kind": "variation",
|
|
648
|
+
"short_definition": "applying oneself to something not known to be within one's ability",
|
|
649
|
+
"synonyms": "try, uncertain undertaking, speculative endeavor, dubious effort, endeavor, unlikely venture",
|
|
650
|
+
"parent_methods": [
|
|
651
|
+
"Present"
|
|
652
|
+
],
|
|
653
|
+
"children_methods": [
|
|
654
|
+
"Inaction",
|
|
655
|
+
"Evaluation",
|
|
656
|
+
"Re-evaluation",
|
|
657
|
+
"Protection"
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"narrative_function": "Attitude",
|
|
662
|
+
"kind": "variation",
|
|
663
|
+
"short_definition": "one's demeanor while doing or being",
|
|
664
|
+
"synonyms": "demeanor, manner of approach, countenance, behavioral outlook, perspective on doing",
|
|
665
|
+
"parent_methods": [
|
|
666
|
+
"Obtaining"
|
|
667
|
+
],
|
|
668
|
+
"children_methods": []
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"narrative_function": "Attraction",
|
|
672
|
+
"kind": "variation",
|
|
673
|
+
"short_definition": "drawing or being drawn to something",
|
|
674
|
+
"synonyms": "allure, enticement, charm, captivate, appeal, draw, lure",
|
|
675
|
+
"parent_methods": [
|
|
676
|
+
"Present"
|
|
677
|
+
],
|
|
678
|
+
"children_methods": [
|
|
679
|
+
"Proaction",
|
|
680
|
+
"Acceptance",
|
|
681
|
+
"Non-acceptance",
|
|
682
|
+
"Reaction"
|
|
683
|
+
]
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"narrative_function": "Avoid",
|
|
687
|
+
"kind": "element",
|
|
688
|
+
"short_definition": "stepping around, preventing or escaping from a problem rather than solving it",
|
|
689
|
+
"synonyms": "evade, dodge, elude, escape, steer clear of, prevent",
|
|
690
|
+
"parent_methods": [
|
|
691
|
+
"Delay",
|
|
692
|
+
"Self Interest",
|
|
693
|
+
"Commitment",
|
|
694
|
+
"Closure"
|
|
695
|
+
],
|
|
696
|
+
"children_methods": []
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"narrative_function": "Aware",
|
|
700
|
+
"kind": "element",
|
|
701
|
+
"short_definition": "being conscious of things outside oneself",
|
|
702
|
+
"synonyms": "outward perceptiveness, external sensitivity, consciousness of the external, responsive",
|
|
703
|
+
"parent_methods": [
|
|
704
|
+
"Destiny",
|
|
705
|
+
"Senses",
|
|
706
|
+
"Circumstances",
|
|
707
|
+
"Evidence"
|
|
708
|
+
],
|
|
709
|
+
"children_methods": []
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"narrative_function": "Becoming",
|
|
713
|
+
"kind": "type",
|
|
714
|
+
"short_definition": "transforming one's nature",
|
|
715
|
+
"synonyms": "embodying, manifesting, personifying, incarnating, transforming, genuinely adopting, authentic transformation, identity evolution, profound change",
|
|
716
|
+
"parent_methods": [
|
|
717
|
+
"Psychology"
|
|
718
|
+
],
|
|
719
|
+
"children_methods": [
|
|
720
|
+
"Rationalization",
|
|
721
|
+
"Commitment",
|
|
722
|
+
"Responsibility",
|
|
723
|
+
"Obligation"
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"narrative_function": "Being",
|
|
728
|
+
"kind": "type",
|
|
729
|
+
"short_definition": "temporarily adopting a lifestyle",
|
|
730
|
+
"synonyms": "pretending, appearing, acting like, seeming as, fulfilling a role, adopting an identity, assuming a persona, outward presentation, projecting an image",
|
|
731
|
+
"parent_methods": [
|
|
732
|
+
"Psychology"
|
|
733
|
+
],
|
|
734
|
+
"children_methods": [
|
|
735
|
+
"Knowledge",
|
|
736
|
+
"Ability",
|
|
737
|
+
"Desire",
|
|
738
|
+
"Thought"
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"narrative_function": "Cause",
|
|
743
|
+
"kind": "element",
|
|
744
|
+
"short_definition": "the specific circumstances that lead to an effect",
|
|
745
|
+
"synonyms": "reason for, effector, source, agent, antecedent",
|
|
746
|
+
"parent_methods": [
|
|
747
|
+
"Security",
|
|
748
|
+
"Skill",
|
|
749
|
+
"Ability",
|
|
750
|
+
"Value"
|
|
751
|
+
],
|
|
752
|
+
"children_methods": []
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"narrative_function": "Certainty",
|
|
756
|
+
"kind": "element",
|
|
757
|
+
"short_definition": "a conclusion that something is absolutely true",
|
|
758
|
+
"synonyms": "sureness, definiteness, having no doubts, total reliability, indisputability, irrefutability, unmistakability, certitude, conviction",
|
|
759
|
+
"parent_methods": [
|
|
760
|
+
"Work",
|
|
761
|
+
"Prerequisites",
|
|
762
|
+
"Permission",
|
|
763
|
+
"Investigation"
|
|
764
|
+
],
|
|
765
|
+
"children_methods": []
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"narrative_function": "Change",
|
|
769
|
+
"kind": "element",
|
|
770
|
+
"short_definition": "an alteration of a state or process",
|
|
771
|
+
"synonyms": "altering, altering force, modify, reshape, adjust, adapt",
|
|
772
|
+
"parent_methods": [
|
|
773
|
+
"Prediction",
|
|
774
|
+
"Conditioning",
|
|
775
|
+
"State of Being",
|
|
776
|
+
"Suspicion"
|
|
777
|
+
],
|
|
778
|
+
"children_methods": []
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"narrative_function": "Chaos",
|
|
782
|
+
"kind": "element",
|
|
783
|
+
"short_definition": "random change or a lack of order",
|
|
784
|
+
"synonyms": "randomness, anarchy, disorder, formlessness, noncohesion",
|
|
785
|
+
"parent_methods": [
|
|
786
|
+
"Fate",
|
|
787
|
+
"Interpretation",
|
|
788
|
+
"Situation",
|
|
789
|
+
"Suspicion"
|
|
790
|
+
],
|
|
791
|
+
"children_methods": []
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"narrative_function": "Choice",
|
|
795
|
+
"kind": "variation",
|
|
796
|
+
"short_definition": "making a decision",
|
|
797
|
+
"synonyms": "decision, selection, determination, pick",
|
|
798
|
+
"parent_methods": [
|
|
799
|
+
"Future"
|
|
800
|
+
],
|
|
801
|
+
"children_methods": []
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"narrative_function": "Circumstances",
|
|
805
|
+
"kind": "variation",
|
|
806
|
+
"short_definition": "the relationship of oneself to the environment",
|
|
807
|
+
"synonyms": "how things stand emotionally, emotional evaluation of the environment, value of existing conditions, relationship to others",
|
|
808
|
+
"parent_methods": [
|
|
809
|
+
"Conceptualizing"
|
|
810
|
+
],
|
|
811
|
+
"children_methods": [
|
|
812
|
+
"Aware",
|
|
813
|
+
"Equity",
|
|
814
|
+
"Inequity",
|
|
815
|
+
"Self-aware"
|
|
816
|
+
]
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"narrative_function": "Closure",
|
|
820
|
+
"kind": "variation",
|
|
821
|
+
"short_definition": "bringing something to an end",
|
|
822
|
+
"synonyms": "finishing, completion, resolution, recursive",
|
|
823
|
+
"parent_methods": [
|
|
824
|
+
"Subconscious"
|
|
825
|
+
],
|
|
826
|
+
"children_methods": [
|
|
827
|
+
"Consider",
|
|
828
|
+
"Pursuit",
|
|
829
|
+
"Avoid",
|
|
830
|
+
"Reconsider"
|
|
831
|
+
]
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"narrative_function": "Commitment",
|
|
835
|
+
"kind": "variation",
|
|
836
|
+
"short_definition": "a decision to stick with something regardless of the consequences",
|
|
837
|
+
"synonyms": "dedication, devotion, steadfastness, zeal",
|
|
838
|
+
"parent_methods": [
|
|
839
|
+
"Becoming"
|
|
840
|
+
],
|
|
841
|
+
"children_methods": [
|
|
842
|
+
"Pursuit",
|
|
843
|
+
"Faith",
|
|
844
|
+
"Disbelief",
|
|
845
|
+
"Avoid"
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"narrative_function": "Conceiving",
|
|
850
|
+
"kind": "type",
|
|
851
|
+
"short_definition": "coming up with an idea",
|
|
852
|
+
"synonyms": "originating, inventing, devising, engendering, hatching ideas, formulating questions, generating insight, identifying needs, recognizing problems",
|
|
853
|
+
"parent_methods": [
|
|
854
|
+
"Psychology"
|
|
855
|
+
],
|
|
856
|
+
"children_methods": [
|
|
857
|
+
"Permission",
|
|
858
|
+
"Need",
|
|
859
|
+
"Expediency",
|
|
860
|
+
"Deficiency"
|
|
861
|
+
]
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"narrative_function": "Conceptualizing",
|
|
865
|
+
"kind": "type",
|
|
866
|
+
"short_definition": "visualizing how an idea might be implemented",
|
|
867
|
+
"synonyms": "visualizing, imagining, envisioning, visualizing implementation, practical imagining, detailed planning, mental modeling, designing specifics",
|
|
868
|
+
"parent_methods": [
|
|
869
|
+
"Psychology"
|
|
870
|
+
],
|
|
871
|
+
"children_methods": [
|
|
872
|
+
"State of Being",
|
|
873
|
+
"Situation",
|
|
874
|
+
"Circumstances",
|
|
875
|
+
"Sense of Self"
|
|
876
|
+
]
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"narrative_function": "Conditioning",
|
|
880
|
+
"kind": "variation",
|
|
881
|
+
"short_definition": "responses based on experience or training",
|
|
882
|
+
"synonyms": "habituation, trained response, accustomed response, adaptive adjustments",
|
|
883
|
+
"parent_methods": [
|
|
884
|
+
"Understanding"
|
|
885
|
+
],
|
|
886
|
+
"children_methods": [
|
|
887
|
+
"Inertia",
|
|
888
|
+
"Projection",
|
|
889
|
+
"Speculation",
|
|
890
|
+
"Change"
|
|
891
|
+
]
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"narrative_function": "Confidence",
|
|
895
|
+
"kind": "variation",
|
|
896
|
+
"short_definition": "belief in the accuracy of an expectation",
|
|
897
|
+
"synonyms": "hopeful prospects, positive expectations, faithful anticipation, optimism",
|
|
898
|
+
"parent_methods": [
|
|
899
|
+
"Preconscious"
|
|
900
|
+
],
|
|
901
|
+
"children_methods": [
|
|
902
|
+
"Theory",
|
|
903
|
+
"Trust",
|
|
904
|
+
"Test",
|
|
905
|
+
"Hunch"
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"narrative_function": "Conscience",
|
|
910
|
+
"kind": "element",
|
|
911
|
+
"short_definition": "forgoing an immediate benefit because of future consequences",
|
|
912
|
+
"synonyms": "forgoing for fear of consequences, forgo, forbearance, temperance, abstinence, restraining oneself",
|
|
913
|
+
"parent_methods": [
|
|
914
|
+
"Choice",
|
|
915
|
+
"Selflessness",
|
|
916
|
+
"Responsibility",
|
|
917
|
+
"Denial"
|
|
918
|
+
],
|
|
919
|
+
"children_methods": []
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"narrative_function": "Conscious",
|
|
923
|
+
"kind": "type",
|
|
924
|
+
"short_definition": "considerations",
|
|
925
|
+
"synonyms": "considerations, sensibilities, cognizant, ability to consider, sensible, informed contemplation, contemplation, deliberate judgment, thoughtful evaluation",
|
|
926
|
+
"parent_methods": [
|
|
927
|
+
"Mind"
|
|
928
|
+
],
|
|
929
|
+
"children_methods": [
|
|
930
|
+
"Investigation",
|
|
931
|
+
"Appraisal",
|
|
932
|
+
"Reappraisal",
|
|
933
|
+
"Doubt"
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"narrative_function": "Consider",
|
|
938
|
+
"kind": "element",
|
|
939
|
+
"short_definition": "weighing pros and cons",
|
|
940
|
+
"synonyms": "deliberate, contemplate, ponder, weigh in the mind, mull",
|
|
941
|
+
"parent_methods": [
|
|
942
|
+
"Openness",
|
|
943
|
+
"Approach",
|
|
944
|
+
"Rationalization",
|
|
945
|
+
"Closure"
|
|
946
|
+
],
|
|
947
|
+
"children_methods": []
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"narrative_function": "Unending",
|
|
951
|
+
"kind": "element",
|
|
952
|
+
"short_definition": "a process of sustained progression and ongoing engagement",
|
|
953
|
+
"synonyms": "continual, ongoing, perpetual, ceaseless, unending, interminable, incessant, perennial",
|
|
954
|
+
"parent_methods": [
|
|
955
|
+
"Fantasy",
|
|
956
|
+
"Enlightenment",
|
|
957
|
+
"Thought",
|
|
958
|
+
"Worth"
|
|
959
|
+
],
|
|
960
|
+
"children_methods": []
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"narrative_function": "Control",
|
|
964
|
+
"kind": "element",
|
|
965
|
+
"short_definition": "a method based on organization and constraint",
|
|
966
|
+
"synonyms": "regulate, organized management, steer, conduct, guide, manipulate, focused organization",
|
|
967
|
+
"parent_methods": [
|
|
968
|
+
"Preconception",
|
|
969
|
+
"Self Interest",
|
|
970
|
+
"Responsibility",
|
|
971
|
+
"Hope"
|
|
972
|
+
],
|
|
973
|
+
"children_methods": []
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"narrative_function": "Deduction",
|
|
977
|
+
"kind": "element",
|
|
978
|
+
"short_definition": "a process of thought that determines certainty",
|
|
979
|
+
"synonyms": "drawing a conclusion, process of elimination, demonstrative reasoning, narrowing to a single point",
|
|
980
|
+
"parent_methods": [
|
|
981
|
+
"Work",
|
|
982
|
+
"Analysis",
|
|
983
|
+
"Need",
|
|
984
|
+
"Reappraisal"
|
|
985
|
+
],
|
|
986
|
+
"children_methods": []
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"narrative_function": "Deficiency",
|
|
990
|
+
"kind": "variation",
|
|
991
|
+
"short_definition": "motivation based on lack",
|
|
992
|
+
"synonyms": "inadequacy, insufficiency, deficit, unfulfilled need",
|
|
993
|
+
"parent_methods": [
|
|
994
|
+
"Conceiving"
|
|
995
|
+
],
|
|
996
|
+
"children_methods": [
|
|
997
|
+
"Probability",
|
|
998
|
+
"Evaluation",
|
|
999
|
+
"Re-evaluation",
|
|
1000
|
+
"Possibility"
|
|
1001
|
+
]
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"narrative_function": "Delay",
|
|
1005
|
+
"kind": "variation",
|
|
1006
|
+
"short_definition": "putting off until later",
|
|
1007
|
+
"synonyms": "put off, retard, postpone, defer, suspend, prolong, procrastinate",
|
|
1008
|
+
"parent_methods": [
|
|
1009
|
+
"Future"
|
|
1010
|
+
],
|
|
1011
|
+
"children_methods": []
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"narrative_function": "Denial",
|
|
1015
|
+
"kind": "variation",
|
|
1016
|
+
"short_definition": "the refusal to let something go",
|
|
1017
|
+
"synonyms": "not accepting, refusal to end, unwillingness to let go, refusal to back down, stubbornness",
|
|
1018
|
+
"parent_methods": [
|
|
1019
|
+
"Subconscious"
|
|
1020
|
+
],
|
|
1021
|
+
"children_methods": [
|
|
1022
|
+
"Conscience",
|
|
1023
|
+
"Help",
|
|
1024
|
+
"Hinder",
|
|
1025
|
+
"Temptation"
|
|
1026
|
+
]
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"narrative_function": "Desire",
|
|
1030
|
+
"kind": "element",
|
|
1031
|
+
"short_definition": "the motivation to change one's situation or circumstances",
|
|
1032
|
+
"synonyms": "drive, motivational goal, unfulfillment, source of discontent, essence of motivation",
|
|
1033
|
+
"parent_methods": [
|
|
1034
|
+
"Interdiction",
|
|
1035
|
+
"Instinct",
|
|
1036
|
+
"Sense of Self",
|
|
1037
|
+
"Evidence"
|
|
1038
|
+
],
|
|
1039
|
+
"children_methods": []
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"narrative_function": "Destiny",
|
|
1043
|
+
"kind": "variation",
|
|
1044
|
+
"short_definition": "the future path an individual will take",
|
|
1045
|
+
"synonyms": "inescapable path, predetermined trajectory, set direction of the future, inevitable path, unavoidable trajectory",
|
|
1046
|
+
"parent_methods": [
|
|
1047
|
+
"Past"
|
|
1048
|
+
],
|
|
1049
|
+
"children_methods": [
|
|
1050
|
+
"Aware",
|
|
1051
|
+
"Projection",
|
|
1052
|
+
"Speculation",
|
|
1053
|
+
"Self-aware"
|
|
1054
|
+
]
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"narrative_function": "Determination",
|
|
1058
|
+
"kind": "element",
|
|
1059
|
+
"short_definition": "a conclusion as to the cause behind a particular effect",
|
|
1060
|
+
"synonyms": "ascertaining causes, discovering causes, finding the reasons why, figuring out factors, discerning antecedents",
|
|
1061
|
+
"parent_methods": [
|
|
1062
|
+
"Threat",
|
|
1063
|
+
"Experience",
|
|
1064
|
+
"Desire",
|
|
1065
|
+
"Worth"
|
|
1066
|
+
],
|
|
1067
|
+
"children_methods": []
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"narrative_function": "Non-accurate",
|
|
1071
|
+
"kind": "element",
|
|
1072
|
+
"short_definition": "not within tolerances",
|
|
1073
|
+
"synonyms": "not within tolerance, outside the lines, insufficiency, inadequacy, deficient to the purpose, non-accurate",
|
|
1074
|
+
"parent_methods": [
|
|
1075
|
+
"Fact",
|
|
1076
|
+
"Experience",
|
|
1077
|
+
"Ability",
|
|
1078
|
+
"Worry"
|
|
1079
|
+
],
|
|
1080
|
+
"children_methods": []
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"narrative_function": "Disbelief",
|
|
1084
|
+
"kind": "element",
|
|
1085
|
+
"short_definition": "the belief that something is untrue",
|
|
1086
|
+
"synonyms": "refusal to accept, distrust, find unconvincing, find false, unpersuadability",
|
|
1087
|
+
"parent_methods": [
|
|
1088
|
+
"Openness",
|
|
1089
|
+
"Selflessness",
|
|
1090
|
+
"Commitment",
|
|
1091
|
+
"Dream"
|
|
1092
|
+
],
|
|
1093
|
+
"children_methods": []
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"narrative_function": "Doing",
|
|
1097
|
+
"kind": "type",
|
|
1098
|
+
"short_definition": "engaging in a physical activity",
|
|
1099
|
+
"synonyms": "performing, executing, effecting action, acting, engaging physically, undertaking tasks, active involvement, physical participation",
|
|
1100
|
+
"parent_methods": [
|
|
1101
|
+
"Physics"
|
|
1102
|
+
],
|
|
1103
|
+
"children_methods": []
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"narrative_function": "Doubt",
|
|
1107
|
+
"kind": "variation",
|
|
1108
|
+
"short_definition": "questioning validity without investigating to be sure",
|
|
1109
|
+
"synonyms": "pessimism, uninformed misgivings, uncertainty, trepidation, distrust",
|
|
1110
|
+
"parent_methods": [
|
|
1111
|
+
"Conscious"
|
|
1112
|
+
],
|
|
1113
|
+
"children_methods": [
|
|
1114
|
+
"Reduction",
|
|
1115
|
+
"Evaluation",
|
|
1116
|
+
"Re-evaluation",
|
|
1117
|
+
"Production"
|
|
1118
|
+
]
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"narrative_function": "Dream",
|
|
1122
|
+
"kind": "variation",
|
|
1123
|
+
"short_definition": "a desired future that requires unexpected developments",
|
|
1124
|
+
"synonyms": "aspire, desiring the unlikely, pulling for the doubtful, airy hope, glimmer, far fetched desire",
|
|
1125
|
+
"parent_methods": [
|
|
1126
|
+
"Subconscious"
|
|
1127
|
+
],
|
|
1128
|
+
"children_methods": [
|
|
1129
|
+
"Faith",
|
|
1130
|
+
"Support",
|
|
1131
|
+
"Oppose",
|
|
1132
|
+
"Disbelief"
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"narrative_function": "Desire",
|
|
1137
|
+
"kind": "variation",
|
|
1138
|
+
"short_definition": "being internally compelled toward change or fulfillment",
|
|
1139
|
+
"synonyms": "wanting, favoring, liking, coveting, preferring, wishing, aspiring, pushing, comparing, compelling",
|
|
1140
|
+
"parent_methods": [
|
|
1141
|
+
"Being"
|
|
1142
|
+
],
|
|
1143
|
+
"children_methods": [
|
|
1144
|
+
"Trust",
|
|
1145
|
+
"Expectation",
|
|
1146
|
+
"Determination",
|
|
1147
|
+
"Test"
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"narrative_function": "Effect",
|
|
1152
|
+
"kind": "element",
|
|
1153
|
+
"short_definition": "the specific outcome forced by a cause",
|
|
1154
|
+
"synonyms": "result, consequence, outcome, culmination, the ensuing",
|
|
1155
|
+
"parent_methods": [
|
|
1156
|
+
"Security",
|
|
1157
|
+
"Skill",
|
|
1158
|
+
"Ability",
|
|
1159
|
+
"Value"
|
|
1160
|
+
],
|
|
1161
|
+
"children_methods": []
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"narrative_function": "Ending",
|
|
1165
|
+
"kind": "element",
|
|
1166
|
+
"short_definition": "coming to a conclusion",
|
|
1167
|
+
"synonyms": "conclusion, finish, completion, termination, close",
|
|
1168
|
+
"parent_methods": [
|
|
1169
|
+
"Fantasy",
|
|
1170
|
+
"Enlightenment",
|
|
1171
|
+
"Thought",
|
|
1172
|
+
"Worth"
|
|
1173
|
+
],
|
|
1174
|
+
"children_methods": []
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"narrative_function": "Enlightenment",
|
|
1178
|
+
"kind": "variation",
|
|
1179
|
+
"short_definition": "an understanding that transcends knowledge",
|
|
1180
|
+
"synonyms": "insight, illumination, intuitive discernment, transcendent comprehension",
|
|
1181
|
+
"parent_methods": [
|
|
1182
|
+
"Doing"
|
|
1183
|
+
],
|
|
1184
|
+
"children_methods": [
|
|
1185
|
+
"Result",
|
|
1186
|
+
"Ending",
|
|
1187
|
+
"Unending",
|
|
1188
|
+
"Process"
|
|
1189
|
+
]
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"narrative_function": "Equity",
|
|
1193
|
+
"kind": "element",
|
|
1194
|
+
"short_definition": "a balance, fairness, or stability",
|
|
1195
|
+
"synonyms": "balance, fairness, parity, equilibrium, level, even",
|
|
1196
|
+
"parent_methods": [
|
|
1197
|
+
"Interdiction",
|
|
1198
|
+
"Interpretation",
|
|
1199
|
+
"Circumstances",
|
|
1200
|
+
"Falsehood"
|
|
1201
|
+
],
|
|
1202
|
+
"children_methods": []
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"narrative_function": "Evaluation",
|
|
1206
|
+
"kind": "element",
|
|
1207
|
+
"short_definition": "an appraisal of a situation and/or circumstances",
|
|
1208
|
+
"synonyms": "appraisal, analysis, assessment, survey, examination",
|
|
1209
|
+
"parent_methods": [
|
|
1210
|
+
"Attempt",
|
|
1211
|
+
"Preconditions",
|
|
1212
|
+
"Deficiency",
|
|
1213
|
+
"Doubt"
|
|
1214
|
+
],
|
|
1215
|
+
"children_methods": []
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"narrative_function": "Evidence",
|
|
1219
|
+
"kind": "variation",
|
|
1220
|
+
"short_definition": "information supporting a belief",
|
|
1221
|
+
"synonyms": "proof, indicator, supporting information, corroborating facts, grounds for belief, substantiation",
|
|
1222
|
+
"parent_methods": [
|
|
1223
|
+
"Memory"
|
|
1224
|
+
],
|
|
1225
|
+
"children_methods": [
|
|
1226
|
+
"Ability",
|
|
1227
|
+
"Aware",
|
|
1228
|
+
"Self-aware",
|
|
1229
|
+
"Desire"
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"narrative_function": "Expectation",
|
|
1234
|
+
"kind": "element",
|
|
1235
|
+
"short_definition": "a conclusion as to the eventual effect of a particular cause",
|
|
1236
|
+
"synonyms": "anticipated results, eventual outcome, presumed prospects, probable denouement, likely consequences",
|
|
1237
|
+
"parent_methods": [
|
|
1238
|
+
"Threat",
|
|
1239
|
+
"Experience",
|
|
1240
|
+
"Desire",
|
|
1241
|
+
"Worth"
|
|
1242
|
+
],
|
|
1243
|
+
"children_methods": []
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"narrative_function": "Expediency",
|
|
1247
|
+
"kind": "variation",
|
|
1248
|
+
"short_definition": "most efficient course considering repercussions",
|
|
1249
|
+
"synonyms": "advisability, convenience, prudent efficiency",
|
|
1250
|
+
"parent_methods": [
|
|
1251
|
+
"Conceiving"
|
|
1252
|
+
],
|
|
1253
|
+
"children_methods": [
|
|
1254
|
+
"Inaction",
|
|
1255
|
+
"Reduction",
|
|
1256
|
+
"Production",
|
|
1257
|
+
"Protection"
|
|
1258
|
+
]
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"narrative_function": "Experience",
|
|
1262
|
+
"kind": "variation",
|
|
1263
|
+
"short_definition": "the gaining of familiarity",
|
|
1264
|
+
"synonyms": "familiarization, level of practice, seasoning, accumulated feelings, accumulated dealings with",
|
|
1265
|
+
"parent_methods": [
|
|
1266
|
+
"Doing"
|
|
1267
|
+
],
|
|
1268
|
+
"children_methods": [
|
|
1269
|
+
"Accurate",
|
|
1270
|
+
"Expectation",
|
|
1271
|
+
"Determination",
|
|
1272
|
+
"Non-accurate"
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"narrative_function": "Universe",
|
|
1277
|
+
"kind": "class",
|
|
1278
|
+
"short_definition": "seeing problems and inequity through the lens of a fixed external state",
|
|
1279
|
+
"synonyms": "situation, state of affairs, predicament, environment, milieu, fixed context, external constraint, persistent condition, rigid circumstance",
|
|
1280
|
+
"parent_methods": [],
|
|
1281
|
+
"children_methods": [
|
|
1282
|
+
"Past",
|
|
1283
|
+
"Progress",
|
|
1284
|
+
"Future",
|
|
1285
|
+
"Present"
|
|
1286
|
+
]
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"narrative_function": "Physics",
|
|
1290
|
+
"kind": "class",
|
|
1291
|
+
"short_definition": "seeing problems and inequity through the lens of an external process of activity",
|
|
1292
|
+
"synonyms": "activity, enterprise, initiative, endeavor, operation, ongoing pursuit, external action, dynamic undertaking, compulsive process",
|
|
1293
|
+
"parent_methods": [],
|
|
1294
|
+
"children_methods": [
|
|
1295
|
+
"Understanding",
|
|
1296
|
+
"Doing",
|
|
1297
|
+
"Obtaining",
|
|
1298
|
+
"Learning"
|
|
1299
|
+
]
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"narrative_function": "Fact",
|
|
1303
|
+
"kind": "variation",
|
|
1304
|
+
"short_definition": "belief in something real",
|
|
1305
|
+
"synonyms": "belief in the genuine, ultimately real beliefs, truly real beliefs, authentic notion, authentic idea, correct knowledge, correct beliefs",
|
|
1306
|
+
"parent_methods": [
|
|
1307
|
+
"Progress"
|
|
1308
|
+
],
|
|
1309
|
+
"children_methods": [
|
|
1310
|
+
"Proven",
|
|
1311
|
+
"Accurate",
|
|
1312
|
+
"Non-accurate",
|
|
1313
|
+
"Unproven"
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"narrative_function": "Faith",
|
|
1318
|
+
"kind": "element",
|
|
1319
|
+
"short_definition": "accepting something as certain without proof",
|
|
1320
|
+
"synonyms": "acceptance without proof, steadfast belief, credence, unquestioned trust",
|
|
1321
|
+
"parent_methods": [
|
|
1322
|
+
"Openness",
|
|
1323
|
+
"Selflessness",
|
|
1324
|
+
"Commitment",
|
|
1325
|
+
"Dream"
|
|
1326
|
+
],
|
|
1327
|
+
"children_methods": []
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"narrative_function": "Falsehood",
|
|
1331
|
+
"kind": "variation",
|
|
1332
|
+
"short_definition": "that which has been shown to be erroneous",
|
|
1333
|
+
"synonyms": "erroneousness, untruth, erroneous notion, mistaken, astray, dishonest",
|
|
1334
|
+
"parent_methods": [
|
|
1335
|
+
"Memory"
|
|
1336
|
+
],
|
|
1337
|
+
"children_methods": [
|
|
1338
|
+
"Equity",
|
|
1339
|
+
"Projection",
|
|
1340
|
+
"Speculation",
|
|
1341
|
+
"Inequity"
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"narrative_function": "Fantasy",
|
|
1346
|
+
"kind": "variation",
|
|
1347
|
+
"short_definition": "belief in something unreal",
|
|
1348
|
+
"synonyms": "false belief, faith in the imaginary, delusion, erroneous conviction",
|
|
1349
|
+
"parent_methods": [
|
|
1350
|
+
"Progress"
|
|
1351
|
+
],
|
|
1352
|
+
"children_methods": [
|
|
1353
|
+
"Trust",
|
|
1354
|
+
"Ending",
|
|
1355
|
+
"Unending",
|
|
1356
|
+
"Test"
|
|
1357
|
+
]
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"narrative_function": "Fate",
|
|
1361
|
+
"kind": "variation",
|
|
1362
|
+
"short_definition": "a future situation that will befall an individual",
|
|
1363
|
+
"synonyms": "inevitable events, unpreventable incidents, eventual events, destined occurrence, destined events, unavoidable situations",
|
|
1364
|
+
"parent_methods": [
|
|
1365
|
+
"Past"
|
|
1366
|
+
],
|
|
1367
|
+
"children_methods": [
|
|
1368
|
+
"Knowledge",
|
|
1369
|
+
"Order",
|
|
1370
|
+
"Chaos",
|
|
1371
|
+
"Thought"
|
|
1372
|
+
]
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"narrative_function": "Feeling",
|
|
1376
|
+
"kind": "element",
|
|
1377
|
+
"short_definition": "an emotional sense of how things are going",
|
|
1378
|
+
"synonyms": "empathy, emotional sensibility, affective outlook, sentiment, emotional assessment",
|
|
1379
|
+
"parent_methods": [
|
|
1380
|
+
"Choice",
|
|
1381
|
+
"Approach",
|
|
1382
|
+
"Obligation",
|
|
1383
|
+
"Hope"
|
|
1384
|
+
],
|
|
1385
|
+
"children_methods": []
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"narrative_function": "Uncontrolled",
|
|
1389
|
+
"kind": "element",
|
|
1390
|
+
"short_definition": "a method characterized by liberation and expansive, spontaneous expression",
|
|
1391
|
+
"synonyms": "liberating, releasing, exploring freely, spontaneous expression, unrestricted action, breaking limits, pursuing openness, embracing freedom",
|
|
1392
|
+
"parent_methods": [
|
|
1393
|
+
"Preconception",
|
|
1394
|
+
"Self Interest",
|
|
1395
|
+
"Responsibility",
|
|
1396
|
+
"Hope"
|
|
1397
|
+
],
|
|
1398
|
+
"children_methods": []
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"narrative_function": "Future",
|
|
1402
|
+
"kind": "type",
|
|
1403
|
+
"short_definition": "what will happen or what will be",
|
|
1404
|
+
"synonyms": "what is to come, what will be, prospect, prospective, forthcoming, anticipated outcomes, envisioned future, projected scenario, eventualities",
|
|
1405
|
+
"parent_methods": [
|
|
1406
|
+
"Universe"
|
|
1407
|
+
],
|
|
1408
|
+
"children_methods": [
|
|
1409
|
+
"Openness",
|
|
1410
|
+
"Delay",
|
|
1411
|
+
"Choice",
|
|
1412
|
+
"Preconception"
|
|
1413
|
+
]
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"narrative_function": "Help",
|
|
1417
|
+
"kind": "element",
|
|
1418
|
+
"short_definition": "a direct assistance to another's effort to achieve their goal",
|
|
1419
|
+
"synonyms": "aid, assist, support, bolster, abet",
|
|
1420
|
+
"parent_methods": [
|
|
1421
|
+
"Preconception",
|
|
1422
|
+
"Attitude",
|
|
1423
|
+
"Obligation",
|
|
1424
|
+
"Denial"
|
|
1425
|
+
],
|
|
1426
|
+
"children_methods": []
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"narrative_function": "Hinder",
|
|
1430
|
+
"kind": "element",
|
|
1431
|
+
"short_definition": "a direct detraction from another's effort to achieve their goal",
|
|
1432
|
+
"synonyms": "retard, obstruct, impede, fetter, undermine, block, burden, encumber, thwart",
|
|
1433
|
+
"parent_methods": [
|
|
1434
|
+
"Preconception",
|
|
1435
|
+
"Attitude",
|
|
1436
|
+
"Obligation",
|
|
1437
|
+
"Denial"
|
|
1438
|
+
],
|
|
1439
|
+
"children_methods": []
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"narrative_function": "Hope",
|
|
1443
|
+
"kind": "variation",
|
|
1444
|
+
"short_definition": "a desired future if things go as expected",
|
|
1445
|
+
"synonyms": "desired expectation, optimistic anticipation, confident aspiration, promise, encouraging outlook",
|
|
1446
|
+
"parent_methods": [
|
|
1447
|
+
"Subconscious"
|
|
1448
|
+
],
|
|
1449
|
+
"children_methods": [
|
|
1450
|
+
"Logic",
|
|
1451
|
+
"Control",
|
|
1452
|
+
"Uncontrolled",
|
|
1453
|
+
"Feeling"
|
|
1454
|
+
]
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"narrative_function": "Hunch",
|
|
1458
|
+
"kind": "element",
|
|
1459
|
+
"short_definition": "a conclusion based on intuition",
|
|
1460
|
+
"synonyms": "intuition, premonition, impression, suspicion",
|
|
1461
|
+
"parent_methods": [
|
|
1462
|
+
"Threat",
|
|
1463
|
+
"Wisdom",
|
|
1464
|
+
"Thought",
|
|
1465
|
+
"Confidence"
|
|
1466
|
+
],
|
|
1467
|
+
"children_methods": []
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"narrative_function": "Inaction",
|
|
1471
|
+
"kind": "element",
|
|
1472
|
+
"short_definition": "taking no action as a means of response",
|
|
1473
|
+
"synonyms": "passive reaction, inactive response, achieve through not doing",
|
|
1474
|
+
"parent_methods": [
|
|
1475
|
+
"Attempt",
|
|
1476
|
+
"Strategy",
|
|
1477
|
+
"Expediency",
|
|
1478
|
+
"Appraisal"
|
|
1479
|
+
],
|
|
1480
|
+
"children_methods": []
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"narrative_function": "Induction",
|
|
1484
|
+
"kind": "element",
|
|
1485
|
+
"short_definition": "a means of determining possibility",
|
|
1486
|
+
"synonyms": "postulate, predicate, conjecture, infer, hypothesize, determine possibility",
|
|
1487
|
+
"parent_methods": [
|
|
1488
|
+
"Work",
|
|
1489
|
+
"Analysis",
|
|
1490
|
+
"Need",
|
|
1491
|
+
"Reappraisal"
|
|
1492
|
+
],
|
|
1493
|
+
"children_methods": []
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"narrative_function": "Inequity",
|
|
1497
|
+
"kind": "element",
|
|
1498
|
+
"short_definition": "an unbalance or unfairness, or a lack of stability",
|
|
1499
|
+
"synonyms": "imbalance, unfair, disparity, unequal, uneven, disproportionate",
|
|
1500
|
+
"parent_methods": [
|
|
1501
|
+
"Interdiction",
|
|
1502
|
+
"Interpretation",
|
|
1503
|
+
"Circumstances",
|
|
1504
|
+
"Falsehood"
|
|
1505
|
+
],
|
|
1506
|
+
"children_methods": []
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"narrative_function": "Inertia",
|
|
1510
|
+
"kind": "element",
|
|
1511
|
+
"short_definition": "a continuation of a state or process",
|
|
1512
|
+
"synonyms": "tendency to continue, a change resistant pattern, continuation, following an established direction",
|
|
1513
|
+
"parent_methods": [
|
|
1514
|
+
"Prediction",
|
|
1515
|
+
"Conditioning",
|
|
1516
|
+
"State of Being",
|
|
1517
|
+
"Suspicion"
|
|
1518
|
+
],
|
|
1519
|
+
"children_methods": []
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"narrative_function": "Instinct",
|
|
1523
|
+
"kind": "variation",
|
|
1524
|
+
"short_definition": "intrinsic unconditioned responses",
|
|
1525
|
+
"synonyms": "involuntary drive, innate impulse, unconditioned response, automatic response, unconditioned motivation",
|
|
1526
|
+
"parent_methods": [
|
|
1527
|
+
"Understanding"
|
|
1528
|
+
],
|
|
1529
|
+
"children_methods": [
|
|
1530
|
+
"Knowledge",
|
|
1531
|
+
"Ability",
|
|
1532
|
+
"Desire",
|
|
1533
|
+
"Thought"
|
|
1534
|
+
]
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"narrative_function": "Interdiction",
|
|
1538
|
+
"kind": "variation",
|
|
1539
|
+
"short_definition": "an effort to change a pre-determined course",
|
|
1540
|
+
"synonyms": "altering the future, interfering with the predetermined, hindering the inevitable, escaping the predestined",
|
|
1541
|
+
"parent_methods": [
|
|
1542
|
+
"Past"
|
|
1543
|
+
],
|
|
1544
|
+
"children_methods": [
|
|
1545
|
+
"Ability",
|
|
1546
|
+
"Equity",
|
|
1547
|
+
"Inequity",
|
|
1548
|
+
"Desire"
|
|
1549
|
+
]
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"narrative_function": "Mind",
|
|
1553
|
+
"kind": "class",
|
|
1554
|
+
"short_definition": "seeing problems and inequity through the lens of a fixed internal state",
|
|
1555
|
+
"synonyms": "attitude, fixation, position on an issue, fixed point of view, disposition, mental rigidity, entrenched belief, internal bias, static mindset",
|
|
1556
|
+
"parent_methods": [],
|
|
1557
|
+
"children_methods": [
|
|
1558
|
+
"Memory",
|
|
1559
|
+
"Preconscious",
|
|
1560
|
+
"Subconscious",
|
|
1561
|
+
"Conscious"
|
|
1562
|
+
]
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"narrative_function": "Psychology",
|
|
1566
|
+
"kind": "class",
|
|
1567
|
+
"short_definition": "seeing problems and inequity through the lens of an internal process of thinking",
|
|
1568
|
+
"synonyms": "ways of thinking, thinking process, cognitive activity, psychological maneuvers, mental operations, internal scheming, mental machinations, psychic dynamics, manipulative reasoning",
|
|
1569
|
+
"parent_methods": [],
|
|
1570
|
+
"children_methods": [
|
|
1571
|
+
"Conceptualizing",
|
|
1572
|
+
"Being",
|
|
1573
|
+
"Becoming",
|
|
1574
|
+
"Conceiving"
|
|
1575
|
+
]
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"narrative_function": "Interpretation",
|
|
1579
|
+
"kind": "variation",
|
|
1580
|
+
"short_definition": "determination of possible meaning",
|
|
1581
|
+
"synonyms": "construe, rendition, rendering meaning, elucidate, translating meaning",
|
|
1582
|
+
"parent_methods": [
|
|
1583
|
+
"Understanding"
|
|
1584
|
+
],
|
|
1585
|
+
"children_methods": [
|
|
1586
|
+
"Order",
|
|
1587
|
+
"Equity",
|
|
1588
|
+
"Inequity",
|
|
1589
|
+
"Chaos"
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"narrative_function": "Investigation",
|
|
1594
|
+
"kind": "variation",
|
|
1595
|
+
"short_definition": "gathering evidence to resolve questions of validity",
|
|
1596
|
+
"synonyms": "inquiry, research, probe, sleuthing, delving, query",
|
|
1597
|
+
"parent_methods": [
|
|
1598
|
+
"Conscious"
|
|
1599
|
+
],
|
|
1600
|
+
"children_methods": [
|
|
1601
|
+
"Certainty",
|
|
1602
|
+
"Proaction",
|
|
1603
|
+
"Reaction",
|
|
1604
|
+
"Potentiality"
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"narrative_function": "Knowledge",
|
|
1609
|
+
"kind": "variation",
|
|
1610
|
+
"short_definition": "being in a state of assumed truth",
|
|
1611
|
+
"synonyms": "cognitive anchor, presumed reality, mental framework, maintained information, unquestioned perspective, accepted ideas, held truth, internalized knowledge",
|
|
1612
|
+
"parent_methods": [
|
|
1613
|
+
"Being"
|
|
1614
|
+
],
|
|
1615
|
+
"children_methods": [
|
|
1616
|
+
"Proven",
|
|
1617
|
+
"Result",
|
|
1618
|
+
"Process",
|
|
1619
|
+
"Unproven"
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"narrative_function": "Knowledge",
|
|
1624
|
+
"kind": "element",
|
|
1625
|
+
"short_definition": "that which one holds to be true",
|
|
1626
|
+
"synonyms": "learnedness, held truths, authoritative certainty, generally agreed upon truths",
|
|
1627
|
+
"parent_methods": [
|
|
1628
|
+
"Fate",
|
|
1629
|
+
"Instinct",
|
|
1630
|
+
"State of Being",
|
|
1631
|
+
"Truth"
|
|
1632
|
+
],
|
|
1633
|
+
"children_methods": []
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"narrative_function": "Learning",
|
|
1637
|
+
"kind": "type",
|
|
1638
|
+
"short_definition": "gathering information or experience",
|
|
1639
|
+
"synonyms": "cultivating experience, acquiring information, collecting data, gathering knowledge, seeking insight, pursuing inquiry, engaging intellectually, process of discovery",
|
|
1640
|
+
"parent_methods": [
|
|
1641
|
+
"Physics"
|
|
1642
|
+
],
|
|
1643
|
+
"children_methods": [
|
|
1644
|
+
"Prerequisites",
|
|
1645
|
+
"Analysis",
|
|
1646
|
+
"Strategy",
|
|
1647
|
+
"Preconditions"
|
|
1648
|
+
]
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"narrative_function": "Logic",
|
|
1652
|
+
"kind": "element",
|
|
1653
|
+
"short_definition": "a rational sense of how things are related",
|
|
1654
|
+
"synonyms": "linear reasoning, rationality, structural sensibility, syllogistics",
|
|
1655
|
+
"parent_methods": [
|
|
1656
|
+
"Choice",
|
|
1657
|
+
"Approach",
|
|
1658
|
+
"Obligation",
|
|
1659
|
+
"Hope"
|
|
1660
|
+
],
|
|
1661
|
+
"children_methods": []
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"narrative_function": "Memory",
|
|
1665
|
+
"kind": "type",
|
|
1666
|
+
"short_definition": "recollections",
|
|
1667
|
+
"synonyms": "remembering, recollections, reminiscence, recalling, retention, subjective past, emotional impressions, personal histories, internal narratives",
|
|
1668
|
+
"parent_methods": [
|
|
1669
|
+
"Mind"
|
|
1670
|
+
],
|
|
1671
|
+
"children_methods": [
|
|
1672
|
+
"Truth",
|
|
1673
|
+
"Evidence",
|
|
1674
|
+
"Suspicion",
|
|
1675
|
+
"Falsehood"
|
|
1676
|
+
]
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"narrative_function": "Need",
|
|
1680
|
+
"kind": "variation",
|
|
1681
|
+
"short_definition": "that which is required",
|
|
1682
|
+
"synonyms": "subjective necessity, urge, demand, imperative",
|
|
1683
|
+
"parent_methods": [
|
|
1684
|
+
"Conceiving"
|
|
1685
|
+
],
|
|
1686
|
+
"children_methods": [
|
|
1687
|
+
"Proaction",
|
|
1688
|
+
"Deduction",
|
|
1689
|
+
"Induction",
|
|
1690
|
+
"Reaction"
|
|
1691
|
+
]
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"narrative_function": "Obligation",
|
|
1695
|
+
"kind": "variation",
|
|
1696
|
+
"short_definition": "accepting a task or situation in exchange for someone's potential favors",
|
|
1697
|
+
"synonyms": "agreement, pledge, contract, accepted compulsion, emotional contract",
|
|
1698
|
+
"parent_methods": [
|
|
1699
|
+
"Becoming"
|
|
1700
|
+
],
|
|
1701
|
+
"children_methods": [
|
|
1702
|
+
"Logic",
|
|
1703
|
+
"Help",
|
|
1704
|
+
"Hinder",
|
|
1705
|
+
"Feeling"
|
|
1706
|
+
]
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"narrative_function": "Obtaining",
|
|
1710
|
+
"kind": "type",
|
|
1711
|
+
"short_definition": "achieving or possessing something",
|
|
1712
|
+
"synonyms": "controlling for oneself, possessing, having, keeping, attaining, acquiring, securing, achieving, gaining control",
|
|
1713
|
+
"parent_methods": [
|
|
1714
|
+
"Physics"
|
|
1715
|
+
],
|
|
1716
|
+
"children_methods": [
|
|
1717
|
+
"Approach",
|
|
1718
|
+
"Self Interest",
|
|
1719
|
+
"Selflessness",
|
|
1720
|
+
"Attitude"
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"narrative_function": "Openness",
|
|
1725
|
+
"kind": "variation",
|
|
1726
|
+
"short_definition": "willingness to re-evaluate",
|
|
1727
|
+
"synonyms": "broad mindedness, tolerancy, willingness to reevaluate, receptiveness",
|
|
1728
|
+
"parent_methods": [
|
|
1729
|
+
"Future"
|
|
1730
|
+
],
|
|
1731
|
+
"children_methods": [
|
|
1732
|
+
"Consider",
|
|
1733
|
+
"Faith",
|
|
1734
|
+
"Disbelief",
|
|
1735
|
+
"Reconsider"
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"narrative_function": "Oppose",
|
|
1740
|
+
"kind": "element",
|
|
1741
|
+
"short_definition": "an indirect detraction from another's effort",
|
|
1742
|
+
"synonyms": "object to, speak out against, argue against, protest, dispute, show disapproval of, detract from",
|
|
1743
|
+
"parent_methods": [
|
|
1744
|
+
"Delay",
|
|
1745
|
+
"Attitude",
|
|
1746
|
+
"Rationalization",
|
|
1747
|
+
"Dream"
|
|
1748
|
+
],
|
|
1749
|
+
"children_methods": []
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"narrative_function": "Order",
|
|
1753
|
+
"kind": "element",
|
|
1754
|
+
"short_definition": "an arrangement in which patterns are seen",
|
|
1755
|
+
"synonyms": "structure, patterned arrangement, organization, patterned formation, formation, configuration, patterned sequence",
|
|
1756
|
+
"parent_methods": [
|
|
1757
|
+
"Fate",
|
|
1758
|
+
"Interpretation",
|
|
1759
|
+
"Situation",
|
|
1760
|
+
"Suspicion"
|
|
1761
|
+
],
|
|
1762
|
+
"children_methods": []
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"narrative_function": "Past",
|
|
1766
|
+
"kind": "type",
|
|
1767
|
+
"short_definition": "what has already happened",
|
|
1768
|
+
"synonyms": "history, what has happened, former times, retrospective, historical reinterpretation, reassessment, reevaluation, reexamination of events, past revision",
|
|
1769
|
+
"parent_methods": [
|
|
1770
|
+
"Universe"
|
|
1771
|
+
],
|
|
1772
|
+
"children_methods": [
|
|
1773
|
+
"Fate",
|
|
1774
|
+
"Prediction",
|
|
1775
|
+
"Interdiction",
|
|
1776
|
+
"Destiny"
|
|
1777
|
+
]
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"narrative_function": "Perception",
|
|
1781
|
+
"kind": "element",
|
|
1782
|
+
"short_definition": "the way things seem to be",
|
|
1783
|
+
"synonyms": "appearance, how things seem to be, discernment, a particular reading of things, a point of view on reality, a way of seeing",
|
|
1784
|
+
"parent_methods": [
|
|
1785
|
+
"Prediction",
|
|
1786
|
+
"Senses",
|
|
1787
|
+
"Situation",
|
|
1788
|
+
"Truth"
|
|
1789
|
+
],
|
|
1790
|
+
"children_methods": []
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"narrative_function": "Permission",
|
|
1794
|
+
"kind": "variation",
|
|
1795
|
+
"short_definition": "one's ability based on what is allowed",
|
|
1796
|
+
"synonyms": "constrained ability, limited capability, restricted capacity, hindered performance, allowed limitations, restrained utility",
|
|
1797
|
+
"parent_methods": [
|
|
1798
|
+
"Conceiving"
|
|
1799
|
+
],
|
|
1800
|
+
"children_methods": [
|
|
1801
|
+
"Certainty",
|
|
1802
|
+
"Acceptance",
|
|
1803
|
+
"Non-acceptance",
|
|
1804
|
+
"Potentiality"
|
|
1805
|
+
]
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"narrative_function": "Possibility",
|
|
1809
|
+
"kind": "element",
|
|
1810
|
+
"short_definition": "a determination that something might be true",
|
|
1811
|
+
"synonyms": "plausibility, viability, conceivable eventualities, open assessment",
|
|
1812
|
+
"parent_methods": [
|
|
1813
|
+
"Repulsion",
|
|
1814
|
+
"Prerequisites",
|
|
1815
|
+
"Deficiency",
|
|
1816
|
+
"Appraisal"
|
|
1817
|
+
],
|
|
1818
|
+
"children_methods": []
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"narrative_function": "Potentiality",
|
|
1822
|
+
"kind": "element",
|
|
1823
|
+
"short_definition": "a determination that something has the capacity to become true",
|
|
1824
|
+
"synonyms": "chance, precariousness, focusing on the uncertain, going with the improbable",
|
|
1825
|
+
"parent_methods": [
|
|
1826
|
+
"Work",
|
|
1827
|
+
"Prerequisites",
|
|
1828
|
+
"Permission",
|
|
1829
|
+
"Investigation"
|
|
1830
|
+
],
|
|
1831
|
+
"children_methods": []
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"narrative_function": "Preconception",
|
|
1835
|
+
"kind": "variation",
|
|
1836
|
+
"short_definition": "unwillingness to re-evaluate",
|
|
1837
|
+
"synonyms": "prejudice, closed mindedness, narrow mindedness, intolerancy, stubbornness, unwillingness to reevaluate",
|
|
1838
|
+
"parent_methods": [
|
|
1839
|
+
"Future"
|
|
1840
|
+
],
|
|
1841
|
+
"children_methods": [
|
|
1842
|
+
"Control",
|
|
1843
|
+
"Help",
|
|
1844
|
+
"Hinder",
|
|
1845
|
+
"Uncontrolled"
|
|
1846
|
+
]
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"narrative_function": "Preconscious",
|
|
1850
|
+
"kind": "type",
|
|
1851
|
+
"short_definition": "immediate responses",
|
|
1852
|
+
"synonyms": "unthinking responses, immediate responses, impulse, impulsive response, instinctive response, innate response, reflex, automatic behaviors, instinctual tendencies",
|
|
1853
|
+
"parent_methods": [
|
|
1854
|
+
"Mind"
|
|
1855
|
+
],
|
|
1856
|
+
"children_methods": [
|
|
1857
|
+
"Value",
|
|
1858
|
+
"Confidence",
|
|
1859
|
+
"Worry",
|
|
1860
|
+
"Worth"
|
|
1861
|
+
]
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"narrative_function": "Prediction",
|
|
1865
|
+
"kind": "variation",
|
|
1866
|
+
"short_definition": "a determination of a future state of affairs",
|
|
1867
|
+
"synonyms": "foresight, foreseeing, anticipation, envisioning one's future, prophecy, forecast, foretell, prognosticate",
|
|
1868
|
+
"parent_methods": [
|
|
1869
|
+
"Past"
|
|
1870
|
+
],
|
|
1871
|
+
"children_methods": [
|
|
1872
|
+
"Actuality",
|
|
1873
|
+
"Intertia",
|
|
1874
|
+
"Change",
|
|
1875
|
+
"Perception"
|
|
1876
|
+
]
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"narrative_function": "Present",
|
|
1880
|
+
"kind": "type",
|
|
1881
|
+
"short_definition": "the current situation and circumstances",
|
|
1882
|
+
"synonyms": "how things stand, the here and now, current situation, as of this moment, immediate circumstances, present conditions, current arrangement, existing reality",
|
|
1883
|
+
"parent_methods": [
|
|
1884
|
+
"Universe"
|
|
1885
|
+
],
|
|
1886
|
+
"children_methods": [
|
|
1887
|
+
"Work",
|
|
1888
|
+
"Attraction",
|
|
1889
|
+
"Repulsion",
|
|
1890
|
+
"Attempt"
|
|
1891
|
+
]
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"narrative_function": "Unproven",
|
|
1895
|
+
"kind": "element",
|
|
1896
|
+
"short_definition": "a rating of knowledge that has not been tested",
|
|
1897
|
+
"synonyms": "unverified, unconfirmed, unestablished, undemonstrated, untried, supposition, conjecture, assumption, unproven",
|
|
1898
|
+
"parent_methods": [
|
|
1899
|
+
"Fact",
|
|
1900
|
+
"Wisdom",
|
|
1901
|
+
"Knowledge",
|
|
1902
|
+
"Value"
|
|
1903
|
+
],
|
|
1904
|
+
"children_methods": []
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"narrative_function": "Proaction",
|
|
1908
|
+
"kind": "element",
|
|
1909
|
+
"short_definition": "taking initiative action to achieve one's goals",
|
|
1910
|
+
"synonyms": "to initiate action, execute, undertake, commit, implement",
|
|
1911
|
+
"parent_methods": [
|
|
1912
|
+
"Attraction",
|
|
1913
|
+
"Strategy",
|
|
1914
|
+
"Need",
|
|
1915
|
+
"Investigation"
|
|
1916
|
+
],
|
|
1917
|
+
"children_methods": []
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"narrative_function": "Probability",
|
|
1921
|
+
"kind": "element",
|
|
1922
|
+
"short_definition": "a determination of likelihood",
|
|
1923
|
+
"synonyms": "likelihood, prospective, predictable, promising",
|
|
1924
|
+
"parent_methods": [
|
|
1925
|
+
"Repulsion",
|
|
1926
|
+
"Prerequisites",
|
|
1927
|
+
"Deficiency",
|
|
1928
|
+
"Appraisal"
|
|
1929
|
+
],
|
|
1930
|
+
"children_methods": []
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"narrative_function": "Process",
|
|
1934
|
+
"kind": "element",
|
|
1935
|
+
"short_definition": "the mechanism through which a cause leads to an effect ",
|
|
1936
|
+
"synonyms": "chain of interactions, manner of procedure, cause/effect relation, progression, ongoing pull or tendency",
|
|
1937
|
+
"parent_methods": [
|
|
1938
|
+
"Security",
|
|
1939
|
+
"Enlightenment",
|
|
1940
|
+
"Knowledge",
|
|
1941
|
+
"Worry"
|
|
1942
|
+
],
|
|
1943
|
+
"children_methods": []
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"narrative_function": "Production",
|
|
1947
|
+
"kind": "element",
|
|
1948
|
+
"short_definition": "a process of thought that determines potential",
|
|
1949
|
+
"synonyms": "determining potential, noticing possibilities, ruling out future impossibilities, discovering of potential",
|
|
1950
|
+
"parent_methods": [
|
|
1951
|
+
"Repulsion",
|
|
1952
|
+
"Analysis",
|
|
1953
|
+
"Expediency",
|
|
1954
|
+
"Doubt"
|
|
1955
|
+
],
|
|
1956
|
+
"children_methods": []
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"narrative_function": "Progress",
|
|
1960
|
+
"kind": "type",
|
|
1961
|
+
"short_definition": "the way things are going",
|
|
1962
|
+
"synonyms": "flowing, advancing, proceeding, moving forward, developing step by step, graduated, staging, successive, procession, momentum, unfolding change, ongoing transformation, continuous movement",
|
|
1963
|
+
"parent_methods": [
|
|
1964
|
+
"Universe"
|
|
1965
|
+
],
|
|
1966
|
+
"children_methods": [
|
|
1967
|
+
"Fact",
|
|
1968
|
+
"Security",
|
|
1969
|
+
"Threat",
|
|
1970
|
+
"Fantasy"
|
|
1971
|
+
]
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"narrative_function": "Projection",
|
|
1975
|
+
"kind": "element",
|
|
1976
|
+
"short_definition": "an extension of probability into the future",
|
|
1977
|
+
"synonyms": "anticipation, how things will be, most likely, probable",
|
|
1978
|
+
"parent_methods": [
|
|
1979
|
+
"Destiny",
|
|
1980
|
+
"Conditioning",
|
|
1981
|
+
"Sense of Self",
|
|
1982
|
+
"Falsehood"
|
|
1983
|
+
],
|
|
1984
|
+
"children_methods": []
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"narrative_function": "Protection",
|
|
1988
|
+
"kind": "element",
|
|
1989
|
+
"short_definition": "an effort to prevent one's concerns from being vulnerable to interference",
|
|
1990
|
+
"synonyms": "defense, safeguard, preservation, precaution",
|
|
1991
|
+
"parent_methods": [
|
|
1992
|
+
"Attempt",
|
|
1993
|
+
"Strategy",
|
|
1994
|
+
"Expediency",
|
|
1995
|
+
"Appraisal"
|
|
1996
|
+
],
|
|
1997
|
+
"children_methods": []
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"narrative_function": "Proven",
|
|
2001
|
+
"kind": "element",
|
|
2002
|
+
"short_definition": "a rating of knowledge based on corroboration",
|
|
2003
|
+
"synonyms": "verified, confirmed, corroborated, established, demonstrated, shown",
|
|
2004
|
+
"parent_methods": [
|
|
2005
|
+
"Fact",
|
|
2006
|
+
"Wisdom",
|
|
2007
|
+
"Knowledge",
|
|
2008
|
+
"Value"
|
|
2009
|
+
],
|
|
2010
|
+
"children_methods": []
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"narrative_function": "Pursuit",
|
|
2014
|
+
"kind": "element",
|
|
2015
|
+
"short_definition": "a directed effort to resolve a problem",
|
|
2016
|
+
"synonyms": "seek, go after, attempt to achieve, look for, directed effort",
|
|
2017
|
+
"parent_methods": [
|
|
2018
|
+
"Delay",
|
|
2019
|
+
"Self Interest",
|
|
2020
|
+
"Commitment",
|
|
2021
|
+
"Closure"
|
|
2022
|
+
],
|
|
2023
|
+
"children_methods": []
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"narrative_function": "Prerequisites",
|
|
2027
|
+
"kind": "variation",
|
|
2028
|
+
"short_definition": "critical criteria to be fulfilled",
|
|
2029
|
+
"synonyms": "fundamental criteria, necessary conditions, indispensable benchmarks, essential steps",
|
|
2030
|
+
"parent_methods": [
|
|
2031
|
+
"Learning"
|
|
2032
|
+
],
|
|
2033
|
+
"children_methods": [
|
|
2034
|
+
"Certainty",
|
|
2035
|
+
"Probability",
|
|
2036
|
+
"Possibility",
|
|
2037
|
+
"Potentiality"
|
|
2038
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"narrative_function": "Rationalization",
|
|
2042
|
+
"kind": "variation",
|
|
2043
|
+
"short_definition": "a logical alternative used to mask the real reason",
|
|
2044
|
+
"synonyms": "fabricated excuse, ulterior explanation, false justification, artificial reason",
|
|
2045
|
+
"parent_methods": [
|
|
2046
|
+
"Becoming"
|
|
2047
|
+
],
|
|
2048
|
+
"children_methods": [
|
|
2049
|
+
"Consider",
|
|
2050
|
+
"Support",
|
|
2051
|
+
"Oppose",
|
|
2052
|
+
"Reconsider"
|
|
2053
|
+
]
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"narrative_function": "Re-evaluation",
|
|
2057
|
+
"kind": "element",
|
|
2058
|
+
"short_definition": "a reappraisal of a situation or circumstances",
|
|
2059
|
+
"synonyms": "reappraisal, further assessment, subsequent analysis, scrutiny of first impressions",
|
|
2060
|
+
"parent_methods": [
|
|
2061
|
+
"Attempt",
|
|
2062
|
+
"Preconditions",
|
|
2063
|
+
"Deficiency",
|
|
2064
|
+
"Doubt"
|
|
2065
|
+
],
|
|
2066
|
+
"children_methods": []
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"narrative_function": "Reaction",
|
|
2070
|
+
"kind": "element",
|
|
2071
|
+
"short_definition": "actions made in response",
|
|
2072
|
+
"synonyms": "response, reply, acting from stimulus, goaded to action",
|
|
2073
|
+
"parent_methods": [
|
|
2074
|
+
"Attraction",
|
|
2075
|
+
"Strategy",
|
|
2076
|
+
"Need",
|
|
2077
|
+
"Investigation"
|
|
2078
|
+
],
|
|
2079
|
+
"children_methods": []
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"narrative_function": "Reappraisal",
|
|
2083
|
+
"kind": "variation",
|
|
2084
|
+
"short_definition": "a reconsideration of a conclusion",
|
|
2085
|
+
"synonyms": "reassess, rechecking, checking up, re-examining a conclusion, reevaluating a conclusion",
|
|
2086
|
+
"parent_methods": [
|
|
2087
|
+
"Conscious"
|
|
2088
|
+
],
|
|
2089
|
+
"children_methods": [
|
|
2090
|
+
"Deduction",
|
|
2091
|
+
"Acceptance",
|
|
2092
|
+
"Non-acceptance",
|
|
2093
|
+
"Induction"
|
|
2094
|
+
]
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"narrative_function": "Reconsider",
|
|
2098
|
+
"kind": "element",
|
|
2099
|
+
"short_definition": "questioning a conclusion based on additional information",
|
|
2100
|
+
"synonyms": "re-examining conclusions, rethinking, to mull over again, further deliberation, additional scrutiny",
|
|
2101
|
+
"parent_methods": [
|
|
2102
|
+
"Openness",
|
|
2103
|
+
"Approach",
|
|
2104
|
+
"Rationalization",
|
|
2105
|
+
"Closure"
|
|
2106
|
+
],
|
|
2107
|
+
"children_methods": []
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"narrative_function": "Reduction",
|
|
2111
|
+
"kind": "element",
|
|
2112
|
+
"short_definition": "a process of thought that determines probability",
|
|
2113
|
+
"synonyms": "determining probability, comparisons of potentiality, measurement of likelihood, judging probabilities",
|
|
2114
|
+
"parent_methods": [
|
|
2115
|
+
"Repulsion",
|
|
2116
|
+
"Analysis",
|
|
2117
|
+
"Expediency",
|
|
2118
|
+
"Doubt"
|
|
2119
|
+
],
|
|
2120
|
+
"children_methods": []
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"narrative_function": "Non-acceptance",
|
|
2124
|
+
"kind": "element",
|
|
2125
|
+
"short_definition": "a decision to oppose",
|
|
2126
|
+
"synonyms": "run counter to, non-acceptance, decline, repudiate, resist, refusal to compromise",
|
|
2127
|
+
"parent_methods": [
|
|
2128
|
+
"Attraction",
|
|
2129
|
+
"Preconditions",
|
|
2130
|
+
"Permission",
|
|
2131
|
+
"Reappraisal"
|
|
2132
|
+
],
|
|
2133
|
+
"children_methods": []
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"narrative_function": "Repulsion",
|
|
2137
|
+
"kind": "variation",
|
|
2138
|
+
"short_definition": "pushing or being pushed away from",
|
|
2139
|
+
"synonyms": "unattractive, repellent, foreboding, unsavory, pushing away, forcing back",
|
|
2140
|
+
"parent_methods": [
|
|
2141
|
+
"Present"
|
|
2142
|
+
],
|
|
2143
|
+
"children_methods": [
|
|
2144
|
+
"Probability",
|
|
2145
|
+
"Reduction",
|
|
2146
|
+
"Production",
|
|
2147
|
+
"Possibility"
|
|
2148
|
+
]
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"narrative_function": "Responsibility",
|
|
2152
|
+
"kind": "variation",
|
|
2153
|
+
"short_definition": "the belief that one is best suited to accomplish a task",
|
|
2154
|
+
"synonyms": "assumed propriety, believed appropriateness, self designated aptness, accepted suitability",
|
|
2155
|
+
"parent_methods": [
|
|
2156
|
+
"Becoming"
|
|
2157
|
+
],
|
|
2158
|
+
"children_methods": [
|
|
2159
|
+
"Control",
|
|
2160
|
+
"Conscience",
|
|
2161
|
+
"Temptation",
|
|
2162
|
+
"Uncontrolled"
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"narrative_function": "Result",
|
|
2167
|
+
"kind": "element",
|
|
2168
|
+
"short_definition": "the ramifications of a specific effect",
|
|
2169
|
+
"synonyms": "ramifications of an effect, consequence, repercussion, impact, end product",
|
|
2170
|
+
"parent_methods": [
|
|
2171
|
+
"Security",
|
|
2172
|
+
"Enlightenment",
|
|
2173
|
+
"Knowledge",
|
|
2174
|
+
"Worry"
|
|
2175
|
+
],
|
|
2176
|
+
"children_methods": []
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"narrative_function": "Security",
|
|
2180
|
+
"kind": "variation",
|
|
2181
|
+
"short_definition": "an evaluation of one's protections",
|
|
2182
|
+
"synonyms": "evaluation of safety, measure of safeguards, appraisal of one's protections, gauge of defenses",
|
|
2183
|
+
"parent_methods": [
|
|
2184
|
+
"Progress"
|
|
2185
|
+
],
|
|
2186
|
+
"children_methods": [
|
|
2187
|
+
"Effect",
|
|
2188
|
+
"Result",
|
|
2189
|
+
"Process",
|
|
2190
|
+
"Cause"
|
|
2191
|
+
]
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"narrative_function": "Self Interest",
|
|
2195
|
+
"kind": "variation",
|
|
2196
|
+
"short_definition": "doing or being based on what is best for oneself",
|
|
2197
|
+
"synonyms": "self-serving, self-centered, narcissistic, selfishness, self-absorbed, egocentric",
|
|
2198
|
+
"parent_methods": [
|
|
2199
|
+
"Obtaining"
|
|
2200
|
+
],
|
|
2201
|
+
"children_methods": [
|
|
2202
|
+
"Pursuit",
|
|
2203
|
+
"Control",
|
|
2204
|
+
"Uncontrolled",
|
|
2205
|
+
"Avoid"
|
|
2206
|
+
]
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"narrative_function": "Self-aware",
|
|
2210
|
+
"kind": "element",
|
|
2211
|
+
"short_definition": "being conscious of one's own existence",
|
|
2212
|
+
"synonyms": "self-conscious, conscious of one's existence, self-perceiving, self-appreciating, self-cognizant",
|
|
2213
|
+
"parent_methods": [
|
|
2214
|
+
"Destiny",
|
|
2215
|
+
"Senses",
|
|
2216
|
+
"Circumstances",
|
|
2217
|
+
"Evidence"
|
|
2218
|
+
],
|
|
2219
|
+
"children_methods": []
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"narrative_function": "Sense of Self",
|
|
2223
|
+
"kind": "variation",
|
|
2224
|
+
"short_definition": "one's perception of oneself",
|
|
2225
|
+
"synonyms": "perception of self, self image, self identity, self attribution",
|
|
2226
|
+
"parent_methods": [
|
|
2227
|
+
"Conceptualizing"
|
|
2228
|
+
],
|
|
2229
|
+
"children_methods": [
|
|
2230
|
+
"Ability",
|
|
2231
|
+
"Projection",
|
|
2232
|
+
"Speculation",
|
|
2233
|
+
"Desire"
|
|
2234
|
+
]
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"narrative_function": "Senses",
|
|
2238
|
+
"kind": "variation",
|
|
2239
|
+
"short_definition": "sensory observations",
|
|
2240
|
+
"synonyms": "perceptual data, raw sensations, sensory impressions, immediate impressions, perceptions",
|
|
2241
|
+
"parent_methods": [
|
|
2242
|
+
"Understanding"
|
|
2243
|
+
],
|
|
2244
|
+
"children_methods": [
|
|
2245
|
+
"Actuality",
|
|
2246
|
+
"Aware",
|
|
2247
|
+
"Self-aware",
|
|
2248
|
+
"Perception"
|
|
2249
|
+
]
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"narrative_function": "Situation",
|
|
2253
|
+
"kind": "variation",
|
|
2254
|
+
"short_definition": "the arrangement of one's environment",
|
|
2255
|
+
"synonyms": "how things stand rationally, a reasoned evaluation of environment, arranged context, environmental state, surroundings, predicament",
|
|
2256
|
+
"parent_methods": [
|
|
2257
|
+
"Conceptualizing"
|
|
2258
|
+
],
|
|
2259
|
+
"children_methods": [
|
|
2260
|
+
"Actuality",
|
|
2261
|
+
"Order",
|
|
2262
|
+
"Chaos",
|
|
2263
|
+
"Perception"
|
|
2264
|
+
]
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"narrative_function": "Skill",
|
|
2268
|
+
"kind": "variation",
|
|
2269
|
+
"short_definition": "practiced ability",
|
|
2270
|
+
"synonyms": "proficiency, aptitude, competence, adeptness, degree of expertise, practiced ability, honed ability",
|
|
2271
|
+
"parent_methods": [
|
|
2272
|
+
"Doing"
|
|
2273
|
+
],
|
|
2274
|
+
"children_methods": [
|
|
2275
|
+
"Effect",
|
|
2276
|
+
"Trust",
|
|
2277
|
+
"Test",
|
|
2278
|
+
"Cause"
|
|
2279
|
+
]
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"narrative_function": "Speculation",
|
|
2283
|
+
"kind": "element",
|
|
2284
|
+
"short_definition": "an extension of possibilities into the future",
|
|
2285
|
+
"synonyms": "prognostication, surmising possibilities, conjecturing",
|
|
2286
|
+
"parent_methods": [
|
|
2287
|
+
"Destiny",
|
|
2288
|
+
"Conditioning",
|
|
2289
|
+
"Sense of Self",
|
|
2290
|
+
"Falsehood"
|
|
2291
|
+
],
|
|
2292
|
+
"children_methods": []
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"narrative_function": "State of Being",
|
|
2296
|
+
"kind": "variation",
|
|
2297
|
+
"short_definition": "one's true nature",
|
|
2298
|
+
"synonyms": "essence, one's true self, true self, essential nature, core being",
|
|
2299
|
+
"parent_methods": [
|
|
2300
|
+
"Conceptualizing"
|
|
2301
|
+
],
|
|
2302
|
+
"children_methods": [
|
|
2303
|
+
"Knowledge",
|
|
2304
|
+
"Inertia",
|
|
2305
|
+
"Change",
|
|
2306
|
+
"Thought"
|
|
2307
|
+
]
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"narrative_function": "Preconditions",
|
|
2311
|
+
"kind": "variation",
|
|
2312
|
+
"short_definition": "imposed limitations or conditions tacked on to an effort",
|
|
2313
|
+
"synonyms": "provision, prescribed specification, imposed stipulation, limiting parameters, imposed limitations",
|
|
2314
|
+
"parent_methods": [
|
|
2315
|
+
"Learning"
|
|
2316
|
+
],
|
|
2317
|
+
"children_methods": [
|
|
2318
|
+
"Acceptance",
|
|
2319
|
+
"Evaluation",
|
|
2320
|
+
"Re-evaluation",
|
|
2321
|
+
"Non-acceptance"
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"narrative_function": "Strategy",
|
|
2326
|
+
"kind": "variation",
|
|
2327
|
+
"short_definition": "a plan to achieve one's purpose or a plan of response",
|
|
2328
|
+
"synonyms": "scheme, tactic, plan, ploy, decided approach",
|
|
2329
|
+
"parent_methods": [
|
|
2330
|
+
"Learning"
|
|
2331
|
+
],
|
|
2332
|
+
"children_methods": [
|
|
2333
|
+
"Proaction",
|
|
2334
|
+
"Inaction",
|
|
2335
|
+
"Protection",
|
|
2336
|
+
"Reaction"
|
|
2337
|
+
]
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"narrative_function": "Subconscious",
|
|
2341
|
+
"kind": "type",
|
|
2342
|
+
"short_definition": "basic drives and desires",
|
|
2343
|
+
"synonyms": "libido, id, basic motivations, basic drives, anima, fundamental emotions, deep impulses, core emotional needs, unconscious drives",
|
|
2344
|
+
"parent_methods": [
|
|
2345
|
+
"Mind"
|
|
2346
|
+
],
|
|
2347
|
+
"children_methods": [
|
|
2348
|
+
"Closure",
|
|
2349
|
+
"Hope",
|
|
2350
|
+
"Dream",
|
|
2351
|
+
"Denial"
|
|
2352
|
+
]
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"narrative_function": "Support",
|
|
2356
|
+
"kind": "element",
|
|
2357
|
+
"short_definition": "an indirect assistance given to another's efforts",
|
|
2358
|
+
"synonyms": "commend, extol, endorse, back, compliment, laud",
|
|
2359
|
+
"parent_methods": [
|
|
2360
|
+
"Delay",
|
|
2361
|
+
"Attitude",
|
|
2362
|
+
"Rationalization",
|
|
2363
|
+
"Dream"
|
|
2364
|
+
],
|
|
2365
|
+
"children_methods": []
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"narrative_function": "Suspicion",
|
|
2369
|
+
"kind": "variation",
|
|
2370
|
+
"short_definition": "questioning a belief based on evidence",
|
|
2371
|
+
"synonyms": "wary approach, partially justified apprehensiveness, informed doubt, doubt based on evidence, sensible caution",
|
|
2372
|
+
"parent_methods": [
|
|
2373
|
+
"Memory"
|
|
2374
|
+
],
|
|
2375
|
+
"children_methods": [
|
|
2376
|
+
"Order",
|
|
2377
|
+
"Inertia",
|
|
2378
|
+
"Change",
|
|
2379
|
+
"Chaos"
|
|
2380
|
+
]
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"narrative_function": "Temptation",
|
|
2384
|
+
"kind": "element",
|
|
2385
|
+
"short_definition": "the urge to embrace immediate benefits despite possible consequences",
|
|
2386
|
+
"synonyms": "indulge, embracing immediate benefits, intemperance, immoderation",
|
|
2387
|
+
"parent_methods": [
|
|
2388
|
+
"Choice",
|
|
2389
|
+
"Selflessness",
|
|
2390
|
+
"Responsibility",
|
|
2391
|
+
"Denial"
|
|
2392
|
+
],
|
|
2393
|
+
"children_methods": []
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"narrative_function": "Test",
|
|
2397
|
+
"kind": "element",
|
|
2398
|
+
"short_definition": "a trial to determine something's validity",
|
|
2399
|
+
"synonyms": "trial of validity, examination, audit, inspection, scrutinization",
|
|
2400
|
+
"parent_methods": [
|
|
2401
|
+
"Fantasy",
|
|
2402
|
+
"Skill",
|
|
2403
|
+
"Desire",
|
|
2404
|
+
"Confidence"
|
|
2405
|
+
],
|
|
2406
|
+
"children_methods": []
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"narrative_function": "Theory",
|
|
2410
|
+
"kind": "element",
|
|
2411
|
+
"short_definition": "an unbroken chain of relationships leading from a premise to a conclusion",
|
|
2412
|
+
"synonyms": "structured explanation, concrete hypothesis, systematized descriptive knowledge, description of linear connections",
|
|
2413
|
+
"parent_methods": [
|
|
2414
|
+
"Threat",
|
|
2415
|
+
"Wisdom",
|
|
2416
|
+
"Thought",
|
|
2417
|
+
"Confidence"
|
|
2418
|
+
],
|
|
2419
|
+
"children_methods": []
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"narrative_function": "Thought",
|
|
2423
|
+
"kind": "variation",
|
|
2424
|
+
"short_definition": "being in a state of mental exploration",
|
|
2425
|
+
"synonyms": "cognitive fluidity, contemplating, pondering, musing, reflecting, mental exploration, daydreaming, mental drift",
|
|
2426
|
+
"parent_methods": [
|
|
2427
|
+
"Being"
|
|
2428
|
+
],
|
|
2429
|
+
"children_methods": [
|
|
2430
|
+
"Theory",
|
|
2431
|
+
"Ending",
|
|
2432
|
+
"Unending",
|
|
2433
|
+
"Hunch"
|
|
2434
|
+
]
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"narrative_function": "Thought",
|
|
2438
|
+
"kind": "element",
|
|
2439
|
+
"short_definition": "the process of consideration",
|
|
2440
|
+
"synonyms": "the process of consideration, thinking, contemplation, mental attention, running over in your mind",
|
|
2441
|
+
"parent_methods": [
|
|
2442
|
+
"Fate",
|
|
2443
|
+
"Instinct",
|
|
2444
|
+
"State of Being",
|
|
2445
|
+
"Truth"
|
|
2446
|
+
],
|
|
2447
|
+
"children_methods": []
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"narrative_function": "Threat",
|
|
2451
|
+
"kind": "variation",
|
|
2452
|
+
"short_definition": "an evaluation of one's vulnerabilities",
|
|
2453
|
+
"synonyms": "perceived danger, indication of peril, perceived vulnerability, warning, detected hazard",
|
|
2454
|
+
"parent_methods": [
|
|
2455
|
+
"Progress"
|
|
2456
|
+
],
|
|
2457
|
+
"children_methods": [
|
|
2458
|
+
"Theory",
|
|
2459
|
+
"Expectation",
|
|
2460
|
+
"Determination",
|
|
2461
|
+
"Hunch"
|
|
2462
|
+
]
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"narrative_function": "Trust",
|
|
2466
|
+
"kind": "element",
|
|
2467
|
+
"short_definition": "an acceptance of knowledge as proven without first testing its validity",
|
|
2468
|
+
"synonyms": "untried acceptance, untested belief in, accept implicitly, assumed dependability, unquestioned reliance on",
|
|
2469
|
+
"parent_methods": [
|
|
2470
|
+
"Fantasy",
|
|
2471
|
+
"Skill",
|
|
2472
|
+
"Desire",
|
|
2473
|
+
"Confidence"
|
|
2474
|
+
],
|
|
2475
|
+
"children_methods": []
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"narrative_function": "Truth",
|
|
2479
|
+
"kind": "variation",
|
|
2480
|
+
"short_definition": "that which has been proven correct",
|
|
2481
|
+
"synonyms": "honesty, correct information, correct notion, verity",
|
|
2482
|
+
"parent_methods": [
|
|
2483
|
+
"Memory"
|
|
2484
|
+
],
|
|
2485
|
+
"children_methods": [
|
|
2486
|
+
"Knowledge",
|
|
2487
|
+
"Actuality",
|
|
2488
|
+
"Perception",
|
|
2489
|
+
"Thought"
|
|
2490
|
+
]
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"narrative_function": "Understanding",
|
|
2494
|
+
"kind": "type",
|
|
2495
|
+
"short_definition": "appreciating the meaning of something",
|
|
2496
|
+
"synonyms": "comprehending, grasping, appreciating, obtaining meaning, acquiring meaning, interpreting significance, empathetic insight, holistic perception",
|
|
2497
|
+
"parent_methods": [
|
|
2498
|
+
"Physics"
|
|
2499
|
+
],
|
|
2500
|
+
"children_methods": [
|
|
2501
|
+
"Instinct",
|
|
2502
|
+
"Senses",
|
|
2503
|
+
"Interprtation",
|
|
2504
|
+
"Conditoning"
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"narrative_function": "Value",
|
|
2509
|
+
"kind": "variation",
|
|
2510
|
+
"short_definition": "the objective usefulness or desirability of something in general",
|
|
2511
|
+
"synonyms": "utility, objective appraisal, general usefulness",
|
|
2512
|
+
"parent_methods": [
|
|
2513
|
+
"Preconscious"
|
|
2514
|
+
],
|
|
2515
|
+
"children_methods": [
|
|
2516
|
+
"Proven",
|
|
2517
|
+
"Effect",
|
|
2518
|
+
"Cause",
|
|
2519
|
+
"Unproven"
|
|
2520
|
+
]
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"narrative_function": "Wisdom",
|
|
2524
|
+
"kind": "variation",
|
|
2525
|
+
"short_definition": "understanding how to apply knowledge",
|
|
2526
|
+
"synonyms": "mental mastery, integrated understanding, seasoned understanding, comprehension, astute cogency",
|
|
2527
|
+
"parent_methods": [
|
|
2528
|
+
"Doing"
|
|
2529
|
+
],
|
|
2530
|
+
"children_methods": [
|
|
2531
|
+
"Proven",
|
|
2532
|
+
"Theory",
|
|
2533
|
+
"Hunch",
|
|
2534
|
+
"Unproven"
|
|
2535
|
+
]
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"narrative_function": "Work",
|
|
2539
|
+
"kind": "variation",
|
|
2540
|
+
"short_definition": "applying oneself to something known to be within one's ability",
|
|
2541
|
+
"synonyms": "appropriate undertaking, suitable task, manageable labor, a performable activity",
|
|
2542
|
+
"parent_methods": [
|
|
2543
|
+
"Present"
|
|
2544
|
+
],
|
|
2545
|
+
"children_methods": [
|
|
2546
|
+
"Certainty",
|
|
2547
|
+
"Deduction",
|
|
2548
|
+
"Induction",
|
|
2549
|
+
"Potentiality"
|
|
2550
|
+
]
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"narrative_function": "Worry",
|
|
2554
|
+
"kind": "variation",
|
|
2555
|
+
"short_definition": "concern for the future",
|
|
2556
|
+
"synonyms": "anxiety, concern, apprehension, misgivings",
|
|
2557
|
+
"parent_methods": [
|
|
2558
|
+
"Preconscious"
|
|
2559
|
+
],
|
|
2560
|
+
"children_methods": [
|
|
2561
|
+
"Accurate",
|
|
2562
|
+
"Result",
|
|
2563
|
+
"Process",
|
|
2564
|
+
"Non-accurate"
|
|
2565
|
+
]
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"narrative_function": "Worth",
|
|
2569
|
+
"kind": "variation",
|
|
2570
|
+
"short_definition": "a rating of usefulness or desirability to oneself",
|
|
2571
|
+
"synonyms": "subjective value, individual appraisal, personal importance",
|
|
2572
|
+
"parent_methods": [
|
|
2573
|
+
"Preconscious"
|
|
2574
|
+
],
|
|
2575
|
+
"children_methods": [
|
|
2576
|
+
"Expectation",
|
|
2577
|
+
"Ending",
|
|
2578
|
+
"Unending",
|
|
2579
|
+
"Determination"
|
|
2580
|
+
]
|
|
2581
|
+
}
|
|
2582
|
+
]
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"slug": "dynamics",
|
|
2586
|
+
"file": "04.dynamics.md",
|
|
2587
|
+
"title": "Dynamics",
|
|
2588
|
+
"intro": "",
|
|
2589
|
+
"entries": [
|
|
2590
|
+
{
|
|
2591
|
+
"dynamic": "Main Character Resolve",
|
|
2592
|
+
"context": "Resolve",
|
|
2593
|
+
"short_definition": "How the Main Character ultimately deals with their central conflict.",
|
|
2594
|
+
"kind": "resolve_dynamic",
|
|
2595
|
+
"identifier": "main_character_resolve"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"dynamic": "Influence Character Resolve",
|
|
2599
|
+
"context": "Resolve",
|
|
2600
|
+
"short_definition": "The degree to which the Influence Character continues to challenge the Main Character's perspective.",
|
|
2601
|
+
"kind": "resolve_dynamic",
|
|
2602
|
+
"identifier": "influence_character_resolve"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"dynamic": "Main Character Growth",
|
|
2606
|
+
"context": "Character",
|
|
2607
|
+
"short_definition": "The direction the Main Character must move to resolve their personal issues.",
|
|
2608
|
+
"kind": "character_dynamic",
|
|
2609
|
+
"identifier": "main_character_growth"
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"dynamic": "Main Character Approach",
|
|
2613
|
+
"context": "Character",
|
|
2614
|
+
"short_definition": "The Main Character's preferred method of resolving conflict.",
|
|
2615
|
+
"kind": "character_dynamic",
|
|
2616
|
+
"identifier": "main_character_approach"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"dynamic": "Problem-Solving Style",
|
|
2620
|
+
"context": "Narrative",
|
|
2621
|
+
"short_definition": "Determines whether problems are addressed linearly or holistically.",
|
|
2622
|
+
"kind": "story_dynamic",
|
|
2623
|
+
"identifier": "problem_solving_style"
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"dynamic": "Story Limit",
|
|
2627
|
+
"context": "Narrative",
|
|
2628
|
+
"short_definition": "Sets whether the story runs out of time or options first.",
|
|
2629
|
+
"kind": "story_dynamic",
|
|
2630
|
+
"identifier": "story_limit"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"dynamic": "Story Driver",
|
|
2634
|
+
"context": "Plot",
|
|
2635
|
+
"short_definition": "Establishes whether actions or decisions drive the story forward.",
|
|
2636
|
+
"kind": "plot_dynamic",
|
|
2637
|
+
"identifier": "story_driver",
|
|
2638
|
+
"drivers": [
|
|
2639
|
+
{
|
|
2640
|
+
"dynamic": "Initial Story Driver",
|
|
2641
|
+
"context": "Plot",
|
|
2642
|
+
"short_definition": "The event that sets the Objective Story in motion.",
|
|
2643
|
+
"kind": "driver_dynamic",
|
|
2644
|
+
"identifier": "initial_driver"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"dynamic": "Second Story Driver",
|
|
2648
|
+
"context": "Plot",
|
|
2649
|
+
"short_definition": "The event that moves the story into Act Two.",
|
|
2650
|
+
"kind": "driver_dynamic",
|
|
2651
|
+
"identifier": "second_driver"
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"dynamic": "Midpoint Story Driver",
|
|
2655
|
+
"context": "Plot",
|
|
2656
|
+
"short_definition": "The event that pivots the middle of the story.",
|
|
2657
|
+
"kind": "driver_dynamic",
|
|
2658
|
+
"identifier": "midpoint_driver"
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"dynamic": "Fourth Story Driver",
|
|
2662
|
+
"context": "Plot",
|
|
2663
|
+
"short_definition": "The event that launches Act Three.",
|
|
2664
|
+
"kind": "driver_dynamic",
|
|
2665
|
+
"identifier": "fourth_driver"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"dynamic": "Concluding Story Driver",
|
|
2669
|
+
"context": "Plot",
|
|
2670
|
+
"short_definition": "The event that resolves the Objective Story's primary inequity.",
|
|
2671
|
+
"kind": "driver_dynamic",
|
|
2672
|
+
"identifier": "concluding_driver"
|
|
2673
|
+
}
|
|
2674
|
+
]
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"dynamic": "Story Outcome",
|
|
2678
|
+
"context": "Plot",
|
|
2679
|
+
"short_definition": "An objective assessment of how the effort to achieve the Story Goal ends.",
|
|
2680
|
+
"kind": "conclusion_dynamic",
|
|
2681
|
+
"identifier": "story_outcome"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"dynamic": "Story Judgment",
|
|
2685
|
+
"context": "Plot",
|
|
2686
|
+
"short_definition": "The author's evaluation of the Main Character's personal resolution.",
|
|
2687
|
+
"kind": "conclusion_dynamic",
|
|
2688
|
+
"identifier": "story_judgment"
|
|
2689
|
+
}
|
|
2690
|
+
]
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"slug": "vectors",
|
|
2694
|
+
"file": "05.vectors.md",
|
|
2695
|
+
"title": "Vectors",
|
|
2696
|
+
"intro": "",
|
|
2697
|
+
"entries": [
|
|
2698
|
+
{
|
|
2699
|
+
"vector": "Change",
|
|
2700
|
+
"kind": "resolve_dynamic",
|
|
2701
|
+
"short_definition": "The Main Character abandons their central point-of-view.",
|
|
2702
|
+
"dynamic": "Main Character Resolve"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"vector": "Steadfast",
|
|
2706
|
+
"kind": "resolve_dynamic",
|
|
2707
|
+
"short_definition": "The Main Character holds to their central point-of-view.",
|
|
2708
|
+
"dynamic": "Main Character Resolve"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"vector": "Stop",
|
|
2712
|
+
"kind": "character_dynamic",
|
|
2713
|
+
"short_definition": "Growth comes from letting go of an unhealthy behavior or attitude.",
|
|
2714
|
+
"dynamic": "Main Character Growth"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"vector": "Start",
|
|
2718
|
+
"kind": "character_dynamic",
|
|
2719
|
+
"short_definition": "Growth comes from adopting a new behavior or attitude.",
|
|
2720
|
+
"dynamic": "Main Character Growth"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"vector": "Do-er",
|
|
2724
|
+
"kind": "character_dynamic",
|
|
2725
|
+
"short_definition": "The Main Character prefers to solve problems by taking action.",
|
|
2726
|
+
"dynamic": "Main Character Approach"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"vector": "Be-er",
|
|
2730
|
+
"kind": "character_dynamic",
|
|
2731
|
+
"short_definition": "The Main Character prefers to solve problems by adjusting internally.",
|
|
2732
|
+
"dynamic": "Main Character Approach"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"vector": "Linear",
|
|
2736
|
+
"kind": "story_dynamic",
|
|
2737
|
+
"short_definition": "Problems are addressed through cause-and-effect logic.",
|
|
2738
|
+
"dynamic": "Problem-Solving Style"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"vector": "Holistic",
|
|
2742
|
+
"kind": "story_dynamic",
|
|
2743
|
+
"short_definition": "Problems are addressed by balancing relationships and context.",
|
|
2744
|
+
"dynamic": "Problem-Solving Style"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"vector": "Options",
|
|
2748
|
+
"kind": "story_dynamic",
|
|
2749
|
+
"short_definition": "A story limited by the number of options available.",
|
|
2750
|
+
"dynamic": "Story Limit"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"vector": "Time",
|
|
2754
|
+
"kind": "story_dynamic",
|
|
2755
|
+
"short_definition": "A story limited by a fixed amount of time.",
|
|
2756
|
+
"dynamic": "Story Limit"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"vector": "Action",
|
|
2760
|
+
"kind": "plot_dynamic",
|
|
2761
|
+
"short_definition": "Actions force the decisions in the story.",
|
|
2762
|
+
"dynamic": "Story Driver"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"vector": "Decision",
|
|
2766
|
+
"kind": "plot_dynamic",
|
|
2767
|
+
"short_definition": "Decisions force the actions in the story.",
|
|
2768
|
+
"dynamic": "Story Driver"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"vector": "Success",
|
|
2772
|
+
"kind": "conclusion_dynamic",
|
|
2773
|
+
"short_definition": "The Story Goal is achieved.",
|
|
2774
|
+
"dynamic": "Story Outcome"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"vector": "Failure",
|
|
2778
|
+
"kind": "conclusion_dynamic",
|
|
2779
|
+
"short_definition": "The Story Goal is not achieved.",
|
|
2780
|
+
"dynamic": "Story Outcome"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"vector": "Good",
|
|
2784
|
+
"kind": "conclusion_dynamic",
|
|
2785
|
+
"short_definition": "The Main Character resolves their personal baggage.",
|
|
2786
|
+
"dynamic": "Story Judgment"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"vector": "Bad",
|
|
2790
|
+
"kind": "conclusion_dynamic",
|
|
2791
|
+
"short_definition": "The Main Character fails to resolve their personal baggage.",
|
|
2792
|
+
"dynamic": "Story Judgment"
|
|
2793
|
+
}
|
|
2794
|
+
]
|
|
2795
|
+
}
|
|
2796
|
+
],
|
|
2797
|
+
"legacy_terms": [
|
|
2798
|
+
{
|
|
2799
|
+
"previous": "Relinquished / Released",
|
|
2800
|
+
"dramatica": "Change"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"previous": "Maintained / Sustained",
|
|
2804
|
+
"dramatica": "Steadfast"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"previous": "Dopamine",
|
|
2808
|
+
"dramatica": "Linear"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"previous": "Serotonin",
|
|
2812
|
+
"dramatica": "Holistic"
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"previous": "Narrative Alignment",
|
|
2816
|
+
"dramatica": "Problem-Solving Style"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"previous": "Narrative Fabric",
|
|
2820
|
+
"dramatica": "Story Limit"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"previous": "Spacetime",
|
|
2824
|
+
"dramatica": "Options"
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"previous": "Timespace",
|
|
2828
|
+
"dramatica": "Time"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"previous": "Form",
|
|
2832
|
+
"dramatica": "Domain"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"previous": "Field",
|
|
2836
|
+
"dramatica": "Concern"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"previous": "Facet",
|
|
2840
|
+
"dramatica": "Issue"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"previous": "Force",
|
|
2844
|
+
"dramatica": "Problem / Solution / Symptom / Response"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"previous": "Condition",
|
|
2848
|
+
"dramatica": "Problem"
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"previous": "Adjustment",
|
|
2852
|
+
"dramatica": "Solution"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"previous": "Focus",
|
|
2856
|
+
"dramatica": "Symptom"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"previous": "Direction",
|
|
2860
|
+
"dramatica": "Response"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"previous": "Free",
|
|
2864
|
+
"dramatica": "Uncontrolled"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"previous": "Transit",
|
|
2868
|
+
"dramatica": "Signpost"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"previous": "External Framing",
|
|
2872
|
+
"dramatica": "Universe"
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"previous": "External Processing",
|
|
2876
|
+
"dramatica": "Physics"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"previous": "Internal Processing",
|
|
2880
|
+
"dramatica": "Psychology"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"previous": "Internal Framing",
|
|
2884
|
+
"dramatica": "Mind"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"previous": "Story Intention",
|
|
2888
|
+
"dramatica": "Story Goal"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"previous": "Story Overwhelm",
|
|
2892
|
+
"dramatica": "Story Consequence"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"previous": "Story Excitement",
|
|
2896
|
+
"dramatica": "Story Dividends"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"previous": "Story Pressure",
|
|
2900
|
+
"dramatica": "Story Costs"
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"previous": "Story Ennui",
|
|
2904
|
+
"dramatica": "Story Forewarnings"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"previous": "Story Habituations",
|
|
2908
|
+
"dramatica": "Story Requirements"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"previous": "Story Internalizations",
|
|
2912
|
+
"dramatica": "Story Prerequisites"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"previous": "Story Socializations",
|
|
2916
|
+
"dramatica": "Story Preconditions"
|
|
2917
|
+
}
|
|
2918
|
+
]
|
|
2919
|
+
}
|