Files
TLOU-P2/config/hordes-client.toml
2025-12-03 23:08:04 -05:00

42 lines
1.5 KiB
TOML

["Horde Event"]
#How do players get notified of a horde event. 0: Off, 1: Chat, 2:Action Bar, 3:Title
eventNotifyMode = 2
#How long in ticks does the horde notification appear? (Only applies to modes 2 and 3)
eventNotifyDuration = 60
#Play a sound when a horde wave spawns.
hordeSpawnSound = true
#Colour of horde notification messages in the rgb format.
hordeMessageColour = [135, 0, 0]
#Whether the sky and moon should be tinted on a horde night
hordeEventTintsSky = true
#Colour of horde notification messages in the rgb format.
hordeEventSkyColour = [102, 0, 0]
#Colour of horde notification messages in the rgb format.
hordeEventMoonColour = [193, 57, 15]
[Infection]
#Tint the player's screen and display other visual effects if they are infected.
playerInfectionVisuals = true
#Play a sound when the player becomes infected?
playerInfectSound = true
#Play a sound when infection gets prevented?
infectionProtectSound = false
#Show a tooltip on items that can cure infection?
cureTooltip = true
#Show a tooltip on items that give infection immunity?
immunityTooltip = true
#Show a tooltip on wearable items that grant some protection against infection?
wearableProtectionTooltip = true
["Zombie Players"]
#Colour tint for zombie players.
zombiePlayerColour = [121, 156, 101]
#Colour tint for drowned players.
drownedPlayerColour = [144, 255, 255]
#Colour tint for husk players.
huskPlayerColour = [193, 168, 5]
#Render zombie players with capes if the player that got infected has one equipped?
zombiePlayerCapes = true