Skip to content

skill_extra_item_template

This table holds information about when using certain profession spells will create more than one copy of the item. (Alchemy specializations)

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
spellIdintunsignedPRINO0SpellId of the item creation spell
requiredSpecializationintunsignedNO0Specialization spell id
additionalCreateChancefloatNO0chance to create add
additionalMaxNumtinyintunsignedNO0max num of adds
 

Description of fields ​

spellId ​

The Spell ID that creates the item.  

requiredSpecialization ​

The character must have the Spell ID specified here learned to have a chance at triggering the extra item proc.  

additionalCreateChance ​

The chance that the player will create an additional item.  

additionalMaxNum ​

The number of extra copies that can be created. additionalCreateChance is rolled for each attempt, until failure or reaching additionalMaxNum.  

Example ​

given additionalCreateChance = 35 and additionalMaxNum = 4:

items createdchance of occurrence
151.25%
235.00%
312.25%
41.50%
50.00%