跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:player_race_stats
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== player_race_stats 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table holds information on modifiers for stat values applied to characters. All of the values in this table signify only the stat value modifiers based on the race of a character. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#Race|Race]]|TINYINT|UNSIGNED|PRI|NO| | | | |[[#Strength|Strength]]|INT|UNSIGNED| |NO|0| | | |[[#Agility|Agility]]|INT|UNSIGNED| |NO|0| | | |[[#Stamina|Stamina]]|INT|UNSIGNED| |NO|0| | | |[[#Intellect|Intellect]]|INT|UNSIGNED| |NO|0| | | |[[#Spirit|Spirit]]|INT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== Race ==== The character race. This field defines what values to apply to the stats of a character. This value is taken from ChrRaces.dbc. ==== Strength ==== The strength modifier to apply to a character's base stat. ==== Agility ==== The agility modifier to apply to a character's base stat. ==== Stamina ==== The stamina modifier to apply to a character's base stat. ==== Intellect ==== The intellect modifier to apply to a character's base stat. ==== Spirit ==== The spirit modifier to apply to a character's base stat. Relation to `player_class_stats` This table alone does not define the stats of a character. The values from this table are combined with the values found in the player\_class\_stats table to apply the final stats to a character at any level. The way the final stat can be calculated is as follows: Take the base stat from player\_class\_stats and add the modifier for that stat from this table. For example, a druid at level forty has a base strength stat of forty-six. Combining that with a night elf's strength modifier of negative four, you get a final value of forty-two.
数据库/world数据库/player_race_stats.txt
· 最后更改: 2023/09/24 23:10 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部