예제 #1
0
        public AspectCore(int amount) : base(3985)
        {
            Name = "an aspect core";

            Stackable = true;
            Amount    = amount;
            Weight    = 1;

            Aspect = AspectGear.GetRandomAspect();
        }
        public AspectDistillation(int amount) : base(17686)
        {
            Name = "aspect distillation";

            Stackable = true;
            Weight    = .1;
            Amount    = amount;

            Aspect = AspectGear.GetRandomAspect();
        }