Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/wraith_name_generator

Vars

consonantsThe list of consonants or consonant-likes that the generator may pick from.
lower_name_lengthThe lower bound of the name length.
lower_vowel_probThe lower bound of the vowel probability added with each letter.
prefixesThe list of possible strings to add before the name.
suffixesThe list of possible strings to add after the name.
upper_name_lengthThe upper bound of the name length.
upper_vowel_probThe upper bound of the vowel probability added with each letter.
vowelsThe list of vowels or vowel-likes that the generator may pick from.

Procs

generate_nameGenerate the wraith name.

Var Details

consonants

The list of consonants or consonant-likes that the generator may pick from.

lower_name_length

The lower bound of the name length.

lower_vowel_prob

The lower bound of the vowel probability added with each letter.

prefixes

The list of possible strings to add before the name.

suffixes

The list of possible strings to add after the name.

upper_name_length

The upper bound of the name length.

upper_vowel_prob

The upper bound of the vowel probability added with each letter.

vowels

The list of vowels or vowel-likes that the generator may pick from.

Proc Details

generate_name

Generate the wraith name.