Extinguish
Automatically extinguishes yourself when on fire.
Category: World
Enabled by default: No
Settings
Below is the complete tree of all configurable settings for this module.
├── Cooldown (Decimal | default: 1.0 | range: 0.0..20.0 | s)
├── NotDuringCombat (Toggle | default: true)
├── Pickup (Toggleable Group | default: on)
│ ├── Enabled (Toggle | default: true)
│ └── PickupSpan (Decimal Range | default: 0.1..10.0 | range: 0.0..20.0 | s)
└── Rotations (Setting Group)
├── AngleSmooth (Mode Selector | default: Linear | modes: Linear, Sigmoid, Acceleration)
│ ├── [Mode: Linear]
│ │ ├── HorizontalTurnSpeed (Decimal Range | default: 180.0..180.0 | range: 0.0..180.0)
│ │ └── VerticalTurnSpeed (Decimal Range | default: 180.0..180.0 | range: 0.0..180.0)
│ ├── [Mode: Sigmoid]
│ │ ├── HorizontalTurnSpeed (Decimal Range | default: 180.0..180.0 | range: 0.0..180.0)
│ │ ├── VerticalTurnSpeed (Decimal Range | default: 180.0..180.0 | range: 0.0..180.0)
│ │ ├── Steepness (Decimal | default: 10.0 | range: 0.0..20.0)
│ │ └── Midpoint (Decimal | default: 0.3 | range: 0.0..1.0)
│ └── [Mode: Acceleration]
│ ├── YawAcceleration (Decimal Range | default: 20.0..25.0 | range: 1.0..180.0)
│ ├── PitchAcceleration (Decimal Range | default: 20.0..25.0 | range: 1.0..180.0)
│ ├── DynamicAccel (Toggleable Group | default: off)
│ │ ├── Enabled (Toggle | default: false)
│ │ ├── CoefDistance (Decimal | default: -1.393 | range: -2.0..2.0)
│ │ ├── YawCrosshairAccel (Decimal Range | default: 17.0..20.0 | range: 1.0..180.0)
│ │ └── PitchCrosshairAccel (Decimal Range | default: 17.0..20.0 | range: 1.0..180.0)
│ ├── AccelerationError (Toggleable Group | default: on)
│ │ ├── Enabled (Toggle | default: true)
│ │ ├── YawAccelError (Decimal | default: 0.1 | range: 0.01..1.0)
│ │