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

Virtual Domains

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

Vars

completion_lootAn assoc list of typepath/amount to spawn on completion. Not weighted - the value is the amount
costCost of this map to load
descThe description of the map for the console UI
difficultyAffects the ui and ability to scan info.
filenameThe map file to load
forbids_disk_itemsIf this domain blocks the use of items from disks, for whatever reason
forbids_disk_spellsIf this domain blocks the use of spells from disks, for whatever reason
forced_outfitAny outfit that you wish to force on avatars. Overrides preferences
help_textInformation given to connected clients via ability
is_modularWhether 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 accoc 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
test_onlyThis map is specifically for unit tests. Shouldn't display in game

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

completion_loot

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

cost

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.

filename

The map file to load

forbids_disk_items

If this domain blocks the use of items from disks, for whatever reason

forbids_disk_spells

If this domain blocks the use of spells from disks, for whatever reason

forced_outfit

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

help_text

Information given to connected clients via ability

is_modular

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 accoc 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

test_only

This map is specifically for unit tests. Shouldn't display in game

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.