-
-
Notifications
You must be signed in to change notification settings - Fork 258
/
Copy patheclipse.json
30 lines (29 loc) · 1.52 KB
/
eclipse.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
{
"map_name": "NSV Eclipse",
"map_link": "eclipse",
"map_path": "map_files/Eclipse",
"map_file": ["Eclipse1.dmm", "Eclipse2.dmm"],
"traits": [{"Up": 1, "Linkage": "Self"}, {"Down": -1, "Linkage": "Self"}],
"space_ruin_levels": -1,
"space_empty_levels": 0,
"shuttles": {
"cargo": "cargo_hammerhead",
"ferry": "ferry_fancy",
"emergency": "emergency_donut"},
"mine_disable": 1,
"ship_type": "/obj/structure/overmap/nanotrasen/light_cruiser/starter",
"starmap_path": "config/starmap/starmap.json",
"map_description": "The standard issue Eclipse ship was once sold to the civilian population equipped with amenities befitting the standard consumer. It was later decommissioned for safety concerns regarding small atmos tanks and inadequate hull plating. The vessels are now bought by WhiteRapids, outfitted with appropriate weaponry, robust plating, and other installations to meet minimum shipbuilding standards.",
"manufacturer": "Hephaestus Industries, Refurbished by WhiteRapids Shipyard",
"mapper": "Ansome",
"commission_date": "Nov 20, 2260",
"strengths": ["Increased access", "No complex reactor setup", "Camaraderie"],
"weaknesses": ["Some departments cramped or missing", "No auxiliary mining vessels", "Vulnerable to internal damage"],
"equipment": [
"2 M4-15 'Hood' deck turrets",
"2 NT-BSG gauss turrets",
"6 P.A.C.M.A.N.-type portable generators",
"4 S.U.P.E.R.P.A.C.M.A.N.-type portable generators",
"4 M.R.S.P.A.C.M.A.N.-type portable generators"
]
}