[MAGIC_TYPE7] Supports targeting modifications
More...
#include <AIServerModel.h>
|
|
const int32_t & | MapKey () const |
| | Returns a value for use in map keys based on the table's primary key.
|
| |
|
|
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 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.
|
| |
|
|
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.
|
| |
[MAGIC_TYPE7] Supports targeting modifications
- GAME Database - AIServer Library
- MAGIC_TYPE7 Supports targeting modifications
◆ EnumTargetChange
Known valid values for byTargetChange.
| Enumerator |
|---|
| Provoke | Target will target attacker.
|
| Sleep | Target gets put to sleep.
|
◆ TargetChange
| uint8_t aiserver_model::MagicType7::TargetChange = {} |
The documentation for this class was generated from the following files: