-
-
Notifications
You must be signed in to change notification settings - Fork 258
/
Copy pathgalactica.json
48 lines (47 loc) · 1.68 KB
/
galactica.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
{
"map_name": "NSV Galactica",
"map_link": "galactica",
"map_path": "map_files/Galactica",
"map_file": [
"Galactica2.dmm",
"Galactica1.dmm"
],
"traits": [
{
"Up": 1,
"Linkage": "Self"
},
{
"Down": -1,
"Linkage": "Self"
}
],
"space_ruin_levels": -1,
"space_empty_levels": 0,
"shuttles": {
"cargo": "cargo_hammerhead",
"ferry": "ferry_kilo",
"emergency": "emergency_donut"
},
"mine_disable": 0,
"mine_file": "Rocinante.dmm",
"mine_path": "map_files/Mining/nsv13",
"ship_type": "/obj/structure/overmap/nanotrasen/battleship/starter",
"mining_ship_type": "/obj/structure/overmap/nanotrasen/mining_cruiser/rocinante",
"starmap_path": "config/starmap/starmap.json",
"map_description": "The second ship to bear the name Galactica, an homage to the great dreadnaughts before it. Its schematics are about three times smaller than the ship's actual size to keep prying eyes away. It boasts the strongest weapon in the WhiteRapids arsenal: The Bluespace Artillery Cannon. On top of having incredible amounts of armor, hull, and sheer mass, it features two AGCNRs and a robust crew whenever enough are on shift to run it.",
"manufacturer": "NanoTrasen Naval Combat Development Division",
"mapper": "Kmc2000",
"commission_date": "Apr 17, 2260",
"strengths": ["Unmatched firepower", "Spacious crew facilities", "Heavily armored"],
"weaknesses": ["Slow to repair", "Double engine", "Slow acceleration"],
"equipment": [
"1 Superliminal Bluespace Artillery cannon",
"6 M4-15 'Hood' deck turrets",
"8 M14 VLS loaders",
"4 light fighters",
"2 heavy fighters",
"2 Advanced Gas-Cooled Nuclear Reactors",
"1 top secret experimental defensive utility"
]
}