public override Skill Clone(int value) { var tmp = new LeapofFaith { Description = Description, MaxValue = MaxValue, Name = Name, Value = value }; return(tmp); }
public DiveJewel1() { Name = "Dive Jewel 1"; Skill = new LeapofFaith(1); Type = SlotType.Small; }