Pet name generation

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `pet_name_generation` table'''</big> This table holds pieces …»)
Строка 7: Строка 7:
<big>'''The `pet_name_generation` table'''</big>
<big>'''The `pet_name_generation` table'''</big>
-
This table holds pieces of names (first and last half) that are use for pet name generation.  
+
Эта таблица содержит части имен (первая и последняя половина), которые используются при создании имени питомца.
 +
 
Строка 51: Строка 52:
<big>'''Description of the fields'''</big>
<big>'''Description of the fields'''</big>
====id====
====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.
+
ID части имени.  
====word====
====word====
-
The name part for this entry.
+
Часть имени для данного ID.
====entry====
====entry====
-
The entry from [[creature_template#entry|creature_template.entry]] for the creature that you want this part of the name to be generated for.
+
ID существа из [[creature_template#entry|creature_template.entry]] которому будет присвоена данная часть при создании имениf
====half====
====half====
-
This determines whether this is the first or last half of the name for this entry.
+
Это поле определяет в начале или конце имени будет использована данная часть.
-
* 0 First half
+
* 0 начало имени
-
* 1 Last half
+
* 1 конец имени

Версия 09:36, 7 марта 2010

Содержание

Back to world database list of tables.


The `pet_name_generation` table

Эта таблица содержит части имен (первая и последняя половина), которые используются при создании имени питомца.


Structure

Field Type Null Key Default Extra
id int(11) unsigned NO PRI NULL auto_increment
word tinytext NO
entry int(11) unsigned NO 0
half int(11) NO 0


Description of the fields

id

ID части имени.

word

Часть имени для данного ID.

entry

ID существа из creature_template.entry которому будет присвоена данная часть при создании имениf

half

Это поле определяет в начале или конце имени будет использована данная часть.

  • 0 начало имени
  • 1 конец имени
Личные инструменты