Space Station 13 - Nebula13 - Modules - TypesVar Details

flooring

Vars

build_costStack units.
build_materialUnbuildable if object material var is not set to this.
build_timeBYOND ticks.
build_typeUnbuildable if not set. Must be /obj/item/stack.
floor_smoothHow we smooth with other flooring
flooring_blacklistSmooth with everything except the types in this list. Turned into a typecache for performance reasons.
flooring_whitelistSmooth with nothing except the types in this list. Turned into a typecache for performance reasons.
icon_base"that's some grass"
space_smoothHow we smooth with space and openspace tiles
turf_flagsFlags to apply to the turf.
wall_smoothHow we smooth with walls
z_flagssame z flags used for turfs, i.e ZMIMIC_DEFAULT etc

Var Details

build_cost

Stack units.

build_material

Unbuildable if object material var is not set to this.

build_time

BYOND ticks.

build_type

Unbuildable if not set. Must be /obj/item/stack.

floor_smooth

How we smooth with other flooring

flooring_blacklist

Smooth with everything except the types in this list. Turned into a typecache for performance reasons.

flooring_whitelist

Smooth with nothing except the types in this list. Turned into a typecache for performance reasons.

icon_base

"that's some grass"

space_smooth

How we smooth with space and openspace tiles

turf_flags

Flags to apply to the turf.

wall_smooth

How we smooth with walls

z_flags

same z flags used for turfs, i.e ZMIMIC_DEFAULT etc