跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
•
数据库
数据库:world数据库:pool_pool
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== pool_pool 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This is the pool of pools table. You can create a pool with a chance of a range of pools in that pool being activated. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#pool_id|pool_id]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#mother_pool|mother_pool]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#chance|chance]]|FLOAT|SIGNED| |NO|0| | | |[[#description|description]]|VARCHAR(255)|SIGNED| |YES|NULL| | | ===== 字段说明 ===== ---- ==== pool_id ==== The ID of the pool_template) that you want to include in this "pool of pools" as a child pool. ==== mother_pool ==== The ID of the pool_template) that defines this "pool of pools". ==== chance ==== The explicit percentage chance that this child pool will be spawned. If the mother pool spawns just one child pool (max_limit = 1 in the respective mother pool's pool_template, the core selects the child pool to be spawned in a two-step process: First, only the explicitly-chanced (chance > 0) child pools of the mother pool are rolled. If this roll does not produce any child pool, all the child pools without an explicit chance (chance = 0) are rolled with equal chance. If the mother pool spawns more than one child pool, the chance is ignored and all the child pools in the mother pool are rolled in one step with equal chance. In case the mother pool spawns just one child pool and all the child pools have a nonzero chance, the sum of the chances for all the child pools must equal to 100, otherwise the mother pool won't function correctly. ==== description ==== A text field to describe what this pool of pools is for.
数据库/world数据库/pool_pool.txt
· 最后更改: 2023/09/24 23:31 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部