forked from YukariMindGap/Nechronica_Redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnec_dreams.json
38 lines (38 loc) · 1.22 KB
/
nec_dreams.json
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
[
{
"type": "dream",
"messages": [
"In your dream, your body got cut, but you didn't consider it a problem.",
"You had a dream where something was wriggling inside your body."
],
"category": "MUTCAT_NECROMANCY",
"strength": 1
},
{
"type": "dream",
"messages": [
"In your dream, you were reconnecting your dismembered arms.",
"A big hole opened in your face as you looked in the mirror ... .... Ah, it was just a dream."
],
"category": "MUTCAT_NECROMANCY",
"strength": 2
},
{
"type": "dream",
"messages": [
"You had such a strange and crisp dream, that you were embracing your own head.",
"You had a terrifying dream where someone was doing a transplant on something not human."
],
"category": "MUTCAT_NECROMANCY",
"strength": 3
},
{
"type": "dream",
"messages": [
"In your dream, you were spoken to by an unknown person who is right next to you. When you turn you notice their head is connected to your body.",
"I woke up from a dream where I was packing my own torn-out intenstines back into my body. Maybe I should stop packing weird things into myself."
],
"category": "MUTCAT_NECROMANCY",
"strength": 4
}
]