OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
Loading...
Searching...
No Matches
ebenezer_model::MagicType7 Class Referenceexport

[MAGIC_TYPE7] Supports targeting modifications More...

Public Types

enum class  EnumTargetChange { Provoke = 0 , Sleep = 1 }
 Known valid values for byTargetChange. More...
 
using BinderType = ebenezer_binder::MagicType7
 

Public Member Functions

const int32_t & MapKey () const
 Returns a value for use in map keys based on the table's primary key.
 

Static Public Member Functions

static const std::string & TableName ()
 Returns the table name.
 
static const std::unordered_set< std::string > & ColumnNames ()
 Returns a set of column names for the table.
 
static const std::vector< std::string > & OrderedColumnNames ()
 Returns an ordered vector of column names for the table.
 
static const std::unordered_set< std::string > & BlobColumns ()
 Returns a set of blob column names for the table.
 
static const modelUtil::DbType DbType ()
 Returns the associated database type for the table.
 
static const std::vector< std::string > & PrimaryKey ()
 Returns the columns associated with the table's Primary Key.
 

Public Attributes

int32_t ID = {}
 Column [nIndex]: Magic identification number.
 
uint8_t ValidGroup = {}
 Column [byValidGroup]: Valid group.
 
uint8_t NationChange = {}
 Column [byNatoinChange]: Nation change.
 
int16_t MonsterNumber = {}
 Column [shMonsterNum]: Monster number.
 
uint8_t TargetChange = {}
 Column [byTargetChange]: Monster target mode change.
 
uint8_t StateChange = {}
 Column [byStateChange]: State change.
 
uint8_t Radius = {}
 Column [byRadius]: Area of effect circle radius.
 
int16_t HitRate = {}
 Column [shHitrate]: Hit rate.
 
int16_t Duration = {}
 Column [shDuration]: Duration.
 
int16_t Damage = {}
 Column [shDamage]: Damage.
 
uint8_t Vision = {}
 Column [byVisoin]: Vision.
 
int32_t NeedItem = {}
 Column [nNeedItem]: Needs item.
 

Detailed Description

[MAGIC_TYPE7] Supports targeting modifications

GAME Database - Ebenezer Library
MAGIC_TYPE7 Supports targeting modifications

Member Enumeration Documentation

◆ EnumTargetChange

Known valid values for byTargetChange.

Enumerator
Provoke 

Target will target attacker.

Sleep 

Target gets put to sleep.

Member Data Documentation

◆ TargetChange

uint8_t ebenezer_model::MagicType7::TargetChange = {}

Column [byTargetChange]: Monster target mode change.

See also
EnumTargetChange

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