Skip to content

Commit 2921c8f

Browse files
[Map] NSV Atlas, somehow smaller than eclipse! ™️ (#1249)
* NSV Atlas, a new lowpop ship! * Fixups * Sci maint * Maint lore go brrrrrr * Nav beacons & Fire safety * Det office & Cameras * Fixes * Gives atlas its own unique shuttles * Random space warden office? * Fixes some issues * Fixes a load of issues * Medical 2 now with more * Pilot lockers * Few things * Update * Splits the DMM properly. * 50cal revamp * Departures airlock fix * resolves final mapping issues * Honk * Munitions 2, Motion cams, Safer solars, More locked air * Merge ready * Small fixes Co-authored-by: Bokkie <[email protected]>
1 parent dda9b10 commit 2921c8f

File tree

13 files changed

+157817
-7
lines changed

13 files changed

+157817
-7
lines changed

_maps/atlas.dm

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#define FORCE_MAP "_maps/atlas.json"

_maps/atlas.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"map_name": "NSV Atlas",
3+
"map_link": "Atlas",
4+
"map_path": "map_files/Atlas",
5+
"map_file": [
6+
"Atlas.dmm",
7+
"Atlas2.dmm"
8+
],
9+
"traits": [
10+
{
11+
"Up": 1,
12+
"Linkage": "Self"
13+
},
14+
{
15+
"Down": -1,
16+
"Linkage": "Self"
17+
}
18+
],
19+
"space_ruin_levels": -1,
20+
"shuttles": {
21+
"cargo": "cargo_atlas",
22+
"ferry": "ferry_fancy",
23+
"arrival": "arrival_atlas",
24+
"emergency": "emergency_atlas"
25+
},
26+
"mine_file": "Rocinante.dmm",
27+
"mine_path": "map_files/Mining/nsv13",
28+
"ship_type": "/obj/structure/overmap/nanotrasen/missile_cruiser/starter",
29+
"mining_ship_type": "/obj/structure/overmap/nanotrasen/mining_cruiser/rocinante"
30+
}

0 commit comments

Comments
 (0)