Enchant bonus data rework.

This commit is contained in:
MobiusDev
2016-03-23 13:27:18 +00:00
parent 3576fb4454
commit a2b0e531ac
14 changed files with 372 additions and 13 deletions

View File

@ -247,6 +247,11 @@ public abstract class DocumentBase
case "share":
case "enchant":
case "enchanthp":
case "enchantPAtk":
case "enchantMAtk":
case "enchantRunSpd":
case "enchantAccEvas":
case "enchantPMcritAtk":
{
attachFunc(n, template, name, condition);
}

View File

@ -27,4 +27,5 @@ public class Item
public StatsSet set;
public int currentLevel;
public L2Item item;
public L2Item isBlessedItem;
}