Modifier System

Modifier can be used almost everywhere: Rods Baits Enchants Totems

weight-add

Adds the relative chance of getting a specified group's fish

Rod (weight-add: 30) + Baits(weight-add: -20) = 10

weight-multiply

Multiply the relative chance of getting a specified group's fish

Rod (weight-multiply: 1.2) + Baits(weight-multiply: 1.2) = 1.4 = (1 + 0.2 + 0.2) ≠ 1.44 = 1.2 * 1.2

time

increase or decrease the time for a bobber to be hooked

Rod (time: 1.5) + Baits(time: 0.7) = 1.2 = (1 + 0.5 - 0.3) ≠ 1.5 * 0.7

difficulty

increase or decrease the fishing game pointer speed

double-loot

increase or decrease the double loot chance

Rod (double-loot: 0.1) + Totems(double-loot: 0.2) + Baits(double-loot: 0.3) = 0.6

score

increase or decrease the score in the competition (Only takes effect when the competition objective is TOTAL_SCORE)

Rod (score: 1.2) + Totems(score: 1.5) = 1.7

lava-fishing

enable the rod to fish in the lava (Lava fishing requires at least one item has lava-fishing modifier)

Last updated