naev 0.11.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 271 of file outfit.h.

Field Documentation

◆ accel

double OutfitAfterburnerData::accel

Percent of accel increase based on ship base.

Definition at line 277 of file outfit.h.

◆ energy

double OutfitAfterburnerData::energy

Energy usage while active

Definition at line 279 of file outfit.h.

◆ heat

double OutfitAfterburnerData::heat

Heat per second.

Definition at line 282 of file outfit.h.

◆ heatup

double OutfitAfterburnerData::heatup

How long it takes for the afterburner to overheat.

Definition at line 281 of file outfit.h.

◆ mass_limit

double OutfitAfterburnerData::mass_limit

Limit at which effectiveness starts to drop.

Definition at line 280 of file outfit.h.

◆ rumble

double OutfitAfterburnerData::rumble

Percent of rumble

Definition at line 273 of file outfit.h.

◆ sound

int OutfitAfterburnerData::sound

Sound of the afterburner being on

Definition at line 275 of file outfit.h.

◆ sound_off

int OutfitAfterburnerData::sound_off

Sound of the afterburner turning off

Definition at line 276 of file outfit.h.

◆ sound_on

int OutfitAfterburnerData::sound_on

Sound of the afterburner turning on

Definition at line 274 of file outfit.h.

◆ speed

double OutfitAfterburnerData::speed

Percent of speed to increase based on ship base.

Definition at line 278 of file outfit.h.


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