weather

Module: weather — environment_weather.lua

What it does

Forces a severe winter blizzard ("Winter is Coming" storm) on the current client. The module calls getCore():setForceSnow(true) to enable forced snowfall, then triggers the climate manager's triggerWinterIsComingStorm() if available. The player also speaks "A storm is coming" as confirmation. This is a purely client-side visual and climate effect.

Trigger type

weather

Parameters

Parameter Type Default Valid Values Description
type string required "weather" Must exactly match the module name. No additional parameters are read by this module.

Examples

Trigger the winter blizzard storm
{ type="weather" }
With viewer attribution (extra keys are ignored by the module)
{ type="weather", viewer="IceKing42" }
As part of a chaos event payload
{ type="weather", user="StreamerName", message="Winter is coming!" }