/tg/ Station 13 - Modules - TypesVar Details - Proc Details

Virtual Domains

Create your own: Read the readme file in the '_maps/virtual_domains' folder.

Vars

announce_to_ghostsWhether to tell observers this map is being used
completion_lootLoot An assoc list of typepath/amount to spawn on completion. Not weighted - the value is the amount
costGeneric settings / UI Cost of this map to load
descThe description of the map for the console UI
difficultyAffects the ui and ability to scan info.
disk_reward_spawnedHas this domain been beaten with high enough score to spawn a tech disk?
domain_flagsAny additional flags for this domain
filenameThe map file to load
forced_outfitPlayer customization Any outfit that you wish to force on avatars. Overrides preferences
help_textWrite these to help complete puzzles and other objectives. Viewed in the domain info ability.
is_modularModularity Whether to display this as a modular map
mob_modulesByond will look for modular mob segment landmarks then choose from here at random. You can make them unique also.
modular_unique_mobsForces all mob modules to only load once
reward_pointsPoints to reward for completion. Used to purchase new domains and calculate ore rewards.
secondary_lootAn assoc list of typepath/amount to spawn from secondary objectives. Not weighted - the value is the total number of items that can be obtained.
secondary_loot_generatedNumber of secondary loot boxes generated. Resets when the domain is reloaded.
start_timeThe start time of the map. Used to calculate time taken

Procs

add_pointsSends a point to any loot signals on the map
setup_domainOverridable proc to be called after the map is loaded.

Var Details

announce_to_ghosts

Whether to tell observers this map is being used

completion_loot

Loot An assoc list of typepath/amount to spawn on completion. Not weighted - the value is the amount

cost

Generic settings / UI Cost of this map to load

desc

The description of the map for the console UI

difficulty

Affects the ui and ability to scan info.

disk_reward_spawned

Has this domain been beaten with high enough score to spawn a tech disk?

domain_flags

Any additional flags for this domain

filename

The map file to load

forced_outfit

Player customization Any outfit that you wish to force on avatars. Overrides preferences

help_text

Write these to help complete puzzles and other objectives. Viewed in the domain info ability.

is_modular

Modularity Whether to display this as a modular map

mob_modules

Byond will look for modular mob segment landmarks then choose from here at random. You can make them unique also.

modular_unique_mobs

Forces all mob modules to only load once

reward_points

Points to reward for completion. Used to purchase new domains and calculate ore rewards.

secondary_loot

An assoc list of typepath/amount to spawn from secondary objectives. Not weighted - the value is the total number of items that can be obtained.

secondary_loot_generated

Number of secondary loot boxes generated. Resets when the domain is reloaded.

start_time

The start time of the map. Used to calculate time taken

Proc Details

add_points

Sends a point to any loot signals on the map

setup_domain

Overridable proc to be called after the map is loaded.