mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 02:34:42 +02:00
Master Angler reworked
This commit is contained in:
@ -231,10 +231,16 @@ Skills:
|
||||
RankChange: 20
|
||||
|
||||
MasterAngler:
|
||||
# BoatMultiplier: Catch rate is multiplied by this modifier
|
||||
# BiomeModifier: Catch rate is multiplied by this modifier
|
||||
BoatModifier: 2.0
|
||||
BiomeModifier: 2.0
|
||||
Boat_Tick_Reduction:
|
||||
Min_Wait: 10
|
||||
Max_Wait: 30
|
||||
Tick_Reduction_Per_Rank:
|
||||
Min_Wait: 10
|
||||
Max_Wait: 30
|
||||
Tick_Reduction_Caps:
|
||||
# Don't modify these two unless you fully understand what you are doing
|
||||
Min_Wait: 40
|
||||
Max_Wait: 100
|
||||
#
|
||||
# Settings for Herbalism
|
||||
###
|
||||
|
@ -251,8 +251,9 @@ Fishing.SubSkill.FishermansDiet.Name=Fisherman's Diet
|
||||
Fishing.SubSkill.FishermansDiet.Description=Improves hunger restored from fished foods
|
||||
Fishing.SubSkill.FishermansDiet.Stat=Fisherman's Diet:&a Rank {0}
|
||||
Fishing.SubSkill.MasterAngler.Name=Master Angler
|
||||
Fishing.SubSkill.MasterAngler.Description=Improves chance of getting a bite while fishing
|
||||
Fishing.SubSkill.MasterAngler.Stat=Added Bite Chance at your current location: &a+{0}
|
||||
Fishing.SubSkill.MasterAngler.Description=Fish are caught more frequently
|
||||
Fishing.SubSkill.MasterAngler.Stat=Fishing minimum wait time bonus: &a-{0} seconds
|
||||
Fishing.SubSkill.MasterAngler.Stat.Extra=Fishing maximum wait time bonus: &a-{0} seconds
|
||||
Fishing.SubSkill.IceFishing.Name=Ice Fishing
|
||||
Fishing.SubSkill.IceFishing.Description=Allows you to fish in icy biomes
|
||||
Fishing.SubSkill.IceFishing.Stat=Ice Fishing
|
||||
@ -896,7 +897,7 @@ Guides.Excavation.Section.5=&3Notes about Excavation:\n&eExcavation drops are co
|
||||
Guides.Fishing.Section.0=&3About Fishing:\n&eWith the Fishing skill, Fishing is exciting again!\n&eFind hidden treasures, and shake items off mobs.\n\n&3XP GAIN:\n&eCatch fish.
|
||||
Guides.Fishing.Section.1=&3How does Treasure Hunter work?\n&eThis ability allows you to find treasure from fishing \n&ewith a small chance of the items being enchanted.\n&eEvery possible treasure for Fishing has a chance\n&eto drop on any level. It depends however\n&ewhat the rarity of the item is how often it will drop.\n&eThe higher your Fishing skill is, the better\n&eyour chances are to find better treasures.
|
||||
Guides.Fishing.Section.2=&3How does Ice Fishing work?\n&eThis passive skill allows you to fish in ice lakes!\n&eCast your fishing rod in an ice lake and the ability will\n&ecreate a small hole in the ice to fish in.
|
||||
Guides.Fishing.Section.3=&3How does Master Angler work?\n&eThis passive skill increases the bite chance while fishing.\n&eWhen you've unlocked this ability, fishing while in\n&ea boat or when an ocean biome doubles the bite chance.
|
||||
Guides.Fishing.Section.3=&3How does Master Angler work?\n&eThis passive skill increases the bite chance while fishing.\n&eWhen you've unlocked this ability, fishing while in\n&ea boat improves odds of catching a fish.
|
||||
Guides.Fishing.Section.4=&3How does Shake work?\n&eThis active ability allows you to shake items loose from mobs\n&eby hooking them with the fishing rod. \n&eMobs will drop items they would normally drop on death.\n&eIt is also possible to acquire mob skulls, which are normally \n&eunobtainable in survival mode.
|
||||
Guides.Fishing.Section.5=&3How does Fisherman's Diet work?\n&eThis passive skill increases the amount of hunger restored \n&efrom eating fish.
|
||||
Guides.Fishing.Section.6=&3Notes about Fishing:\n&eFishing drops are completely customizable,\n&eso results vary server to server.
|
||||
|
@ -410,9 +410,23 @@ Fishing:
|
||||
Rank_1: 150
|
||||
MasterAngler:
|
||||
Standard:
|
||||
Rank_1: 50
|
||||
Rank_1: 1
|
||||
Rank_2: 20
|
||||
Rank_3: 30
|
||||
Rank_4: 40
|
||||
Rank_5: 60
|
||||
Rank_6: 70
|
||||
Rank_7: 80
|
||||
Rank_8: 90
|
||||
RetroMode:
|
||||
Rank_1: 500
|
||||
Rank_1: 1
|
||||
Rank_2: 200
|
||||
Rank_3: 300
|
||||
Rank_4: 400
|
||||
Rank_5: 600
|
||||
Rank_6: 700
|
||||
Rank_7: 800
|
||||
Rank_8: 900
|
||||
IceFishing:
|
||||
Standard:
|
||||
Rank_1: 5
|
||||
|
Reference in New Issue
Block a user