-
-
Notifications
You must be signed in to change notification settings - Fork 258
/
Copy pathgladius.json
44 lines (43 loc) · 1.6 KB
/
gladius.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
{
"map_name": "NSV Gladius",
"map_link": "gladius",
"map_path": "map_files/Gladius",
"map_file": ["Gladius2.dmm", "Gladius1.dmm"],
"traits": [
{
"Up": 1,
"Linkage": "Cross"
},
{
"Down": -1,
"Linkage": "Cross"
}
],
"space_ruin_levels": -1,
"space_empty_levels": 0,
"shuttles": {
"cargo": "cargo_gladius",
"ferry": "ferry_kilo",
"emergency": "emergency_donut"},
"mine_file": "Rocinante.dmm",
"mine_path": "map_files/Mining/nsv13",
"ship_type": "/obj/structure/overmap/nanotrasen/battlecruiser/starter",
"mining_ship_type": "/obj/structure/overmap/nanotrasen/mining_cruiser/rocinante",
"starmap_path": "config/starmap/starmap.json",
"map_description": "The Gladius was a grandstanding ship, having been a flagship model of WhiteRapids for quite some time only seconded in years of service by the Tycoon design. Though it was taken down for some months while being refurbished to accommodate updated shipbuilding standards. It’s thoroughly outfitted for large crews and well equipped with numerous powerful weapons to complete its missions with resounding success.",
"manufacturer": "Lockhearte Ships and Manufacturing, Subsidiary of NT",
"commission_date": "Nov 29, 2260",
"mapper": "Cenrus",
"strengths": ["Big guns", "Built for large crews", "Multiple reactors"],
"weaknesses": ["Huge, winding halls"],
"equipment": [
"2 M4-15 'Hood' deck turrets",
"10 M14 VLS loaders",
"4 NT-BSG gauss turrets",
"3 light fighters",
"1 heavy fighter",
"1 Sephora dropship",
"1 Advanced Gas-Cooled Nuclear Reactor",
"1 class IV nuclear storm drive"
]
}