====== creature_classlevelstats 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] 此表包含生物生命值、魔法值、护甲、攻击力、远程攻击力、伤害和经验值的基本值。 **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#level|level]]|TINYINT|UNSIGNED|NO| | | | | |[[#class|class]]|TINYINT|UNSIGNED|NO| | | | | |[[#basehp0|basehp0]]|SMALLINT|UNSIGNED|NO| | | | | |[[#basehp1|basehp1]]|SMALLINT|UNSIGNED|NO| | | | | |[[#basehp2|basehp2]]|SMALLINT|UNSIGNED|NO| | | | | |[[#basemana|basemana]]|SMALLINT|UNSIGNED|NO| | | | | |[[#basearmor|basearmor]]|SMALLINT|UNSIGNED|NO| | | | | |[[#attackpower|attackpower]]|SMALLINT|UNSIGNED|NO| | | | | |[[#rangedattackpower|rangedattackpower]]|SMALLINT|UNSIGNED|NO| | | | | |[[#damage_base|damage_base]]|FLOAT| |NO| | | | | |[[#damage_exp1|damage_exp1]]|FLOAT| |NO| | | | | |[[#damage_exp2|damage_exp2]]|FLOAT| |NO| | | | | |[[#comment|comment]]|text| |YES|NULL| | | | ===== 字段说明 ===== ---- ==== level ==== 生物的等级。 ==== class ==== Class of the creature. This is a reference to the unit_class field in the creature_template table. [[creature_template#unit_class|creature_template.unit_class]] ==== basehp0 ==== Base health for the creature if creature_template.exp value is set to 0. This value is multiplied by creature_template.Health_mod to determine the creature's final health. ==== basehp1 ==== Base health for the creature if creature_template.exp value is set to 1. This value is multiplied by creature_template.Health_mod to determine the creature's final health. ==== basehp2 ==== Base health for the creature if creature_template.exp value is set to 2. This value is multiplied by creature_template.Health_mod to determine the creature's final health. ==== basemana ==== Base mana for the creature. This value is multiplied by creature_template.Mana_mod to determine the creature's final mana. ==== basearmor ==== 生物的基础护甲值。此值乘以 [[creature_template#ArmorModifier|creature_template.ArmorModifier]] 确定生物的最终护甲值。 ==== attackpower ==== Base attack power for the creature. ==== rangedattackpower ==== Base ranged attack power for the creature. ==== damage_base ==== Modifier used to calculate the damage output of a creature. This field is used if a creature's exp is set to 0. See DamageModifier for more information. ==== damage_exp1 ==== Modifier used to calculate the damage output of a creature. This field is used if a creature's exp is set to 1. See DamageModifier for more information. ==== damage_exp2 ==== Modifier used to calculate the damage output of a creature. This field is used if a creature's exp is set to 2. See DamageModifier for more information. ==== comment ==== A comment describing the purpose of the record (entry).