1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

tweak the fishing mod

fish chance 66% and shark chance 33%, 1% chance of fishing nothing
This commit is contained in:
Ombridride 2015-03-11 21:41:14 +01:00
parent 96a69636f0
commit 123686ebf5

View File

@ -1,9 +1,9 @@
MESSAGES = true MESSAGES = true
FISH_CHANCE = 65 FISH_CHANCE = 66
NEW_WORM_SOURCE = true NEW_WORM_SOURCE = true
WORM_IS_MOB = true WORM_IS_MOB = true
WORM_CHANCE = 66 WORM_CHANCE = 66
WEAR_OUT = true WEAR_OUT = true
BOBBER_CHECK_RADIUS = 5 BOBBER_CHECK_RADIUS = 5
SIMPLE_DECO_FISHING_POLE = true SIMPLE_DECO_FISHING_POLE = true
SHARK_CHANCE = 35 SHARK_CHANCE = 33