mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Added "Shroom Thumb" ability to Herbalism. Closes #724
This commit is contained in:
@ -156,6 +156,11 @@ Skills:
|
||||
# HylianLuck_MaxBonusLevel: On this level, Hylian Luck chance will be HylianLuck_ChanceMax
|
||||
HylianLuck_ChanceMax: 10.0
|
||||
HylianLuck_MaxBonusLevel: 1000
|
||||
|
||||
# ShroomThumb_ChanceMax: Maximum chance of ShroomThumb
|
||||
# ShroomThumb_MaxBonusLevel: On this level, ShroomThumb chance will be ShroomThumb_ChanceMax
|
||||
ShroomThumb_ChanceMax: 50.0
|
||||
ShroomThumb_MaxBonusLevel: 1500
|
||||
#
|
||||
# Settings for Mining
|
||||
###
|
||||
|
@ -131,6 +131,8 @@ Herbalism.Ability.GTh=[[GREEN]]**GREEN THUMB**
|
||||
Herbalism.Ability.HylianLuck=[[RED]]Hylian Luck Chance: [[YELLOW]]{0}
|
||||
Herbalism.Ability.Lower=[[GRAY]]**YOU LOWER YOUR HOE**
|
||||
Herbalism.Ability.Ready=[[GREEN]]**YOU READY YOUR HOE**
|
||||
Herbalism.Ability.ShroomThumb.Chance=[[RED]]Shroom Thumb Chance: [[YELLOW]]{0}
|
||||
Herbalism.Ability.ShroomThumb.Fail=[[RED]]**SHROOM THUMB FAIL**
|
||||
Herbalism.Effect.0=Green Terra (ABILITY)
|
||||
Herbalism.Effect.1=Spread the Terra, 3x Drops
|
||||
Herbalism.Effect.2=Green Thumb (Wheat)
|
||||
@ -143,6 +145,8 @@ Herbalism.Effect.8=Double Drops (All Herbs)
|
||||
Herbalism.Effect.9=Double the normal loot
|
||||
Herbalism.Effect.10=Hylian Luck
|
||||
Herbalism.Effect.11=Gives a small chance of finding rare items
|
||||
Herbalism.Effect.12=Shroom Thumb
|
||||
Herbalism.Effect.13=Spread mycelium to dirt & grass
|
||||
Herbalism.HylianLuck=[[GREEN]]The luck of Hyrule is with you today!
|
||||
Herbalism.Listener=Herbalism:
|
||||
Herbalism.SkillName=HERBALISM
|
||||
|
@ -277,6 +277,7 @@ permissions:
|
||||
mcmmo.ability.herbalism.greenterra: true
|
||||
mcmmo.ability.herbalism.greenthumb.all: true
|
||||
mcmmo.ability.herbalism.hylianluck: true
|
||||
mcmmo.ability.herbalism.shroomthumb: true
|
||||
mcmmo.ability.herbalism.doubledrops:
|
||||
description: Allows double drop chance from Herbalism
|
||||
mcmmo.ability.herbalism.farmersdiet:
|
||||
@ -368,6 +369,8 @@ permissions:
|
||||
mcmmo.ability.herbalism.greenthumb.plants.crops: true
|
||||
mcmmo.ability.herbalism.hylianluck:
|
||||
description: Allows access to the Hylian Luck ability
|
||||
mcmmo.ability.herbalism.shroomthumb:
|
||||
description: Allows access to the Shroom Thumb ability
|
||||
mcmmo.ability.mining.*:
|
||||
default: false
|
||||
description: Allows access to all Mining abilities
|
||||
|
Reference in New Issue
Block a user