V-Gears 0
Free Final Fantasy VII engine.
Enemy::Element Struct Reference

#include <Enemy.h>

Public Attributes

unsigned int id
 The element ID. More...
 
float factor
 Damage modification factor when attacked by the element. More...
 
u8 id
 The element ID. More...
 

Member Data Documentation

◆ factor

float Enemy::Element::factor

Damage modification factor when attacked by the element.

1 means normal damage taken. 0 means no damage taken. [0-1] means reduced damage. [1-10) means extended damage. (-10-0) means recovery >10 means death. <-10 means full recovery.

◆ id [1/2]

unsigned int Enemy::Element::id

The element ID.

◆ id [2/2]

u8 Enemy::Element::id

The element ID.


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