forked from Mojave-Sun/mojave-sun-13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
exodrone.json
73 lines (73 loc) · 1.92 KB
/
exodrone.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
{
"probe_names": [
"Voyager",
"Luna",
"Cassini",
"Galileo",
"Mariner",
"Sojourner",
"Pioneer",
"Rosetta",
"Juno",
"Stardust",
"Vega",
"Venera"
],
"trading_station_names": [
"Big Bill's used cars",
"Jims Space Emporium",
"The Galactic Market",
"Turners Ship & Trade",
"Rocketing Deals",
"Cornerstore at the End of the Universe",
"Crazy Redd's Crazy Deals"
],
"planet_types": [
{
"name": "barren planet",
"description": "A barren planet with very thin atmosphere. Nothing but rocks.",
"habitable": false,
"civilized": false,
"tech": false
},
{
"name": "jungle world",
"description": "A planet covered in thick jungle. You detect numerous fauna and flora readings.",
"habitable": true,
"civilized": false,
"tech": false
},
{
"name": "robot moon",
"description": "A tiny rock covered with factories and automatons who seem to ignore your presence for the most part.",
"habitable": true,
"civilized": true,
"tech": true
}
],
"alien_fauna": [
"xenomorph hunter",
"basilisk",
"very angry cow",
"unknown beast"
],
"fluff_generic": [
"You find nothing interesting.",
"This place is emptier than assisstant's credit account.",
"You find a huge pile of boredom."
],
"fluff_space": [
"You detect stardrive activation readings nearby. By time time you arrive at the spot there's nothing there but space dust.",
"You pass by a small field of space debris. Nothing but useless junk."
],
"fluff_trading": [
"You encounter a maintenance drone busy at work. It ignores you completely.",
"You pass by security patrol. They give you suspicious stares.",
"You pass by a drunked local. Good thing smell is not conducted through the drone feed."
],
"fluff_ruins": [
"You encounter a broken statue. You can't tell what was it's original shape.",
"You have to backtrack from a collapsed passage.",
"You pass through a corridor full of cracked tiles."
]
}