SkillBonus

protected void SkillBonus(SkillType skillType, int requiredLevel, String bonusName, String description, SkillBonusType bonusType, int unlockTier, String skillId)

Creates a new skill bonus.

Parameters

skillType

The skill type this bonus applies to

requiredLevel

Minimum level required to unlock this skill

bonusName

Display name for the bonus

description

Description of what the bonus does

bonusType

The type of skill (PROC, PASSIVE, etc.)

unlockTier

The tier at which this skill unlocks (1=Lv10, 2=Lv25, 3=Lv50, 4=Lv75)

skillId

Unique identifier for database storage


protected void SkillBonus(SkillBonusConfigFields config)

Creates a new skill bonus from config fields.

Parameters

config

The configuration fields for this skill