language 
Vars | |
| allow_repeated_syllables | Control for handling some of the random lang/name gen. |
|---|---|
| ask_verb | Used when sentence ends in a ? |
| colour | CSS style to use for strings in this language. |
| desc | Short description for 'Check Languages'. |
| exclaim_verb | Used when sentence ends in a ! |
| hidden_from_codex | If it should not show up in Codex |
| language_flags | Various language flags. |
| language_key | Character used to speak in language |
| machine_understands | Whether machines can parse and understand this language |
| name | Fluff name of language if any. |
| partial_understanding | List of languages that can /somehwat/ understand it, format is: typepath = chance of understanding a word |
| scramble_cache | Cached syllable strings for masking when heard by a non-speaker |
| shorthand | Shorthand that shows up in chat for this language. |
| signlang_verb | list of emotes that might be displayed if this language has LANG_FLAG_NONVERBAL or LANG_FLAG_SIGNLANG flags |
| space_chance | Likelihood of getting a space in the random scramble string |
| speech_sounds | List of sounds to randomly play. |
| speech_verb | 'says', 'hisses', 'farts'. |
| syllables | Syllable list when scrambling text for display to a non-speaker. |
| whisper_verb | Optional. When not specified speech_verb + quietly/softly is used instead. |
Var Details
allow_repeated_syllables 
Control for handling some of the random lang/name gen.
ask_verb 
Used when sentence ends in a ?
colour 
CSS style to use for strings in this language.
desc 
Short description for 'Check Languages'.
exclaim_verb 
Used when sentence ends in a !
hidden_from_codex 
If it should not show up in Codex
language_flags 
Various language flags.
language_key 
Character used to speak in language
machine_understands 
Whether machines can parse and understand this language
name 
Fluff name of language if any.
partial_understanding 
List of languages that can /somehwat/ understand it, format is: typepath = chance of understanding a word
scramble_cache 
Cached syllable strings for masking when heard by a non-speaker
shorthand 
Shorthand that shows up in chat for this language.
signlang_verb 
list of emotes that might be displayed if this language has LANG_FLAG_NONVERBAL or LANG_FLAG_SIGNLANG flags
space_chance 
Likelihood of getting a space in the random scramble string
speech_sounds 
List of sounds to randomly play.
speech_verb 
'says', 'hisses', 'farts'.
syllables 
Syllable list when scrambling text for display to a non-speaker.
whisper_verb 
Optional. When not specified speech_verb + quietly/softly is used instead.