Exemplo n.º 1
0
 public AbyssalDragonfish()
     : base(Utility.RandomMinMax(17637, 17638))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }
Exemplo n.º 2
0
 public DungeonPike()
     : base(Utility.RandomMinMax(17603, 17604))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }
Exemplo n.º 3
0
 public ZombieFish()
     : base(Utility.RandomMinMax(17603, 17604))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }
Exemplo n.º 4
0
 public BlueMarlin()
     : base(Utility.RandomMinMax(17156, 17157))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }
Exemplo n.º 5
0
 public StoneFish()
     : base(Utility.RandomMinMax(17605, 17606))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }
Exemplo n.º 6
0
 public SeekerFish()
     : base(Utility.RandomMinMax(17158, 17159))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }
Exemplo n.º 7
0
 public RainbowFish()
     : base(Utility.RandomMinMax(17154, 17155))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }
Exemplo n.º 8
0
 public GoldenTuna()
     : base(Utility.RandomMinMax(17154, 17155))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }
Exemplo n.º 9
0
 public GiantSamuraiFish()
     : base(Utility.RandomMinMax(17158, 17159))
 {
     Hue = FishInfo.GetFishHue(GetType());
 }