mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 02:34:42 +02:00
New skill 'Knock On Wood', changes to axe readying messages
This commit is contained in:
@ -303,7 +303,7 @@ Abilities:
|
||||
Super_Breaker: 0
|
||||
Tree_Feller: 0
|
||||
Limits:
|
||||
Tree_Feller_Threshold: 500
|
||||
Tree_Feller_Threshold: 1000
|
||||
Tools:
|
||||
# Use more tool durability while using abilities. Set Durability_Loss to 0 to disable the extra durability damage.
|
||||
Durability_Loss: 1
|
||||
|
@ -184,6 +184,7 @@ Axes.Ability.Bonus.4=Greater Impact
|
||||
Axes.Ability.Bonus.5=Deal {0} Bonus DMG to unarmored foes
|
||||
Axes.Ability.Lower=&7You lower your Axe.
|
||||
Axes.Ability.Ready=&3You &6ready&3 your Axe.
|
||||
Axes.Ability.Ready.Extra=&3You &6ready&3 your Axe. [[GRAY]]({0} is on cooldown for {1}s)
|
||||
Axes.Combat.CritStruck=&4You were CRITICALLY hit!
|
||||
Axes.Combat.CriticalHit=CRITICAL HIT!
|
||||
Axes.Combat.GI.Proc=&a**STRUCK WITH GREAT FORCE**
|
||||
@ -531,6 +532,11 @@ Woodcutting.SubSkill.TreeFeller.Description=Make trees explode
|
||||
Woodcutting.SubSkill.TreeFeller.Stat=Tree Feller Length
|
||||
Woodcutting.SubSkill.LeafBlower.Name=Leaf Blower
|
||||
Woodcutting.SubSkill.LeafBlower.Description=Blow Away Leaves
|
||||
Woodcutting.SubSkill.KnockOnWood.Name=Knock On Wood
|
||||
Woodcutting.SubSkill.KnockOnWood.Description=Find additional goodies when using Tree Feller
|
||||
Woodcutting.SubSkill.KnockOnWood.Stat=Knock on Wood
|
||||
Woodcutting.SubSkill.KnockOnWood.Loot.Normal=Standard loot from trees
|
||||
Woodcutting.SubSkill.KnockOnWood.Loot.Rank2=Standard loot from trees and experience orbs
|
||||
Woodcutting.SubSkill.HarvestLumber.Name=Harvest Lumber
|
||||
Woodcutting.SubSkill.HarvestLumber.Description=Skillfully extract more Lumber
|
||||
Woodcutting.SubSkill.HarvestLumber.Stat=Double Drop Chance
|
||||
@ -989,6 +995,8 @@ Skills.Stats={0}&a{1}&3 XP(&7{2}&3/&7{3}&3)
|
||||
Skills.ChildStats={0}&a{1}
|
||||
Skills.MaxXP=Max
|
||||
Skills.TooTired=You are too tired to use that ability again. &e({0}s)
|
||||
Skills.TooTired.Named=[[GRAY]](&6{0}&e {1}s[[GRAY]])
|
||||
Skills.TooTired.Extra=&6{0} &eSuper Ability CDs - {1}
|
||||
Skills.Cancelled=&6{0} &ccancelled!
|
||||
Skills.ConfirmOrCancel=&aRight-click again to confirm &6{0}&a. Left-click to cancel.
|
||||
Skills.AbilityGateRequirementFail=&7You require &e{0}&7 more levels of &3{1}&7 to use this super ability.
|
||||
|
@ -695,8 +695,11 @@ permissions:
|
||||
mcmmo.ability.woodcutting.splinter: true
|
||||
mcmmo.ability.woodcutting.barksurgeon: true
|
||||
mcmmo.ability.woodcutting.naturesbounty: true
|
||||
mcmmo.ability.woodcutting.knockonwood: true
|
||||
mcmmo.ability.woodcutting.leafblower: true
|
||||
mcmmo.ability.woodcutting.treefeller: true
|
||||
mcmmo.ability.woodcutting.knockonwood:
|
||||
description: Allows access to Knock on Wood subskill
|
||||
mcmmo.ability.woodcutting.splinter:
|
||||
description: Allows access to Splinter
|
||||
mcmmo.ability.woodcutting.barksurgeon:
|
||||
|
@ -605,15 +605,6 @@ Unarmed:
|
||||
Rank_20: 1000
|
||||
|
||||
Woodcutting:
|
||||
Splinter:
|
||||
Standard:
|
||||
Rank_1: 5
|
||||
Rank_2: 30
|
||||
Rank_3: 55
|
||||
RetroMode:
|
||||
Rank_1: 50
|
||||
Rank_2: 300
|
||||
Rank_3: 550
|
||||
TreeFeller:
|
||||
Standard:
|
||||
Rank_1: 5
|
||||
@ -627,29 +618,18 @@ Woodcutting:
|
||||
Rank_3: 500
|
||||
Rank_4: 750
|
||||
Rank_5: 1000
|
||||
BarkSurgeon:
|
||||
Standard:
|
||||
Rank_1: 70
|
||||
Rank_2: 80
|
||||
Rank_3: 95
|
||||
RetroMode:
|
||||
Rank_1: 700
|
||||
Rank_2: 800
|
||||
Rank_3: 950
|
||||
NaturesBounty:
|
||||
Standard:
|
||||
Rank_1: 40
|
||||
Rank_2: 60
|
||||
Rank_3: 90
|
||||
RetroMode:
|
||||
Rank_1: 400
|
||||
Rank_2: 600
|
||||
Rank_3: 900
|
||||
HarvestLumber:
|
||||
Standard:
|
||||
Rank_1: 1
|
||||
RetroMode:
|
||||
Rank_1: 1
|
||||
KnockOnWood:
|
||||
Standard:
|
||||
Rank_1: 30
|
||||
Rank_2: 60
|
||||
RetroMode:
|
||||
Rank_1: 300
|
||||
Rank_2: 600
|
||||
LeafBlower:
|
||||
Standard:
|
||||
Rank_1: 15
|
||||
|
Reference in New Issue
Block a user