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