skill_perfect_item_template
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| spellId | int | unsigned | PRI | NO | 0 | SpellId of the item creation spell | |
| requiredSpecialization | int | unsigned | NO | 0 | Specialization spell id | ||
| perfectCreateChance | float | NO | 0 | chance to create the perfect item instead | |||
| perfectItemType | int | unsigned | NO | 0 | perfect item type to create instead | ||
Description of fields
spellId
Spell ID that creates the item.
requiredSpecialization
The character must have the Spell ID specified here learned to have a chance at triggering the effect.
perfectCreateChance
The chance that the player will create an alternative item.
perfectItemType
The ItemID replacing the original crafted item.
