Yogstation 13 - Modules - TypesDefine Details

code/__DEFINES/maps.dm

TRANSITIONEDGEDistance from edge to move to another z-level
MAP_MINXThe maploader index for the maps minimum x
MAP_MINYThe maploader index for the maps minimum y
MAP_MINZThe maploader index for the maps minimum z
MAP_MAXXThe maploader index for the maps maximum x
MAP_MAXYThe maploader index for the maps maximum y
MAP_MAXZThe maploader index for the maps maximum z
PATH_TO_NEXT_MAP_JSONPath for the next_map.json file, if someone, for some messed up reason, wants to change it.
MAP_DIRECTORY_MAPSList of directories we can load map .json files from
CUSTOM_MAP_PATHSpecial map path value for custom adminloaded stations.
ZTRAIT_SECRETboolean - does this z prevent ghosts from observing it
ZTRAIT_NOPHASEboolean - does this z prevent phasing
ZTRAIT_NOXRAYboolean - does this z prevent xray/meson/thermal vision
ZTRAIT_NOPARALLAXboolean - does this z disable parallax?
ZTRAITS_CENTCOMZ level traits for CentCom
ZTRAITS_STATIONZ level traits for Space Station 13
ZTRAITS_SPACEZ level traits for Deep Space
ZTRAITS_LAVALANDZ level traits for Lavaland
ZTRAITS_AWAYZ level traits for Away Missions
ZTRAITS_AWAY_SECRETZ level traits for Secret Away Missions
PLACE_SAME_ZOn same z level as original ruin
PLACE_SPACE_RUINOn space ruin z level(s)
PLACE_BELOWOn z levl below - centered on same tile
PLACE_LAVA_RUINOn lavaland ruin z levels(s)
DEFAULT_SPACE_RUIN_LEVELSMap generation defines
SPACE_KEYA map key that corresponds to being one exclusively for Space.
CHECK_MAP_JOB_CHANGEChecks the job changes in the map config for the passed change key.

Define Details

CHECK_MAP_JOB_CHANGE

Checks the job changes in the map config for the passed change key.

CUSTOM_MAP_PATH

Special map path value for custom adminloaded stations.

DEFAULT_SPACE_RUIN_LEVELS

Map generation defines

MAP_DIRECTORY_MAPS

List of directories we can load map .json files from

MAP_MAXX

The maploader index for the maps maximum x

MAP_MAXY

The maploader index for the maps maximum y

MAP_MAXZ

The maploader index for the maps maximum z

MAP_MINX

The maploader index for the maps minimum x

MAP_MINY

The maploader index for the maps minimum y

MAP_MINZ

The maploader index for the maps minimum z

PATH_TO_NEXT_MAP_JSON

Path for the next_map.json file, if someone, for some messed up reason, wants to change it.

PLACE_BELOW

On z levl below - centered on same tile

PLACE_LAVA_RUIN

On lavaland ruin z levels(s)

PLACE_SAME_Z

On same z level as original ruin

PLACE_SPACE_RUIN

On space ruin z level(s)

SPACE_KEY

A map key that corresponds to being one exclusively for Space.

TRANSITIONEDGE

Distance from edge to move to another z-level

ZTRAITS_AWAY

Z level traits for Away Missions

ZTRAITS_AWAY_SECRET

Z level traits for Secret Away Missions

ZTRAITS_CENTCOM

Z level traits for CentCom

ZTRAITS_LAVALAND

Z level traits for Lavaland

ZTRAITS_SPACE

Z level traits for Deep Space

ZTRAITS_STATION

Z level traits for Space Station 13

ZTRAIT_NOPARALLAX

boolean - does this z disable parallax?

ZTRAIT_NOPHASE

boolean - does this z prevent phasing

ZTRAIT_NOXRAY

boolean - does this z prevent xray/meson/thermal vision

ZTRAIT_SECRET

boolean - does this z prevent ghosts from observing it