naev 0.12.5
OutfitAfterburnerData Struct Reference

Represents an afterburner. More...

#include <outfit.h>

Data Fields

double rumble
int sound_on
int sound
int sound_off
double accel
double speed
double energy
double mass_limit
double heatup
double heat

Detailed Description

Represents an afterburner.

Definition at line 313 of file outfit.h.

Field Documentation

◆ accel

double OutfitAfterburnerData::accel

Percent of accel increase based on ship base.

Definition at line 319 of file outfit.h.

◆ energy

double OutfitAfterburnerData::energy

Energy usage while active

Definition at line 321 of file outfit.h.

◆ heat

double OutfitAfterburnerData::heat

Heat per second.

Definition at line 324 of file outfit.h.

◆ heatup

double OutfitAfterburnerData::heatup

How long it takes for the afterburner to overheat.

Definition at line 323 of file outfit.h.

◆ mass_limit

double OutfitAfterburnerData::mass_limit

Limit at which effectiveness starts to drop.

Definition at line 322 of file outfit.h.

◆ rumble

double OutfitAfterburnerData::rumble

Percent of rumble

Definition at line 315 of file outfit.h.

◆ sound

int OutfitAfterburnerData::sound

Sound of the afterburner being on

Definition at line 317 of file outfit.h.

◆ sound_off

int OutfitAfterburnerData::sound_off

Sound of the afterburner turning off

Definition at line 318 of file outfit.h.

◆ sound_on

int OutfitAfterburnerData::sound_on

Sound of the afterburner turning on

Definition at line 316 of file outfit.h.

◆ speed

double OutfitAfterburnerData::speed

Percent of speed to increase based on ship base.

Definition at line 320 of file outfit.h.


The documentation for this struct was generated from the following file: