-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsb_inspection.config
47 lines (44 loc) · 966 Bytes
/
sb_inspection.config
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
{
"prefixes": {
"glitch": "Analytical. "
},
"nouns": {
"male": {
"guy",
"himself",
"he",
"his"
},
"female": {
"gal",
"herself",
"she",
"her"
},
"other": {
"person",
"theirself",
"them",
"their"
}
},
"noDesc": {
"player": "This %s seems to have nothing to say for %s.",
"item": "I'm not sure what that is",
"npc": "Some funny-looking person.",
"monster": "It's obvious what that is.",
"vehicle": "Some vehicle."
},
"nothingThereText": {
"human": {
"Nothing of interest here.",
"Nothing to see here.",
"Nope, didn't find anything.",
"Oh. My. God! It's a... wait... nope sorry, nothing.",
"My god, it's full of nothing.",
"If at first you don't succeed keep looking at the nothing.",
"You try hard to make something out there, but fail.",
"Nada, nothing, zilch, zip."
}
}
}