Steam Fort 0.5
|
Contains all informations about spell. More...
#include <magic.hpp>
Public Attributes | |
std::string | name |
Name of spell. | |
int | type |
Type of spell. | |
int | target |
Target type of spell. | |
std::string | dice |
Dice (for damage, healing, duration, etc) | |
int | effect |
Additional effect of spell. | |
int | cost |
Cost in mana for cast spell. | |
int | memory |
Amount of memory required by spell. | |
int | range |
Range of spell. |
Contains all informations about spell.
int Spell::cost |
Cost in mana for cast spell.
std::string Spell::dice |
Dice (for damage, healing, duration, etc)
int Spell::effect |
Additional effect of spell.
int Spell::memory |
Amount of memory required by spell.
std::string Spell::name |
Name of spell.
int Spell::range |
Range of spell.
int Spell::target |
Target type of spell.
int Spell::type |
Type of spell.