You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.2 KiB

5 years ago
TARGET_FRAME_UNLOCKED = false
PLAYER_FRAME_UNLOCKED = nil
TARGET_FRAME_BUFFS_ON_TOP = nil
FOCUS_FRAME_BUFFS_ON_TOP = nil
PLAYER_FRAME_CASTBARS_SHOWN = nil
CHANNELPULLOUT_FADEFRAMES = nil
DISPLAYED_COMMUNITIES_INVITATIONS = {
}
TEXTTOSPEECH_CONFIG = {
["playActivitySoundWhenNotFocused"] = true,
["ttsVoiceOptionAlternateDefault"] = 1,
["ttsVoiceOptionStandardDefault"] = 0,
["enabledChatTypes"] = {
["CHAT_MSG_PARTY_LEADER"] = true,
["CHAT_MSG_INSTANCE_CHAT"] = true,
["CHAT_MSG_GUILD"] = true,
["CHAT_MSG_SAY"] = true,
["CHAT_MSG_WHISPER"] = true,
["CHAT_MSG_BN_WHISPER"] = true,
["CHAT_MSG_PARTY"] = true,
["CHAT_MSG_SYSTEM"] = true,
["CHAT_MSG_INSTANCE_CHAT_LEADER"] = true,
["CHAT_MSG_RAID"] = true,
["CHAT_MSG_OFFICER"] = true,
["CHAT_MSG_RAID_LEADER"] = true,
["CHAT_MSG_YELL"] = true,
["CHAT_MSG_EMOTE"] = true,
["CHAT_MSG_RAID_WARNING"] = true,
["CHAT_MSG_ACHIEVEMENT"] = true,
["CHAT_MSG_GUILD_ACHIEVEMENT"] = true,
5 years ago
},
["alternateSystemVoice"] = true,
["addCharacterNameToSpeech"] = true,
["speechVolume"] = 100,
["playSoundSeparatingChatLineBreaks"] = true,
["speechRate"] = 0,
["narrateMyMessages"] = false,
5 years ago
["enabledChannelTypes"] = {
},
}