Space Station 13 - Nebula13 - Modules - TypesVar Details - Proc Details

modpack

Vars

authorA string with authors of this modpack.
credits_adjectivesA list of strings that are used by the end of round credits roll.
credits_adventure_namesA list of strings that are used by the end of round credits roll.
credits_crew_namesA list of strings that are used by the end of round credits roll.
credits_crew_outcomesA list of strings that are used by the end of round credits roll.
credits_holidaysA list of strings that are used by the end of round credits roll.
credits_nounsA list of strings that are used by the end of round credits roll.
credits_otherA list of strings that are used by the end of round credits roll.
credits_topicsA list of strings that are used by the end of round credits roll.
descA string desc for the modpack. Can be used for modpack verb list as description.
dreamsA list of strings to be added to the random dream proc.
nameA string name for the modpack. Used for looking up other modpacks in init.
nanoui_directoryThe folder to load additional NanoUI templates from. Must be relative to the DME's location (root game folder).
tabloid_headlinesA list of headline and article data used by the tabloids modpack.
tabloid_publishersA list of name strings used by the tabloids modpack.

Procs

on_roundstartThis runs on-roundstart after roundstart characters have been created.

Var Details

author

A string with authors of this modpack.

credits_adjectives

A list of strings that are used by the end of round credits roll.

credits_adventure_names

A list of strings that are used by the end of round credits roll.

credits_crew_names

A list of strings that are used by the end of round credits roll.

credits_crew_outcomes

A list of strings that are used by the end of round credits roll.

credits_holidays

A list of strings that are used by the end of round credits roll.

credits_nouns

A list of strings that are used by the end of round credits roll.

credits_other

A list of strings that are used by the end of round credits roll.

credits_topics

A list of strings that are used by the end of round credits roll.

desc

A string desc for the modpack. Can be used for modpack verb list as description.

dreams

A list of strings to be added to the random dream proc.

name

A string name for the modpack. Used for looking up other modpacks in init.

nanoui_directory

The folder to load additional NanoUI templates from. Must be relative to the DME's location (root game folder).

tabloid_headlines

A list of headline and article data used by the tabloids modpack.

tabloid_publishers

A list of name strings used by the tabloids modpack.

Proc Details

on_roundstart

This runs on-roundstart after roundstart characters have been created.