예제 #1
0
        public override Skill Clone(int value)
        {
            var tmp = new RecoveryUp
            {
                Description = Description,
                MaxValue    = MaxValue,
                Name        = Name,
                Value       = value
            };

            return(tmp);
        }
예제 #2
0
 public MedicineJewel2()
 {
     Name  = "Medicine Jewel 2";
     Skill = new RecoveryUp(1);
     Type  = SlotType.Medium;
 }