Added missing Imperial Set Combos (#3151)

* Fixes #3031.
* Added missing Royal Guard Necklace and Imperial Glove.
* Added bSkillDelay bonus which increases delay of skill sk by t milliseconds.
Thanks to @iubantot and @Secret!
This commit is contained in:
Aleos
2018-05-26 12:50:39 -04:00
committed by GitHub
parent ecbab96403
commit 87e7e8891b
10 changed files with 42 additions and 7 deletions

View File

@@ -709,6 +709,7 @@
export_constant2("bIgnoreDefClassRate", SP_IGNORE_DEF_CLASS_RATE);
export_constant2("bRegenPercentHP", SP_REGEN_PERCENT_HP);
export_constant2("bRegenPercentSP", SP_REGEN_PERCENT_SP);
export_constant2("bSkillDelay",SP_SKILL_DELAY);
/* equip indices */
export_constant(EQI_COMPOUND_ON);