-
Notifications
You must be signed in to change notification settings - Fork 0
/
fortunes.json
158 lines (158 loc) · 3.45 KB
/
fortunes.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
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
{
"categories": [
{
"id": "heart",
"label": "Matters of the Heart"
},
{
"id": "fortune",
"label": "Fortune & Fame"
},
{
"id": "health",
"label": "Health & Wellbeing"
},
{
"id": "wave",
"label": "Fate Washes Over You"
},
{
"id": "self",
"label": "Fate is What You Make"
}
],
"questions": {
"abstract": {
"nextNo": "fate",
"nextYes": "heart",
"text": "Is there love in this story?",
"version": 1
},
"concrete": {
"nextNo": "health",
"nextYes": "fortune",
"text": "Can you go without it?",
"version": 1
},
"fate": {
"nextNo": "self",
"nextYes": "wave",
"text": "Does the wind carry the tune?",
"version": 1
},
"first": {
"nextNo": "abstract",
"nextYes": "concrete",
"text": "Thinking about something rational?",
"version": 1
}
},
"fortunes": {
"2": {
"category": "fortune",
"text": "Yes, you can totally get rich, if you want."
},
"3": {
"category": "health",
"text": "You will get the butt pats you deserve."
},
"4": {
"category": "health",
"text": "This time, it'll be about your reliability."
},
"5": {
"category": "heart",
"text": "Listen, when you're told that you're cared about."
},
"6": {
"category": "self",
"text": "You're about to notice what you're actually hunting."
},
"7": {
"category": "health",
"text": "Taking care of yourself will indeed help."
},
"8": {
"category": "heart",
"text": "Turns out they all like you after all."
},
"9": {
"category": "wave",
"text": "The wildness of chaos will call you."
},
"10": {
"category": "fortune",
"text": "Money will pursue you."
},
"11": {
"category": "wave",
"text": "You're full of nonsense."
},
"12": {
"category": "heart",
"text": "A fresh force of life will soon cross your path."
},
"13": {
"category": "health",
"text": "That present you're giving yourself will arrive soon."
},
"14": {
"category": "wave",
"text": "Well, it's time to embrace a new narrative."
},
"15": {
"category": "fortune",
"text": "Great, you set yourself up to get that thing you love."
},
"16": {
"category": "self",
"text": "You're about to finally find time to finish that one thing."
},
"17": {
"category": "heart",
"text": "It's not your job to fix people!"
},
"19": {
"category": "heart",
"text": "Love yourself hard. Please."
},
"20": {
"category": "health",
"text": "Your awareness of time is a gift."
},
"21": {
"category": "fortune",
"text": "Yes, you can tap into your magic."
},
"22": {
"category": "fortune",
"text": "A pleasant surprise is waiting... pounce."
},
"23": {
"category": "self",
"text": "Make a wish, you're about to make a decision!"
},
"24": {
"category": "heart",
"text": "Their version will end up in your head. Sorry."
},
"25": {
"category": "fortune",
"text": "Maybe it doesn't matter enough to worry about."
},
"26": {
"category": "wave",
"text": "Ok then, your wish is granted."
},
"1001": {
"text": "You could give into sadness, but you're more interesting than that."
},
"1002": {
"text": "You'll soon realize you're more capable than you can admit."
},
"-M4N89n59IZIJ6JwbDz0": {
"text": "The beliefs closing your mind will soon give way to wonder."
}
},
"interactions": {}
}