显示页面过去修订反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 <!DOCTYPE markdown> # pet\_name\_generation [<-Back-to:World](database-world.md) **The \`pet\_name\_generation\` table** This table holds pieces of names (first and last half) that are use for pet name generation. **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |------------|--------------|------------|-----|------|---------|----------------|---------| | [id][1] | MEDIUMINT | UNSIGNED | PRI | NO | NULL | Auto increment | | | [word][2] | tinytext | SIGNED | | NO | NULL | | | | [entry][3] | MEDIUMINT | UNSIGNED | | NO | 0 | | | | [half][4] | TINYINT | SIGNED | | NO | 0 | | | [1]: #id [2]: #word [3]: #entry [4]: #half **Description of the fields** ### id The ID of the entry. This is an auto increment field and this is an arbitrary number. When adding entries it is best to just let the database pick the next available ID number. ### word The name part for this entry. ### entry The entry from creature\_template.entry for the creature that you want this part of the name to be generated for. ### half This determines whether this is the first or last half of the name for this entry. - 0 First half - 1 Last half docs-en/pet_name_generation.md.txt 最后更改: 2024/03/15 19:08由 127.0.0.1