namespace DFEngine.Content.Items { public enum UpFactor { DEF = 0, DMG = 1, MDMG = 3, MDEF = 4, ALLDMG = 6, } }