Skill discovery template
Материал из YTDB DataBase
KiriX (Обсуждение | вклад) (Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `skill_discovery_template` table'''</big> This table controls…») |
Lightunit (Обсуждение | вклад) (Перевел) |
||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | Назад к списку таблиц [[mangosdb_struct|world database]]. | |
<big>'''The `skill_discovery_template` table'''</big> | <big>'''The `skill_discovery_template` table'''</big> | ||
- | + | Эта таблица управляет так называемой системой "открытия" изучения заклинаний. Эта система используется для профессий алхимия, начертание и управляет шансом для игрока "обнаружить" рецепт, создавая вещи от других рецептов. | |
- | <big>''' | + | <big>'''Структура'''</big> |
{| border="1" | {| border="1" | ||
|'''Field''' | |'''Field''' | ||
Строка 42: | Строка 42: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====spellId==== | ====spellId==== | ||
The recipe spell ID that has a chance to be automatically discovered. See Spell.dbc | The recipe spell ID that has a chance to be automatically discovered. See Spell.dbc |
Версия 08:33, 1 марта 2010
|
Назад к списку таблиц world database.
The `skill_discovery_template` table
Эта таблица управляет так называемой системой "открытия" изучения заклинаний. Эта система используется для профессий алхимия, начертание и управляет шансом для игрока "обнаружить" рецепт, создавая вещи от других рецептов.
Структура
Field | Type | Null | Key | Default | Extra |
spellId | int(11) unsigned | NO | PRI | 0 | |
reqSpell | int(11) unsigned | NO | 0 | ||
chance | float | NO | 0 |
Описание полей
spellId
The recipe spell ID that has a chance to be automatically discovered. See Spell.dbc
reqSpell
If nonzero, this field controls what spell must be specifically used to trigger the discovery (eg, spell 41458 will only be discovered while using spell 28575). If it is zero, then any recipe use can trigger the discovery. See Spell.dbc
chance
The chance, in percent, that a recipe has of being automatically "discovered", whether by any recipe use or by the specific recipe use defined in reqSpell