mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Some work on milestones is done
This commit is contained in:
@ -564,15 +564,80 @@ Skills:
|
||||
# Settings for Woodcutting
|
||||
###
|
||||
Woodcutting:
|
||||
LeafBlower:
|
||||
# UnlockLevel: At this level, the passive ability LeafBlower unlocks
|
||||
UnlockLevel: 100
|
||||
|
||||
DoubleDrops:
|
||||
# ChanceMax: Maximum chance of receiving double drops
|
||||
Splinter:
|
||||
Rank_Levels:
|
||||
Rank_1:
|
||||
LevelReq: 5
|
||||
Rank_2:
|
||||
LevelReq: 30
|
||||
Rank_3:
|
||||
LevelReq: 55
|
||||
TreeFeller:
|
||||
# If set to true then tree feller will not use the new system and will use its old behaviour
|
||||
Classic: false
|
||||
# This is the time in seconds to build a new charge of Tree Feller
|
||||
ChargeRate: 600
|
||||
Rank_Levels:
|
||||
Rank_1:
|
||||
LevelReq: 10
|
||||
TreeSizeMax: 100
|
||||
Charges: 1
|
||||
Rank_2:
|
||||
LevelReq: 25
|
||||
TreeSizeMax: 200
|
||||
Charges: 1
|
||||
Rank_3:
|
||||
LevelReq: 50
|
||||
TreeSizeMax: 200
|
||||
Charges: 2
|
||||
Rank_4:
|
||||
LevelReq: 75
|
||||
TreeSizeMax: 200
|
||||
Charges: 3
|
||||
Rank_5:
|
||||
LevelReq: 100
|
||||
TreeSizeMax: 500
|
||||
Charges: 3
|
||||
BarkSurgeon:
|
||||
Rank_Levels:
|
||||
Rank_1:
|
||||
LevelReq: 70
|
||||
Rank_2:
|
||||
LevelReq: 80
|
||||
Rank_3:
|
||||
LevelReq: 95
|
||||
NaturesBounty:
|
||||
Rank_Levels:
|
||||
Rank_1:
|
||||
LevelReq: 40
|
||||
Rank_2:
|
||||
LevelReq: 60
|
||||
Rank_3:
|
||||
LevelReq: 90
|
||||
# Double Drops
|
||||
HarvestLumber:
|
||||
Classic: false
|
||||
# ChanceMax & MaxBonusLevel are only used for Classic, I'll make that more clear in the future.
|
||||
# ChanceMax: Maximum chance of receiving double drops (100 = 100%)
|
||||
# MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
|
||||
ChanceMax: 100.0
|
||||
MaxBonusLevel: 100
|
||||
Rank_Levels:
|
||||
Rank_1:
|
||||
LevelReq: 20
|
||||
Rank_2:
|
||||
LevelReq: 45
|
||||
Rank_3:
|
||||
LevelReq: 85
|
||||
LeafBlower:
|
||||
Rank_Levels:
|
||||
Rank_1:
|
||||
LevelReq: 15
|
||||
Rank_2:
|
||||
LevelReq: 35
|
||||
Rank_3:
|
||||
LevelReq: 65
|
||||
|
||||
#
|
||||
# Customize the kraken!
|
||||
###
|
||||
|
@ -8,7 +8,14 @@
|
||||
# Settings for mcMMO in general
|
||||
###
|
||||
General:
|
||||
Classic_Mode: false
|
||||
Skill_Scaling:
|
||||
# Turning this on will scale mcMMO around 1-1000 with default scaling factor
|
||||
Classic_Mode: false
|
||||
Skill_Scaling:
|
||||
# This is the value that is skill level requirements are multiplied by in Classic Mode (Default is 10)
|
||||
Classic_LevelReq_Factor: 10
|
||||
# This is the value that the xp required to level is multiplied by when in classic mode
|
||||
Classic_XP_Formula_Factor: 1
|
||||
Locale: en_US
|
||||
MOTD_Enabled: true
|
||||
# Send a message to the player when his profile was successfully loaded
|
||||
|
@ -408,8 +408,14 @@ Woodcutting.Effect.0=Tree Feller (ABILITY)
|
||||
Woodcutting.Effect.1=Make trees explode
|
||||
Woodcutting.Effect.2=Leaf Blower
|
||||
Woodcutting.Effect.3=Blow Away Leaves
|
||||
Woodcutting.Effect.4=Double Drops
|
||||
Woodcutting.Effect.5=Double the normal loot
|
||||
Woodcutting.Effect.4=Harvest Lumber
|
||||
Woodcutting.Effect.5=Skillfully extract more Lumber
|
||||
Woodcutting.Effect.6=Splinter
|
||||
Woodcutting.Effect.7=Cut down trees more efficiently.
|
||||
Woodcutting.Effect.8=Bark Surgeon
|
||||
Woodcutting.Effect.9=Extract useful materials when stripping trees.
|
||||
Woodcutting.Effect.10=Nature's Bounty
|
||||
Woodcutting.Effect.11=Gather experience from nature.
|
||||
Woodcutting.Listener=Woodcutting:
|
||||
Woodcutting.SkillName=WOODCUTTING
|
||||
Woodcutting.Skills.TreeFeller.Off=[[RED]]**Tree Feller has worn off**
|
||||
|
@ -12,7 +12,7 @@ description: >
|
||||
|
||||
author: nossr50
|
||||
authors: [GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking]
|
||||
website: https://github.com/mcMMO-Dev/mcMMO
|
||||
website: https://mcmmo.org
|
||||
main: com.gmail.nossr50.mcMMO
|
||||
softdepend: [CombatTag, HealthBar]
|
||||
load: STARTUP
|
||||
@ -668,10 +668,19 @@ permissions:
|
||||
mcmmo.ability.woodcutting.all:
|
||||
description: Allows access to all Woodcutting abilities
|
||||
children:
|
||||
mcmmo.ability.woodcutting.doubledrops: true
|
||||
mcmmo.ability.woodcutting.harvestlumber: true
|
||||
mcmmo.ability.woodcutting.splinter: true
|
||||
mcmmo.ability.woodcutting.barksurgeon: true
|
||||
mcmmo.ability.woodcutting.naturesbounty: true
|
||||
mcmmo.ability.woodcutting.leafblower: true
|
||||
mcmmo.ability.woodcutting.treefeller: true
|
||||
mcmmo.ability.woodcutting.doubledrops:
|
||||
mcmmo.ability.woodcutting.splinter:
|
||||
description: Allows access to Splinter
|
||||
mcmmo.ability.woodcutting.barksurgeon:
|
||||
description: Allows access to Bark Surgeon
|
||||
mcmmo.ability.woodcutting.naturesbounty:
|
||||
description: Allows access to Natures Bounty
|
||||
mcmmo.ability.woodcutting.harvestlumber:
|
||||
description: Allows double drop chance when woodcutting
|
||||
mcmmo.ability.woodcutting.leafblower:
|
||||
description: Allows access to Leaf Blower ability
|
||||
|
Reference in New Issue
Block a user