fishing_lure
Vars | |
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. |
---|---|
Procs | |
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. |
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.