forked from Upstream/mmocore
Reduced confusion in default fishing profession config
This commit is contained in:
parent
a33d4061cd
commit
3962c73515
@ -13,12 +13,16 @@ exp-curve: levels
|
|||||||
|
|
||||||
exp-sources: {}
|
exp-sources: {}
|
||||||
|
|
||||||
# Fishing drop tables which override MC default.
|
# Fishing drop tables which override MC default. When fishing, the plugin
|
||||||
# When fishing, the plugin reads through all the drop tables
|
# reads through all the drop tables and picks THE first one where all
|
||||||
# and picks THE first one which all conditions are met!!
|
# the conditions are met! You must first specify the drop tables which
|
||||||
# You must put at first place the drop tables which
|
# have the highest number of conditions (the most restrictive).
|
||||||
# have the most conditions/which are the most important.
|
#
|
||||||
# Number of tugs = number of times you need to click to fish.
|
# Number of tugs = number of times you need to click to fish.
|
||||||
|
#
|
||||||
|
# If you remove this section, the fishing stat placeholders in the player
|
||||||
|
# stats GUI will stop working, as it is required for MMOCore to recognize
|
||||||
|
# this profession as the "Fishing" profession.
|
||||||
on-fish:
|
on-fish:
|
||||||
overriding-drop-table:
|
overriding-drop-table:
|
||||||
conditions:
|
conditions:
|
||||||
|
Loading…
Reference in New Issue
Block a user