poop

Module: player_pooptrail.lua

What it does

Triggers a chaotic "bathroom emergency" event on the player. When fired, the module randomly selects one of two modes:

Trigger type

poop

Parameters

ParameterTypeDefaultValid ValuesDescription
This module takes no parameters. All behaviour is randomized internally on each trigger.
The mode (trail vs. dump), the specific dung item, and the quantity (dump mode) are all randomized each time the event fires.

Examples

Basic trigger — mode is determined at random
{ type="poop" }
Can be used in a channel reward event
{ type="poop", message="!poop" }
Scheduled via SIF event table
{ type="poop", weight=5 }