Fai0
Newcomer
Bubbles grant two benefits(from wiki):
However, in the calculation process of the above two benefits, the rectangle of the bobber is inconsistent.
Here is a diagram of this "bug":
Red box: the effective area of the fishing bubble.
Blue box: calculate whether there is additional water depth, and then call the GetFish function.[corresponding to the second benefit]
Yellow box: calculate whether fish will bite faster[corresponding to the first benefit], controllbed by a value named "timeUntilFishingBite"
Black point: the bobber origin
Here are decompiled code calculating the "additional water depth"
and "fish bite faster"
The coordinates of the upper left corners of these two rectangles are obviously different.
The result is players usually get the "fish bite faster" benefit, but rarely get the additional water depth benefit.
This looks like the same bug I mentioned.
If I understand something wrong, please correct me.
- Fish bite four times faster.
- When determining the type of fish that is hooked, the effective Fishing Zone is increased by 1.(It is named "water distance" or "water depth" in the decompiled code)
However, in the calculation process of the above two benefits, the rectangle of the bobber is inconsistent.
Here is a diagram of this "bug":
Red box: the effective area of the fishing bubble.
Blue box: calculate whether there is additional water depth, and then call the GetFish function.[corresponding to the second benefit]
Yellow box: calculate whether fish will bite faster[corresponding to the first benefit], controllbed by a value named "timeUntilFishingBite"
Black point: the bobber origin
Here are decompiled code calculating the "additional water depth"
and "fish bite faster"
The coordinates of the upper left corners of these two rectangles are obviously different.
The result is players usually get the "fish bite faster" benefit, but rarely get the additional water depth benefit.
This looks like the same bug I mentioned.
If I understand something wrong, please correct me.