/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/adventure.dm

WIN_NODEVictory node - Get loot and exit
FAIL_NODEFailure node - No loot, get damaged and exit.
FAIL_DEATH_NODEFailure node - No loot and drone blown up.
GO_BACK_NODEReturn node - navigates to previous adventure node.
EXODRONE_IDLEDrone is stationside - allow changing tools and such.
EXODRONE_TRAVELDrone is traveling from or to the exploration site
EXODRONE_BUSYDrone is in adventure/event caused timeout
EXODRONE_EXPLORATIONDrone is at exploration site either idle or in simple event
EXODRONE_ADVENTUREDrone is currently playing an adventure
EXPLORATION_SITE_RUINSSome kind of ruined interior
EXPLORATION_SITE_TECHNOLOGYPower, wires and machinery present.
EXPLORATION_SITE_STATIONIt's a space station
EXPLORATION_SITE_ALIENIt's ancient alien site
EXPLORATION_SITE_HABITABLECarbon-based life-forms can live here
EXPLORATION_SITE_SPACESite is in space
EXPLORATION_SITE_SURFACESite is located on planet/moon/whatever surface
EXPLORATION_SITE_SHIPSite is a space ship
EXPLORATION_SITE_CIVILIZEDSite is civilized and populated, trading stations,cities etc. Lack of this trait means it's wilderness
EXOSCAN_WIDEScan types
ADVENTURE_EFFECT_TYPE_REMOVEAdventure Effect Types
ADVENTURE_QUALITY_TYPE_RANDOMAdventure Effect Value Types rolls value between low and high inclusive

Define Details

ADVENTURE_EFFECT_TYPE_REMOVE

Adventure Effect Types

ADVENTURE_QUALITY_TYPE_RANDOM

Adventure Effect Value Types rolls value between low and high inclusive

EXODRONE_ADVENTURE

Drone is currently playing an adventure

EXODRONE_BUSY

Drone is in adventure/event caused timeout

EXODRONE_EXPLORATION

Drone is at exploration site either idle or in simple event

EXODRONE_IDLE

Drone is stationside - allow changing tools and such.

EXODRONE_TRAVEL

Drone is traveling from or to the exploration site

EXOSCAN_WIDE

Scan types

EXPLORATION_SITE_ALIEN

It's ancient alien site

EXPLORATION_SITE_CIVILIZED

Site is civilized and populated, trading stations,cities etc. Lack of this trait means it's wilderness

EXPLORATION_SITE_HABITABLE

Carbon-based life-forms can live here

EXPLORATION_SITE_RUINS

Some kind of ruined interior

EXPLORATION_SITE_SHIP

Site is a space ship

EXPLORATION_SITE_SPACE

Site is in space

EXPLORATION_SITE_STATION

It's a space station

EXPLORATION_SITE_SURFACE

Site is located on planet/moon/whatever surface

EXPLORATION_SITE_TECHNOLOGY

Power, wires and machinery present.

FAIL_DEATH_NODE

Failure node - No loot and drone blown up.

FAIL_NODE

Failure node - No loot, get damaged and exit.

GO_BACK_NODE

Return node - navigates to previous adventure node.

WIN_NODE

Victory node - Get loot and exit