Skip to content

Commit

Permalink
Baltimore Map test (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Aurelian D. Rainer <[email protected]>
Co-authored-by: xTrainx <[email protected]>
  • Loading branch information
3 people authored Sep 8, 2024
1 parent de8f698 commit d4cfbc6
Show file tree
Hide file tree
Showing 65 changed files with 311,577 additions and 162 deletions.
76 changes: 76 additions & 0 deletions _maps/baltimore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"map_name": "Baltimore",
"map_path": "map_files/Baltimore",
"map_file": [
"baltimore_surface.dmm",
"baltimore_underground.dmm",
"baltimore_upperlevel.dmm"
],
"station_ruin_budget":0,
"space_ruin_levels":0,
"space_empty_levels":0,
"shuttles": {
"cargo":"cargo_pahrump",
"emergency": "emergency_pahrump",
"ferry": "ferry_fancy"
},
"traits":[

{
"Gravity": true,
"Baseturf": "/turf/open/indestructible/ground/inside/mountain",
"Up": 1,
"Down": -1,
"No Parallax": true,
"Linkage" : "Cross",
"Name": "Surface",
"Force X": 2,
"Force Y": 2,
"Force Z": 1
},

{
"Gravity": true,
"Baseturf": "/turf/open/indestructible/ground/inside/mountain",
"Station": 1,
"Up": 1,
"Down": -1,
"No Parallax": true,
"Linkage" : "Cross",
"Name": "Baltimore Underground",
"Force X": 2,
"Force Y": 2,
"Force Z": 0
},

{
"Gravity": true,
"Baseturf": "/turf/open/transparent/openspace",
"Up": 1,
"Down": -1,
"No Parallax": true,
"Linkage" : "Cross",
"Above": true,
"Name": "Baltimore Upper",
"Force X": 2,
"Force Y": 2,
"Force Z": 2
}

],
"minetype": "none",
"added_jobs": [
"enclave.dm",
"atlantic_cross.dm",
"locust_point.dm",
"Redwater Resident",
"Redwater Watcher",
"Redwater Resident"
],
"removed_jobs": [
"eastwood.dm",
"ncr.dm",
"legion.dm",
"vault.dm"
]
}
Loading

0 comments on commit d4cfbc6

Please sign in to comment.