/datum/wraith_name_generator 
Vars | |
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. |
Procs | |
generate_name | Generate 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.