FishingDock: {
    components: FishingComponent[];
    prestigeNames: readonly string[];
    prestigeNote: string;
    tiers: FishingDockTier[];
}

Type declaration

  • components: FishingComponent[]
  • prestigeNames: readonly string[]

    The named part of the ladder. It continues past this with numerals — see prestigeNote.

  • prestigeNote: string
  • tiers: FishingDockTier[]