Example #1
0
 public BasiliskEye(Artifact art) : base(art)
 {
 }
Example #2
0
 public LittleLiveBottle(Artifact art) : base(art)
 {
 }
Example #3
0
 public PoisonousSpittle(Artifact art) : base(art)
 {
 }
Example #4
0
 public Artifact(Artifact art)
 {
     capacity  = art.capacity;
     renewable = art.renewable;
 }
Example #5
0
 public LightningStick(Artifact art) : base(art)
 {
 }
Example #6
0
 public FrogLegsDecoction(Artifact art) : base(art)
 {
 }
Example #7
0
 public BigDeadBottle(Artifact art) : base(art)
 {
 }
Example #8
0
 public MiddleDeadBottle(Artifact art) : base(art)
 {
 }
Example #9
0
 public LittleDeadBottle(Artifact art) : base(art)
 {
 }
Example #10
0
 public BigLiveBottle(Artifact art) : base(art)
 {
 }
Example #11
0
 public MiddleLiveBottle(Artifact art) : base(art)
 {
 }