mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 04:25:26 +02:00
More work on end game skills
This commit is contained in:
@@ -257,6 +257,11 @@ Skills:
|
||||
MaxBonusLevel:
|
||||
Standard: 100
|
||||
RetroMode: 1000
|
||||
VerdantBounty:
|
||||
ChanceMax: 15.0
|
||||
MaxBonusLevel:
|
||||
Standard: 1000
|
||||
RetroMode: 10000
|
||||
|
||||
HylianLuck:
|
||||
# ChanceMax: Maximum chance of Hylian Luck when on <MaxBonusLevel> or higher
|
||||
@@ -281,7 +286,7 @@ Skills:
|
||||
MaxBonusLevel:
|
||||
Standard: 1000
|
||||
RetroMode: 10000
|
||||
ChanceMax: 10.0
|
||||
ChanceMax: 15.0
|
||||
SuperBreaker:
|
||||
AllowTripleDrops: true
|
||||
DoubleDrops:
|
||||
@@ -606,9 +611,9 @@ Skills:
|
||||
|
||||
# Triple Drops
|
||||
CleanCuts:
|
||||
# ChanceMax: Maximum chance of receiving double drops (100 = 100%)
|
||||
# ChanceMax: Maximum chance of receiving triple drops (100 = 100%)
|
||||
# MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
|
||||
ChanceMax: 10.0
|
||||
ChanceMax: 15.0
|
||||
MaxBonusLevel:
|
||||
Standard: 1000
|
||||
RetroMode: 10000
|
||||
|
@@ -285,8 +285,11 @@ Herbalism.SubSkill.FarmersDiet.Name=Farmer's Diet
|
||||
Herbalism.SubSkill.FarmersDiet.Description=Improves hunger restored from farmed foods
|
||||
Herbalism.SubSkill.FarmersDiet.Stat=Farmer's Diet: &aRank {0}
|
||||
Herbalism.SubSkill.DoubleDrops.Name=Double Drops
|
||||
Herbalism.SubSkill.DoubleDrops.Description=Double the normal loot
|
||||
Herbalism.SubSkill.DoubleDrops.Description=Skillfully harvest double the loot
|
||||
Herbalism.SubSkill.DoubleDrops.Stat=Double Drop Chance
|
||||
Herbalism.SubSkill.VerdantBounty.Name=Verdant Bounty
|
||||
Herbalism.SubSkill.VerdantBounty.Description=Masterfully harvest triple the loot
|
||||
Herbalism.SubSkill.VerdantBounty.Stat=Triple Drop Chance
|
||||
Herbalism.SubSkill.HylianLuck.Name=Hylian Luck
|
||||
Herbalism.SubSkill.HylianLuck.Description=Gives a small chance of finding rare items
|
||||
Herbalism.SubSkill.HylianLuck.Stat=Hylian Luck Chance
|
||||
@@ -311,10 +314,10 @@ Mining.SubSkill.SuperBreaker.Name=Super Breaker
|
||||
Mining.SubSkill.SuperBreaker.Description=Speed+, Triple Drop Chance
|
||||
Mining.SubSkill.SuperBreaker.Stat=Super Breaker Length
|
||||
Mining.SubSkill.DoubleDrops.Name=Double Drops
|
||||
Mining.SubSkill.DoubleDrops.Description=Double the normal loot
|
||||
Mining.SubSkill.DoubleDrops.Description=Skillfully mine double the loot
|
||||
Mining.SubSkill.DoubleDrops.Stat=Double Drop Chance
|
||||
Mining.SubSkill.MotherLode.Name=Mother Lode
|
||||
Mining.SubSkill.MotherLode.Description=Triple the normal loot
|
||||
Mining.SubSkill.MotherLode.Description=Masterfully mine triple the loot
|
||||
Mining.SubSkill.MotherLode.Stat=Triple Drop Chance
|
||||
Mining.SubSkill.BlastMining.Name=Blast Mining
|
||||
Mining.SubSkill.BlastMining.Description=Bonuses to mining with TNT
|
||||
|
@@ -397,8 +397,8 @@ permissions:
|
||||
mcmmo.ability.herbalism.greenthumb.all: true
|
||||
mcmmo.ability.herbalism.hylianluck: true
|
||||
mcmmo.ability.herbalism.shroomthumb: true
|
||||
mcmmo.ability.herbalism.mastery: true
|
||||
mcmmo.ability.herbalism.mastery:
|
||||
mcmmo.ability.herbalism.verdantbounty: true
|
||||
mcmmo.ability.herbalism.verdantbounty:
|
||||
description: Allows access to end game progression for Herbalism
|
||||
mcmmo.ability.herbalism.doubledrops:
|
||||
description: Allows double drop chance from Herbalism
|
||||
|
@@ -413,6 +413,11 @@ Herbalism:
|
||||
Rank_1: 1
|
||||
RetroMode:
|
||||
Rank_1: 1
|
||||
VerdantBounty:
|
||||
Standard:
|
||||
Rank_1: 100
|
||||
RetroMode:
|
||||
Rank_1: 1000
|
||||
GreenTerra:
|
||||
Standard:
|
||||
Rank_1: 5
|
||||
@@ -688,6 +693,11 @@ Woodcutting:
|
||||
Rank_1: 1
|
||||
RetroMode:
|
||||
Rank_1: 1
|
||||
CleanCuts:
|
||||
Standard:
|
||||
Rank_1: 100
|
||||
RetroMode:
|
||||
Rank_1: 1000
|
||||
KnockOnWood:
|
||||
Standard:
|
||||
Rank_1: 30
|
||||
|
Reference in New Issue
Block a user