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