-
-
Notifications
You must be signed in to change notification settings - Fork 258
/
Copy pathsnake.json
44 lines (43 loc) · 1.44 KB
/
snake.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 Snake",
"map_link": "snake",
"map_path": "map_files/Snake",
"map_file": [
"snake_lower.dmm",
"snake_upper.dmm"
],
"traits": [
{
"Up": 1,
"linkage": "self"
},
{
"Down": -1,
"linkage": "self"
}
],
"space_ruin_levels": -1,
"space_empty_levels": 0,
"shuttles": {
"cargo": "cargo_box",
"emergency": "emergency_goon",
"ferry": "ferry_kilo"
},
"mine_disable": 1,
"ship_type": "/obj/structure/overmap/nanotrasen/patrol_cruiser/starter",
"starmap_path": "config/starmap/starmap.json",
"map_description": "Snake-Class vessels were designed with modularity in mind. A long strip of hallway with compartments well organized and aligned along this hallway leaves the ship relatively easy to navigate and repair in drydock. All of the ship’s maintenance is located on the upper deck with crew operations on the bottom. A medium-weight gunboat whose versatility leaves it universally accepted, and often used as QRF.",
"manufacturer": "DDM Ship Manufacturing Company",
"mapper": "Sergei Koralev",
"commission_date": "Jun 7, 2262",
"strengths": ["Modular", "Easy to navigate"],
"weaknesses": ["Long Man", "Below-average firepower", "Lacking in area security"],
"equipment": [
"1 M4-15 'Hood' deck turret",
"2 SN 'Sucker Punch' Broadside Cannons",
"3 NT-BSG gauss turrets",
"4 light fighters",
"1 class IV nuclear storm drive",
"1 inoperable class IV nuclear storm drive"
]
}