/tg/ Station 13 - Modules - TypesVar Details - Proc Details

fishing_lure

Vars

spin_frequencyA list with two keys delimiting the spinning interval in which a mouse click has to be pressed while fishing. This is passed down to the fishing rod, and then to the lure during the minigame.

Procs

check_baitCheck if the fish is in the list of catchable fish for this fishing lure. Return value is a multiplier.
is_catchable_fishCalled for every fish subtype by the fishing subsystem when initializing, to populate the list of fish that can be catched with this lure.

Var Details

spin_frequency

A list with two keys delimiting the spinning interval in which a mouse click has to be pressed while fishing. This is passed down to the fishing rod, and then to the lure during the minigame.

Proc Details

check_bait

Check if the fish is in the list of catchable fish for this fishing lure. Return value is a multiplier.

is_catchable_fish

Called for every fish subtype by the fishing subsystem when initializing, to populate the list of fish that can be catched with this lure.