FishingRarity: {
    approxShare: number;
    baseWeight: number;
    rarity: FishingRarityName;
    rollable: boolean;
    source?: string;
    speciesCount: number;
}

Type declaration

  • approxShare: number

    Share of the roll at default weights. Per-guild overrides are not exposed.

  • baseWeight: number
  • rarity: FishingRarityName
  • rollable: boolean
  • Optionalsource?: string

    Present only on non-rollable tiers, explaining where they actually come from.

  • speciesCount: number