naev 0.12.5
Damage Struct Reference

Core damage that an outfit does. More...

#include <outfit.h>

Data Fields

int type
double penetration
double damage
double disable

Detailed Description

Core damage that an outfit does.

Definition at line 168 of file outfit.h.

Field Documentation

◆ damage

double Damage::damage

Amount of damage, this counts towards killing the ship.

Definition at line 173 of file outfit.h.

◆ disable

double Damage::disable

Amount of disable damage, this counts towards disabling the ship.

Definition at line 174 of file outfit.h.

◆ penetration

double Damage::penetration

Penetration the damage has [0:1], with 1 being 100%.

Definition at line 171 of file outfit.h.

◆ type

int Damage::type

Type of damage.

Definition at line 169 of file outfit.h.


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