File size: 17,867 Bytes
ed6bec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
[
  {
    "id": "context.emotion.atmosphere.calm",
    "glyph": "๐Ÿƒ๐Ÿ˜Œ",
    "category": "emotion_context",
    "primary": "calm atmosphere",
    "synomic": [
      "peaceful",
      "soothing",
      "gentle tone",
      "emotionally quiet"
    ],
    "roles": ["context", "emotion"],
    "animation": "calm_drift",
    "examples": [
      { "glyphs": "A๐Ÿƒ๐Ÿ˜Œ", "text": "A occurs in a calm, peaceful emotional environment." }
    ]
  },
  {
    "id": "context.emotion.atmosphere.tense",
    "glyph": "โšก๐Ÿ˜ฌ",
    "category": "emotion_context",
    "primary": "tense atmosphere",
    "synomic": [
      "tight",
      "high pressure",
      "uneasy",
      "emotionally charged"
    ],
    "roles": ["context", "emotion"],
    "animation": "tension_vibrate",
    "examples": [
      { "glyphs": "Aโšก๐Ÿ˜ฌ", "text": "A occurs in a tense or pressured emotional environment." }
    ]
  },
  {
    "id": "context.emotion.atmosphere.joyful",
    "glyph": "โœจ๐Ÿ˜Š",
    "category": "emotion_context",
    "primary": "joyful atmosphere",
    "synomic": [
      "uplifting",
      "positive tone",
      "lighthearted",
      "emotionally bright"
    ],
    "roles": ["context", "emotion"],
    "animation": "joy_spark",
    "examples": [
      { "glyphs": "Aโœจ๐Ÿ˜Š", "text": "A occurs in a joyful, uplifting environment." }
    ]
  },
  {
    "id": "context.emotion.atmosphere.somber",
    "glyph": "๐ŸŒซ๏ธ๐Ÿ˜”",
    "category": "emotion_context",
    "primary": "somber atmosphere",
    "synomic": [
      "heavy",
      "melancholic",
      "quiet sadness",
      "emotionally muted"
    ],
    "roles": ["context", "emotion"],
    "animation": "somber_fade",
    "examples": [
      { "glyphs": "A๐ŸŒซ๏ธ๐Ÿ˜”", "text": "A occurs in a somber or melancholic environment." }
    ]
  },
  {
    "id": "context.emotion.atmosphere.ominous",
    "glyph": "๐ŸŒ‘โš ๏ธ",
    "category": "emotion_context",
    "primary": "ominous atmosphere",
    "synomic": [
      "foreboding",
      "threatening tone",
      "dark mood",
      "emotional danger"
    ],
    "roles": ["context", "emotion"],
    "animation": "ominous_shadow",
    "examples": [
      { "glyphs": "A๐ŸŒ‘โš ๏ธ", "text": "A occurs in an ominous or threatening emotional environment." }
    ]
  },
  {
    "id": "context.emotion.atmosphere.neutral",
    "glyph": "โšช๐Ÿ˜",
    "category": "emotion_context",
    "primary": "neutral atmosphere",
    "synomic": [
      "emotionally flat",
      "unbiased tone",
      "no strong emotion",
      "steady environment"
    ],
    "roles": ["context", "emotion"],
    "animation": "neutral_still",
    "examples": [
      { "glyphs": "Aโšช๐Ÿ˜", "text": "A occurs in an emotionally neutral environment." }
    ]
  },
  {
    "id": "context.emotion.field.warm",
    "glyph": "๐Ÿ”ฅ๐Ÿ˜Š",
    "category": "emotion_context",
    "primary": "warm emotional field",
    "synomic": [
      "comforting",
      "inviting",
      "emotionally open",
      "soft warmth"
    ],
    "roles": ["context", "emotion"],
    "animation": "warm_field_glow",
    "examples": [
      { "glyphs": "A๐Ÿ”ฅ๐Ÿ˜Š", "text": "A occurs in a warm, emotionally inviting environment." }
    ]
  },
  {
    "id": "context.emotion.field.cold",
    "glyph": "โ„๏ธ๐Ÿ˜",
    "category": "emotion_context",
    "primary": "cold emotional field",
    "synomic": [
      "distant",
      "unwelcoming",
      "emotionally muted",
      "detached tone"
    ],
    "roles": ["context", "emotion"],
    "animation": "cold_field_fade",
    "examples": [
      { "glyphs": "Aโ„๏ธ๐Ÿ˜", "text": "A occurs in a cold or emotionally distant environment." }
    ]
  },
  {
    "id": "context.emotion.field.supportive",
    "glyph": "๐Ÿคฒ๐Ÿ’›",
    "category": "emotion_context",
    "primary": "supportive atmosphere",
    "synomic": [
      "encouraging",
      "uplifting",
      "emotionally safe",
      "nurturing tone"
    ],
    "roles": ["context", "emotion"],
    "animation": "supportive_glow",
    "examples": [
      { "glyphs": "A๐Ÿคฒ๐Ÿ’›", "text": "A occurs in a supportive emotional environment." }
    ]
  },
  {
    "id": "context.emotion.field.hostile",
    "glyph": "๐Ÿ’ข๐ŸŒซ๏ธ",
    "category": "emotion_context",
    "primary": "hostile atmosphere",
    "synomic": [
      "aggressive tone",
      "emotionally unsafe",
      "sharp mood",
      "conflict-charged"
    ],
    "roles": ["context", "emotion"],
    "animation": "hostile_flash",
    "examples": [
      { "glyphs": "A๐Ÿ’ข๐ŸŒซ๏ธ", "text": "A occurs in a hostile emotional environment." }
    ]
  },
  {
    "id": "context.emotion.field.hopeful",
    "glyph": "๐ŸŒ…โœจ",
    "category": "emotion_context",
    "primary": "hopeful atmosphere",
    "synomic": [
      "uplifted expectation",
      "positive anticipation",
      "emotional brightness",
      "renewal tone"
    ],
    "roles": ["context", "emotion"],
    "animation": "hope_rise",
    "examples": [
      { "glyphs": "A๐ŸŒ…โœจ", "text": "A occurs in a hopeful, forward-looking environment." }
    ]
  },
  {
    "id": "context.emotion.field.heavy",
    "glyph": "๐ŸŒง๏ธ๐Ÿ˜ž",
    "category": "emotion_context",
    "primary": "heavy emotional field",
    "synomic": [
      "weighed down",
      "emotionally dense",
      "burdened tone",
      "somber heaviness"
    ],
    "roles": ["context", "emotion"],
    "animation": "heavy_drift",
    "examples": [
      { "glyphs": "A๐ŸŒง๏ธ๐Ÿ˜ž", "text": "A occurs in a heavy, emotionally burdened environment." }
    ]
  },
  {
    "id": "context.emotion.field.excited",
    "glyph": "โšก๐Ÿ˜„",
    "category": "emotion_context",
    "primary": "excited atmosphere",
    "synomic": [
      "energetic",
      "charged with anticipation",
      "emotionally lively",
      "high vibration"
    ],
    "roles": ["context", "emotion"],
    "animation": "excite_pulse",
    "examples": [
      { "glyphs": "Aโšก๐Ÿ˜„", "text": "A occurs in an excited, high-energy environment." }
    ]
  },
  {
    "id": "context.emotion.field.unsettling",
    "glyph": "๐ŸŒ€๐Ÿ˜จ",
    "category": "emotion_context",
    "primary": "unsettling atmosphere",
    "synomic": [
      "uneasy",
      "emotionally unstable",
      "disturbing tone",
      "subtle fear"
    ],
    "roles": ["context", "emotion"],
    "animation": "unsettle_wave",
    "examples": [
      { "glyphs": "A๐ŸŒ€๐Ÿ˜จ", "text": "A occurs in an unsettling or uneasy environment." }
    ]
  },
  {
    "id": "context.emotion.collective.unified",
    "glyph": "๐Ÿค๐Ÿ’›",
    "category": "emotion_context",
    "primary": "unified mood",
    "synomic": [
      "togetherness",
      "shared harmony",
      "collective alignment",
      "group cohesion"
    ],
    "roles": ["context", "emotion"],
    "animation": "unity_pulse",
    "examples": [
      { "glyphs": "A๐Ÿค๐Ÿ’›", "text": "A occurs in a unified, harmonious group mood." }
    ]
  },
  {
    "id": "context.emotion.collective.divided",
    "glyph": "โ†”๏ธ๐Ÿ’ข",
    "category": "emotion_context",
    "primary": "divided mood",
    "synomic": [
      "split emotions",
      "conflicting group feelings",
      "polarized atmosphere",
      "emotional fragmentation"
    ],
    "roles": ["context", "emotion"],
    "animation": "divide_flash",
    "examples": [
      { "glyphs": "Aโ†”๏ธ๐Ÿ’ข", "text": "A occurs in a divided or polarized emotional environment." }
    ]
  },
  {
    "id": "context.emotion.collective.celebratory",
    "glyph": "๐ŸŽ‰๐Ÿ˜„",
    "category": "emotion_context",
    "primary": "celebratory mood",
    "synomic": [
      "festive",
      "collective joy",
      "shared excitement",
      "group uplift"
    ],
    "roles": ["context", "emotion"],
    "animation": "celebrate_spark",
    "examples": [
      { "glyphs": "A๐ŸŽ‰๐Ÿ˜„", "text": "A occurs in a celebratory group atmosphere." }
    ]
  },
  {
    "id": "context.emotion.collective.anxious",
    "glyph": "๐Ÿ˜ฐ๐ŸŒ€",
    "category": "emotion_context",
    "primary": "collective anxiety",
    "synomic": [
      "shared worry",
      "group tension",
      "collective unease",
      "ambient fear"
    ],
    "roles": ["context", "emotion"],
    "animation": "anxiety_wave",
    "examples": [
      { "glyphs": "A๐Ÿ˜ฐ๐ŸŒ€", "text": "A occurs in a collectively anxious environment." }
    ]
  },
  {
    "id": "context.emotion.collective.mournful",
    "glyph": "๐Ÿ•ฏ๏ธ๐Ÿ˜ข",
    "category": "emotion_context",
    "primary": "mournful atmosphere",
    "synomic": [
      "shared grief",
      "collective sadness",
      "somber unity",
      "group mourning"
    ],
    "roles": ["context", "emotion"],
    "animation": "mourn_flicker",
    "examples": [
      { "glyphs": "A๐Ÿ•ฏ๏ธ๐Ÿ˜ข", "text": "A occurs in a mournful, grieving group mood." }
    ]
  },
  {
    "id": "context.emotion.collective.anticipatory",
    "glyph": "โณ๐Ÿ˜ฏ",
    "category": "emotion_context",
    "primary": "anticipatory mood",
    "synomic": [
      "shared expectation",
      "collective waiting",
      "group suspense",
      "charged anticipation"
    ],
    "roles": ["context", "emotion"],
    "animation": "anticipation_pulse",
    "examples": [
      { "glyphs": "Aโณ๐Ÿ˜ฏ", "text": "A occurs in a group atmosphere of anticipation." }
    ]
  },
  {
    "id": "context.emotion.collective.confused",
    "glyph": "โ“๐Ÿ˜•",
    "category": "emotion_context",
    "primary": "collective confusion",
    "synomic": [
      "shared uncertainty",
      "group disorientation",
      "mixed signals",
      "emotional ambiguity"
    ],
    "roles": ["context", "emotion"],
    "animation": "confusion_swirl",
    "examples": [
      { "glyphs": "Aโ“๐Ÿ˜•", "text": "A occurs in a collectively confused environment." }
    ]
  },
  {
    "id": "context.emotion.collective.resolute",
    "glyph": "๐Ÿ’ช๐Ÿ”ฅ",
    "category": "emotion_context",
    "primary": "resolute group mood",
    "synomic": [
      "determined",
      "collective resolve",
      "shared purpose",
      "unified strength"
    ],
    "roles": ["context", "emotion"],
    "animation": "resolve_burn",
    "examples": [
      { "glyphs": "A๐Ÿ’ช๐Ÿ”ฅ", "text": "A occurs in a resolute, determined group atmosphere." }
    ]
  },
  {
    "id": "context.emotion.symbolic.rebirth",
    "glyph": "๐ŸŒ…๐Ÿ•Š๏ธ",
    "category": "emotion_context",
    "primary": "rebirth atmosphere",
    "synomic": [
      "renewal tone",
      "fresh emotional beginning",
      "emergence from darkness",
      "hopeful transformation"
    ],
    "roles": ["context", "emotion"],
    "animation": "rebirth_glow",
    "examples": [
      { "glyphs": "A๐ŸŒ…๐Ÿ•Š๏ธ", "text": "A occurs in an atmosphere of emotional rebirth." }
    ]
  },
  {
    "id": "context.emotion.symbolic.fate",
    "glyph": "๐Ÿงฟโœจ",
    "category": "emotion_context",
    "primary": "fateful atmosphere",
    "synomic": [
      "destined feeling",
      "inevitable tone",
      "emotionally charged significance",
      "moment of destiny"
    ],
    "roles": ["context", "emotion"],
    "animation": "fate_pulse",
    "examples": [
      { "glyphs": "A๐Ÿงฟโœจ", "text": "A occurs in a fateful or destined emotional environment." }
    ]
  },
  {
    "id": "context.emotion.symbolic.shadow",
    "glyph": "๐ŸŒ‘๐Ÿซฅ",
    "category": "emotion_context",
    "primary": "shadow atmosphere",
    "synomic": [
      "hidden emotions",
      "unspoken tension",
      "emotional obscurity",
      "suppressed truth"
    ],
    "roles": ["context", "emotion"],
    "animation": "shadow_fade",
    "examples": [
      { "glyphs": "A๐ŸŒ‘๐Ÿซฅ", "text": "A occurs in a shadowed emotional environment." }
    ]
  },
  {
    "id": "context.emotion.archetype.heroic",
    "glyph": "๐Ÿ”ฅ๐Ÿ›ก๏ธ",
    "category": "emotion_context",
    "primary": "heroic emotional field",
    "synomic": [
      "courageous tone",
      "rising strength",
      "emotional bravery",
      "noble resolve"
    ],
    "roles": ["context", "emotion"],
    "animation": "heroic_flare",
    "examples": [
      { "glyphs": "A๐Ÿ”ฅ๐Ÿ›ก๏ธ", "text": "A occurs in a heroic emotional atmosphere." }
    ]
  },
  {
    "id": "context.emotion.archetype.tragic",
    "glyph": "๐ŸŽญ๐Ÿ’”",
    "category": "emotion_context",
    "primary": "tragic emotional field",
    "synomic": [
      "inevitable sorrow",
      "emotional downfall",
      "heavy narrative sadness",
      "fated grief"
    ],
    "roles": ["context", "emotion"],
    "animation": "tragic_fall",
    "examples": [
      { "glyphs": "A๐ŸŽญ๐Ÿ’”", "text": "A occurs in a tragic emotional environment." }
    ]
  },
  {
    "id": "context.emotion.archetype.mystic",
    "glyph": "๐Ÿ”ฎ๐ŸŒซ๏ธ",
    "category": "emotion_context",
    "primary": "mystic emotional field",
    "synomic": [
      "otherworldly tone",
      "enigmatic emotion",
      "spiritual atmosphere",
      "mysterious affect"
    ],
    "roles": ["context", "emotion"],
    "animation": "mystic_glow",
    "examples": [
      { "glyphs": "A๐Ÿ”ฎ๐ŸŒซ๏ธ", "text": "A occurs in a mystic or spiritually charged emotional environment." }
    ]
  },
  {
    "id": "context.emotion.mythic.creation",
    "glyph": "๐ŸŒŒโœจ",
    "category": "emotion_context",
    "primary": "creation emotional field",
    "synomic": [
      "beginning energy",
      "emotional genesis",
      "first spark feeling",
      "origin atmosphere"
    ],
    "roles": ["context", "emotion"],
    "animation": "creation_spark",
    "examples": [
      { "glyphs": "A๐ŸŒŒโœจ", "text": "A occurs in an emotional field of creation or genesis." }
    ]
  },
  {
    "id": "context.emotion.mythic.destruction",
    "glyph": "๐Ÿ”ฅ๐ŸŒ‘",
    "category": "emotion_context",
    "primary": "destruction emotional field",
    "synomic": [
      "ending tone",
      "emotional collapse",
      "dissolution atmosphere",
      "finality"
    ],
    "roles": ["context", "emotion"],
    "animation": "destruction_fade",
    "examples": [
      { "glyphs": "A๐Ÿ”ฅ๐ŸŒ‘", "text": "A occurs in an emotional field of destruction or dissolution." }
    ]
  },
  {
    "id": "context.emotion.mythic.cycle",
    "glyph": "๐Ÿ”„๐ŸŒ•๐ŸŒ‘",
    "category": "emotion_context",
    "primary": "cyclical emotional field",
    "synomic": [
      "recurring emotional pattern",
      "rise and fall tone",
      "looped affect",
      "emotional recurrence"
    ],
    "roles": ["context", "emotion"],
    "animation": "cycle_spin",
    "examples": [
      { "glyphs": "A๐Ÿ”„๐ŸŒ•๐ŸŒ‘", "text": "A occurs within a cyclical emotional atmosphere." }
    ]
  },
  {
    "id": "context.emotion.meta.stillness",
    "glyph": "๐Ÿ•Š๏ธ๐ŸŒซ๏ธ",
    "category": "emotion_context",
    "primary": "emotional stillness",
    "synomic": [
      "quiet mind-field",
      "emotionless calm",
      "zero-disturbance state",
      "deep inner silence"
    ],
    "roles": ["context", "emotion"],
    "animation": "stillness_fade",
    "examples": [
      { "glyphs": "A๐Ÿ•Š๏ธ๐ŸŒซ๏ธ", "text": "A occurs in a field of emotional stillness." }
    ]
  },
  {
    "id": "context.emotion.meta.void",
    "glyph": "0๏ธโƒฃ๐ŸŒ‘",
    "category": "emotion_context",
    "primary": "emotional void",
    "synomic": [
      "absence of affect",
      "null emotional field",
      "emptiness",
      "pre-emotion state"
    ],
    "roles": ["context", "emotion"],
    "animation": "void_drift",
    "examples": [
      { "glyphs": "A0๏ธโƒฃ๐ŸŒ‘", "text": "A occurs in an emotional void or null field." }
    ]
  },
  {
    "id": "context.emotion.existential.meaningful",
    "glyph": "โœจ๐Ÿงฟ",
    "category": "emotion_context",
    "primary": "meaningful atmosphere",
    "synomic": [
      "emotionally significant",
      "purpose-charged",
      "deep resonance",
      "felt importance"
    ],
    "roles": ["context", "emotion"],
    "animation": "meaning_glow",
    "examples": [
      { "glyphs": "Aโœจ๐Ÿงฟ", "text": "A occurs in a field of emotional meaning." }
    ]
  },
  {
    "id": "context.emotion.existential.empty",
    "glyph": "๐ŸŒซ๏ธ๐Ÿ•ณ๏ธ",
    "category": "emotion_context",
    "primary": "existential emptiness",
    "synomic": [
      "hollow tone",
      "lack of emotional grounding",
      "disconnected field",
      "meaning-drained atmosphere"
    ],
    "roles": ["context", "emotion"],
    "animation": "emptiness_fade",
    "examples": [
      { "glyphs": "A๐ŸŒซ๏ธ๐Ÿ•ณ๏ธ", "text": "A occurs in an atmosphere of existential emptiness." }
    ]
  },
  {
    "id": "context.emotion.ultimate.unity",
    "glyph": "1๏ธโƒฃ๐Ÿ’ซ",
    "category": "emotion_context",
    "primary": "emotional unity",
    "synomic": [
      "oneness of feeling",
      "harmonic emotional field",
      "complete integration",
      "all-emotions-as-one"
    ],
    "roles": ["context", "emotion"],
    "animation": "unity_glow",
    "examples": [
      { "glyphs": "A1๏ธโƒฃ๐Ÿ’ซ", "text": "A occurs in a unified emotional field." }
    ]
  },
  {
    "id": "context.emotion.ultimate.dual_balance",
    "glyph": "โ˜ฏ๏ธ๐Ÿ’ž",
    "category": "emotion_context",
    "primary": "balanced emotional duality",
    "synomic": [
      "harmonized opposites",
      "emotional equilibrium",
      "paired affect in balance",
      "dynamic emotional symmetry"
    ],
    "roles": ["context", "emotion"],
    "animation": "dual_balance_pulse",
    "examples": [
      { "glyphs": "Aโ˜ฏ๏ธ๐Ÿ’ž", "text": "A occurs in a field of balanced emotional duality." }
    ]
  },
  {
    "id": "context.emotion.ultimate.transcendent",
    "glyph": "๐ŸŒŸโ™พ๏ธ",
    "category": "emotion_context",
    "primary": "transcendent emotional field",
    "synomic": [
      "beyond emotion",
      "elevated affect",
      "infinite emotional clarity",
      "meta-emotional state"
    ],
    "roles": ["context", "emotion"],
    "animation": "transcendence_glow",
    "examples": [
      { "glyphs": "A๐ŸŒŸโ™พ๏ธ", "text": "A occurs in a transcendent emotional environment." }
    ]
  }
]