Skill discovery template
Материал из YTDB DataBase
Lightunit (Обсуждение | вклад) (Перевел) |
Lightunit (Обсуждение | вклад) (Добавил поле reqSkillValue) |
||
Строка 27: | Строка 27: | ||
|- | |- | ||
|[[#reqSpell|reqSpell]] | |[[#reqSpell|reqSpell]] | ||
+ | |int(11) unsigned | ||
+ | |NO | ||
+ | | | ||
+ | |0 | ||
+ | | | ||
+ | |- | ||
+ | |[[#reqSkillValue|reqSkillValue]] | ||
|int(11) unsigned | |int(11) unsigned | ||
|NO | |NO | ||
Строка 47: | Строка 54: | ||
====reqSpell==== | ====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 | 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 | ||
+ | ====reqSkillValue==== | ||
+ | Указывается значение "уровень навыка" для ограничения открытия нового рецепта по данному показателю. | ||
====chance==== | ====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|reqSpell]] | 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|reqSpell]] |
Версия 08:40, 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 | ||
reqSkillValue | 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
reqSkillValue
Указывается значение "уровень навыка" для ограничения открытия нового рецепта по данному показателю.
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