Skill discovery template

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `skill_discovery_template` table'''</big> This table controls…»)
(Перевел)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[mangosdb_struct|world database]] list of tables.
+
Назад к списку таблиц [[mangosdb_struct|world database]].
<big>'''The `skill_discovery_template` table'''</big>
<big>'''The `skill_discovery_template` table'''</big>
-
This table controls the so called "discovery" system of learning spells. This system is solely (?) used by the alchemy profession and controls the chance for a player to "discover" another recipe while creating items with other recipes.
+
Эта таблица управляет так называемой системой "открытия" изучения заклинаний. Эта система используется для профессий алхимия, начертание и управляет шансом для игрока "обнаружить" рецепт, создавая вещи от других рецептов.
-
<big>'''Structure'''</big>
+
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|'''Field'''
|'''Field'''
Строка 42: Строка 42:
-
<big>'''Description of the fields'''</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

Личные инструменты