Enchant bonus data rework.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
@ -27,4 +27,5 @@ public class Item
|
||||
public StatsSet set;
|
||||
public int currentLevel;
|
||||
public L2Item item;
|
||||
public L2Item isBlessedItem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user