From 5b9a75a1520a198c9c6b1f1f55e05c9f4aab5629 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 22 Jun 2026 04:24:11 -0400 Subject: feat: map now only reveals with exploration. players can set custom map symbols. --- data/rooms/wilderness/150.yaml | 1 - data/rooms/wilderness/151.yaml | 1 - data/rooms/wilderness/152.yaml | 1 - data/rooms/wilderness/160.yaml | 1 - data/rooms/wilderness/161.yaml | 1 - data/rooms/wilderness/162.yaml | 1 - 6 files changed, 6 deletions(-) (limited to 'data/rooms/wilderness') diff --git a/data/rooms/wilderness/150.yaml b/data/rooms/wilderness/150.yaml index 36b86ea..3e74da2 100644 --- a/data/rooms/wilderness/150.yaml +++ b/data/rooms/wilderness/150.yaml @@ -1,7 +1,6 @@ id: 150 name: "Hydroponics Bay" description: "A large enclosed area with climate-controlled growing stations. {34}Lush green patches{/} of soil are laid out in neat rows under artificial UV lamps. A {94}tool shed{/} stands near the entrance. Exits lead to specialized growing areas." -map_symbol: "H" exits: north: 15 east: 151 diff --git a/data/rooms/wilderness/151.yaml b/data/rooms/wilderness/151.yaml index 1bb25bf..4242270 100644 --- a/data/rooms/wilderness/151.yaml +++ b/data/rooms/wilderness/151.yaml @@ -1,7 +1,6 @@ id: 151 name: "Herb Garden" description: "A dedicated section of the hydroponics bay for growing herbs. {28}Herb patches{/} are arranged in two rows under specialized grow lights. The air here smells faintly of fresh vegetation." -map_symbol: "G" exits: west: 150 objects: diff --git a/data/rooms/wilderness/152.yaml b/data/rooms/wilderness/152.yaml index 5d2f62d..787bbbd 100644 --- a/data/rooms/wilderness/152.yaml +++ b/data/rooms/wilderness/152.yaml @@ -1,7 +1,6 @@ id: 152 name: "Allotment Field" description: "A section with larger soil beds for growing vegetables. {94}Allotment patches{/} stretch across the floor under warm overhead lamps. A single {213}flower patch{/} sits in the corner." -map_symbol: "A" exits: north: 150 objects: diff --git a/data/rooms/wilderness/160.yaml b/data/rooms/wilderness/160.yaml index dea9d00..7f30c34 100644 --- a/data/rooms/wilderness/160.yaml +++ b/data/rooms/wilderness/160.yaml @@ -1,7 +1,6 @@ id: 160 name: "Market Square" description: "A noisy open-air market wedged between crumbling hab-blocks. Vendors hawk salvaged tech and reconstituted food from makeshift stalls. A {220 bold}Guard{/} watches over the area with a stern expression." -map_symbol: "M" exits: north: 1 east: 161 diff --git a/data/rooms/wilderness/161.yaml b/data/rooms/wilderness/161.yaml index c887347..7c2c140 100644 --- a/data/rooms/wilderness/161.yaml +++ b/data/rooms/wilderness/161.yaml @@ -1,7 +1,6 @@ id: 161 name: "Farm Outpost" description: "A cluster of hydroponic grow-pods on the asteroid's surface, shielded by a flickering atmospheric dome. Rows of bio-luminescent crops stretch into the distance." -map_symbol: "F" exits: west: 160 mobs: diff --git a/data/rooms/wilderness/162.yaml b/data/rooms/wilderness/162.yaml index a8333d8..6aab585 100644 --- a/data/rooms/wilderness/162.yaml +++ b/data/rooms/wilderness/162.yaml @@ -1,6 +1,5 @@ id: 162 name: "Detention Cell" description: "A small, grimy holding cell. The walls are scratched with tally marks from previous occupants. A heavy door bars the only exit." -map_symbol: "J" exits: north: 1 \ No newline at end of file -- cgit v1.2.3