-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrivia.json
More file actions
172 lines (172 loc) · 5.04 KB
/
trivia.json
File metadata and controls
172 lines (172 loc) · 5.04 KB
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
[
{
"question": "Which ghost is most likely to attack when its target is alone?",
"options": ["Spirit", "Demon", "Banshee"],
"answer": "Banshee"
},
{
"question": "What tool detects fingerprints?",
"options": ["UV Light", "EMF Reader", "Ghost Writing Book"],
"answer": "UV Light"
},
{
"question": "Which ghost can manipulate multiple objects at once?",
"options": ["Poltergeist", "Shade", "Yurei"],
"answer": "Poltergeist"
},
{
"question": "What is unique about the Wraith and salt?",
"options": [
"It leaves more footprints",
"It never leaves footprints in salt",
"It destroys salt instantly"
],
"answer": "It never leaves footprints in salt"
},
{
"question": "Which ghost becomes faster near active electronics?",
"options": ["Raiju", "Mare", "Revenant"],
"answer": "Raiju"
},
{
"question": "At what sanity level can a Demon start hunting?",
"options": ["50%", "70%", "100%"],
"answer": "70%"
},
{
"question": "Which evidence is detected using the D.O.T.S Projector?",
"options": ["D.O.T.S Projector", "Ghost Orb", "EMF Level 5"],
"answer": "D.O.T.S Projector"
},
{
"question": "What helps prevent ghost hunts?",
"options": ["Crucifix", "Flashlight", "Thermometer"],
"answer": "Crucifix"
},
{
"question": "Which ghost drains sanity quickly when players are nearby?",
"options": ["Phantom", "Yurei", "Oni"],
"answer": "Yurei"
},
{
"question": "What is unique about Obake fingerprints?",
"options": [
"They glow blue",
"They can have 6 fingers",
"They last forever"
],
"answer": "They can have 6 fingers"
},
{
"question": "Which ghost always shows Ghost Orbs as false evidence?",
"options": ["The Mimic", "Phantom", "Wraith"],
"answer": "The Mimic"
},
{
"question": "Which ghost can hunt at 80% sanity when players are talking nearby?",
"options": ["Yokai", "Shade", "Oni"],
"answer": "Yokai"
},
{
"question": "What is essential for detecting the Wraith's presence?",
"options": ["Salt", "Thermometer", "Motion Sensor"],
"answer": "Salt"
},
{
"question": "Which ghost becomes more aggressive in darkness?",
"options": ["Mare", "Poltergeist", "Banshee"],
"answer": "Mare"
},
{
"question": "Which ghost tends to roam very little from its favorite room?",
"options": ["Goryo", "Myling", "Wraith"],
"answer": "Goryo"
},
{
"question": "Which ghost makes very quiet footsteps during hunts?",
"options": ["Myling", "Revenant", "Demon"],
"answer": "Myling"
},
{
"question": "What unique trait does a Goryo exhibit with D.O.T.S?",
"options": [
"Only visible through camera when alone",
"Appears brighter",
"Moves faster"
],
"answer": "Only visible through camera when alone"
},
{
"question": "Which ghost's hunt speed increases when chasing a visible player?",
"options": ["Revenant", "Hantu", "Banshee"],
"answer": "Revenant"
},
{
"question": "What new equipment was added in the Chronicle update?",
"options": ["Sound Recorder", "Spirit Box", "EMF Reader"],
"answer": "Sound Recorder"
},
{
"question": "What were Smudge Sticks renamed to?",
"options": ["Incense", "Sage Burner", "Smoke Sticks"],
"answer": "Incense"
},
{
"question": "Which ghost moves faster in colder temperatures?",
"options": ["Hantu", "Jinn", "Raiju"],
"answer": "Hantu"
},
{
"question": "The Deogen always knows where players are. What is its weakness?",
"options": [
"Moves very slowly when close to players",
"Cannot hunt in light",
"Weak to crucifix"
],
"answer": "Moves very slowly when close to players"
},
{
"question": "Which ghost ages and becomes weaker over time?",
"options": ["Thaye", "Spirit", "Shade"],
"answer": "Thaye"
},
{
"question": "What does Sanity Medication restore?",
"options": ["40% sanity", "100% sanity", "25% sanity"],
"answer": "40% sanity"
},
{
"question": "Which ghost curses players who get Spirit Box responses?",
"options": ["Moroi", "Deogen", "Spirit"],
"answer": "Moroi"
},
{
"question": "What happens to the Onryo when a flame is extinguished nearby?",
"options": [
"Increased hunt chance",
"It becomes invisible",
"It teleports"
],
"answer": "Increased hunt chance"
},
{
"question": "Which ghost can interact in two places at once?",
"options": ["The Twins", "The Mimic", "Poltergeist"],
"answer": "The Twins"
},
{
"question": "What sound does the Banshee make on the Parabolic Microphone?",
"options": ["A unique shriek", "Laughing", "Footsteps"],
"answer": "A unique shriek"
},
{
"question": "How long does Incense stop a Spirit from hunting?",
"options": ["180 seconds", "90 seconds", "60 seconds"],
"answer": "180 seconds"
},
{
"question": "Which ghost cannot use its ability when the fuse box is off?",
"options": ["Jinn", "Mare", "Shade"],
"answer": "Jinn"
}
]