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

Field Documentation

◆ damage

double Damage::damage

Amount of damage, this counts towards killing the ship.

Definition at line 141 of file outfit.h.

◆ disable

double Damage::disable

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

Definition at line 142 of file outfit.h.

◆ penetration

double Damage::penetration

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

Definition at line 140 of file outfit.h.

◆ type

int Damage::type

Type of damage.

Definition at line 139 of file outfit.h.


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