示例#1
0
        public override void OnRemoved(object parent)
        {
            base.OnRemoved(parent);

            if (parent is Mobile && Hue == 817)
            {
                MyrmidonSet.RemoveBonus(this);
                MyrmidonSet.RemoveBonus(parent as Mobile);
            }
        }
示例#2
0
        public override void OnAdded(object parent)
        {
            base.OnAdded(parent);

            if (parent is Mobile)
            {
                if (MyrmidonSet.FullSet(parent as Mobile))
                {
                    MyrmidonSet.ApplyBonus(parent as Mobile);
                }
            }
        }
示例#3
0
 public override void GetSetArmorPropertiesSecond(ObjectPropertyList list)
 {
     MyrmidonSet.GetPropertiesSecond(list, this);
 }