-
-
Notifications
You must be signed in to change notification settings - Fork 258
/
Copy pathatlas.json
44 lines (43 loc) · 1.46 KB
/
atlas.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 Atlas",
"map_link": "atlas",
"map_path": "map_files/Atlas",
"map_file": [
"atlas.dmm",
"atlas2.dmm"
],
"traits": [
{
"Up": 1,
"Linkage": "Self"
},
{
"Down": -1,
"Linkage": "Self"
}
],
"space_ruin_levels": -1,
"space_empty_levels": 0,
"shuttles": {
"cargo": "cargo_atlas",
"ferry": "ferry_fancy",
"emergency": "emergency_atlas"
},
"mine_disable": 1,
"ship_type": "/obj/structure/overmap/nanotrasen/frigate/starter",
"starmap_path": "config/starmap/starmap.json",
"map_description": "Once Pegasus-Class vessels, the Atlas design was made to be compact, hit hard, and be as cheap as possible. Most of the ship layout has been trimmed down, even forcing departments to their minimum size to save on building costs. The Atlas has since become a favorite and mainstay of the WhiteRapids fleets. Carrying crews responsible for many victories at the Rubicon Crossing.",
"manufacturer": "Caracal Corporate",
"mapper": "Kmc2000",
"commission_date": "Feb 16, 2261",
"strengths": ["Good firepower", "Familiar to most crewmates"],
"weaknesses": ["Somewhat cramped", "Vulnerable to breaches and sabotage"],
"equipment": [
"2 M4-15 'Hood' deck turrets",
"8 M14 VLS loaders",
"4 NT-BSG gauss turrets",
"1 M4-B torpedo tube",
"3 light fighters",
"1 class IV nuclear storm drive"
]
}