Skip to content

Commit

Permalink
Adds the Covus Cruiser Map (Testmerge) (#103)
Browse files Browse the repository at this point in the history
* Create caustic_boat.dmm

* Update quiver.dm

* Update caustic_boat.dmm

* Update caustic_boat.dmm

* Update caustic_boat.dmm

* Update caustic_boat.dmm

* Most of boat mapping done

* Final beta design

* Areas + music

* Area placed

* Map code

* Update maps.txt

* Shelf/Drawer variants for tight bunks

* Update covuscruiser.dmm

* Delete caustic_boat.dmm

* Update covuscruiser.dmm

* Update covuscruiser.dmm

* Added merchant ship + various item changes on main ship

* Update covuscruiser.dmm

* Update covuscruiser.dmm

* Update covuscruiser.dmm

* Update covuscruiser.dmm

* Update maps.txt

* Vote fix

* Update covuscruiser.dmm
  • Loading branch information
quackjack authored Dec 16, 2024
1 parent cb1ce31 commit 510a35f
Show file tree
Hide file tree
Showing 12 changed files with 103,912 additions and 3 deletions.
1 change: 1 addition & 0 deletions _maps/covuscruiser.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define FORCE_MAP "_maps/covuscruiser.json"
18 changes: 18 additions & 0 deletions _maps/covuscruiser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"map_name": "Covus Cruiser",
"map_path": "map_files/covuscruiser",
"map_file": [
"covuscruiser.dmm"
],
"traits": [
{"Name": "The Sea", "Up": 1}, {"Up": 1, "Down": -1}, {"Up": 1, "Down": -1}, {"Down": -1}],
"minetype": null,
"space_empty_levels": 0,
"space_ruin_levels": 0,
"shuttles": {
"cargo": "cargo_rogue",
"ferry": "ferry_base",
"whiteship": "whiteship_box",
"emergency": "emergency_rogue"
}
}
Loading

0 comments on commit 510a35f

Please sign in to comment.