mcMMO/src/main/resources/advanced.yml

356 lines
14 KiB
YAML
Raw Normal View History

2012-11-21 21:49:54 +01:00
#
# Advanced configuration
#
# For advanced users only! There is no need to change anything here.
#
# You can customize almost every aspect of every skill here.
# Its mainly here if you've changed "Experience.Formula.Curve_Modifier"
# Configure at what level you get better with certain abilities.
#
#####
#
# Settings for the Skills
###
Skills:
General:
# This setting will determine when the length of every ability gets longer with 1 second
2012-11-21 21:49:54 +01:00
Ability_IncreaseLevel: 50
2013-01-08 22:19:03 +01:00
#
# Settings for Acrobatics
###
2012-11-21 21:49:54 +01:00
Acrobatics:
2013-01-08 22:19:03 +01:00
# Dodge_ChanceMax: Maximum chance of dodging when on Dodge_MaxBonusLevel or higher
# Dodge_MaxBonusLevel: On this level or higher, the dodge chance will not go higher than Dodge_ChanceMax
2013-02-26 00:00:15 +01:00
# Dodge_DamageModifer: Dodge damage will be divided by this multiplier
Dodge_ChanceMax: 20.0
2012-11-21 21:49:54 +01:00
Dodge_MaxBonusLevel: 800
2013-02-26 00:00:15 +01:00
Dodge_DamageModifier: 2
2013-01-08 22:19:03 +01:00
# Roll_ChanceMax: Maximum chance of rolling when on Roll_MaxBonusLevel or higher
# Roll_MaxBonusLevel: On this level or higher, the roll chance will not go higher than Roll_ChanceMax
# Roll_DamageThreshold: The max damage a player can negate with a roll
Roll_ChanceMax: 100.0
2012-11-21 21:49:54 +01:00
Roll_MaxBonusLevel: 1000
Roll_DamageThreshold: 7
2013-01-08 22:19:03 +01:00
# GracefulRoll_ChanceMax: Maximum chance of graceful rolling when on GracefulRoll_MaxBonusLevel or higher
# GracefulRoll_MaxBonusLevel: On this level or higher, the graceful roll chance will not go higher than GracefulRoll_ChanceMax
# GracefulRoll_DamageThreshold: The max damage a player can negate with a graceful roll
# GracefulRoll_SuccessModifier: Graceful rolls will be this many times more likely to succeed than regular rolls
GracefulRoll_ChanceMax: 100.0
2012-11-21 21:49:54 +01:00
GracefulRoll_MaxBonusLevel: 500
GracefulRoll_DamageThreshold: 14
GracefulRoll_SuccessModifier: 2
2013-01-08 22:19:03 +01:00
# Amount of experience for performing a dodge, roll or fall
2012-11-21 21:49:54 +01:00
Dodge_XP_Modifier: 120
Roll_XP_Modifier: 80
Fall_XP_Modifier: 120
2013-01-08 22:19:03 +01:00
#
# Settings for Archery
###
2012-11-21 21:49:54 +01:00
Archery:
2013-01-08 22:19:03 +01:00
# SkillShot_IncreaseLevel: Every "SkillShot_IncreaseLevel" the skillshot bonus will go up by "SkillShot_IncreasePercentage"
# SkillShot_IncreasePercentage: This is a percentage value, 0.1 = 10%
# SkillShot_MaxBonus: When the SkillShot_MaxBonus has been reached, the bonus percentage will not go up anymore. 2.0 = 200%
2012-11-21 21:49:54 +01:00
SkillShot_IncreaseLevel: 50
SkillShot_IncreasePercentage: 0.1
SkillShot_MaxBonus: 2.0
2013-01-08 22:19:03 +01:00
# Daze_MaxChance: Maximum chance of causing daze to opponents
# Daze_MaxBonusLevel: Maximum bonus level of Daze, when a player reaches this level his chance of causing a daze will be "Daze_MaxChance"
# Daze_Modifier: Extra damage for arrows that cause a daze (2 damage = 1 heart)
Daze_MaxChance: 50.0
2012-11-21 21:49:54 +01:00
Daze_MaxBonusLevel: 1000
Daze_Modifier: 4
2013-01-08 22:19:03 +01:00
# Retrieve_MaxChance: Maximum chance or retrieving arrows
2013-01-08 22:19:03 +01:00
# Retrieve_MaxBonusLevel: Maximum bonus level for Arrow retrieval, at this level the chance of retrieving arrows from mobs is Retrieve_MaxBonus
Retrieve_MaxChance: 100.0
2012-11-21 21:49:54 +01:00
Retrieve_MaxBonusLevel: 1000
2013-01-08 22:19:03 +01:00
#
# Settings for Axes
###
2012-11-21 21:49:54 +01:00
Axes:
2013-01-08 22:19:03 +01:00
# DamageIncrease_MaxBonus: Maximum bonus damage
# DamageIncrease_MaxBonusLevel: Level where the maximum bonus is reached
2012-11-21 21:49:54 +01:00
DamageIncrease_MaxBonus: 4
DamageIncrease_MaxBonusLevel: 200
2013-01-08 22:19:03 +01:00
# AxesCritical_MaxChance: Maximum chance of causing a critical hit
# AxesCritical_MaxBonusLevel: Level where the maximum chance of causing critical hits is reached
2012-11-21 21:49:54 +01:00
AxesCritical_MaxChance: 37.50
AxesCritical_MaxBonusLevel: 750
2013-01-08 22:19:03 +01:00
# Damage modifier of critical hits for PVP / PVE, when causing a critical hit the damage gets multiplied by the modifier
2012-11-21 21:49:54 +01:00
AxesCritical_PVP_Modifier: 1.5
AxesCritical_PVE_Modifier: 2.0
2013-01-08 22:19:03 +01:00
# GreaterImpact_Chance: Chance of hitting with GreaterImpact, knocksbacks mobs
# GreaterImpact_KnockbackModifier: Velocity modifier of GreaterImpact hits, this determines how great the knockback is
# GreaterImpact_BonusDamage: Extra damage for GreaterImpact hits
GreaterImpact_Chance: 25.0
2012-11-21 21:49:54 +01:00
GreaterImpact_KnockbackModifier: 1.5
GreaterImpact_BonusDamage: 2
2013-01-08 22:19:03 +01:00
# ArmorImpact_IncreaseLevel: Every "IncreaseLevel" the durability damage goes up with 1
2013-02-26 21:59:16 +01:00
# ArmorImpact_Chance: Chance of hitting with ArmorImpact
2013-01-08 22:19:03 +01:00
# ArmorImpact_MaxPercentageDurabilityDamage: Durability damage cap for ArmorImpact, 20% means that you can never destroy a piece of armor in less than 5 hits
ArmorImpact_IncreaseLevel: 50
2013-02-26 21:59:16 +01:00
ArmorImpact_Chance: 25.0
ArmorImpact_MaxPercentageDurabilityDamage: 20.0
# SkullSplitter_DamageModifier: Damage will get divided by this modifier
SkullSplitter_DamageModifier: 2
2013-01-08 22:19:03 +01:00
#
# Settings for Fishing
###
2012-11-21 21:49:54 +01:00
Fishing:
2013-01-08 22:19:03 +01:00
# Shake_UnlockLevel: Fishing level when the Shake ability unlocks
2012-11-21 21:49:54 +01:00
Shake_UnlockLevel: 150
Shake_Chance:
Rank_1: 25
Rank_2: 40
Rank_3: 55
Rank_4: 60
Rank_5: 75
2013-01-08 22:19:03 +01:00
#VanillaXPBoost: Vanilla XP gained from fishing is mutliplied by these values.
VanillaXPBoost:
Rank_1: 1
Rank_2: 2
Rank_3: 3
Rank_4: 4
Rank_5: 5
# Tiers
Tier_Levels:
Tier1: 0
Tier2: 200
Tier3: 400
Tier4: 600
Tier5: 800
# MagicHunter_Multiplier: Determines the chance of fishing enchanted items. The chance is calculated by getting the fishing TreasureHunt tier and multiplying it with MagicHunter_Multiplier
MagicHunter_Multiplier: 5
# This determines when Fisherman's Diet adds extra hunger recovery to food
Fisherman_Diet_RankChange: 200
2013-01-08 22:19:03 +01:00
#
# Settings for Herbalism
###
2012-11-21 21:49:54 +01:00
Herbalism:
# This determines when Farmersdiet and Fishermans diet add extra hunger recovery to food
Farmer_Diet_RankChange: 200
2013-01-08 22:19:03 +01:00
# GreenThumb_StageChange: Level value when the GreenThumb stage level goes up
# GreenThumb_ChanceMax: Maximum chance of GreenThumb
# GreenThumb_MaxBonusLevel: On this level, GreenThumb chance will be GreenThumb_ChanceMax
2012-11-21 21:49:54 +01:00
GreenThumb_StageChange: 200
GreenThumb_ChanceMax: 100.0
2012-11-21 21:49:54 +01:00
GreenThumb_MaxBonusLevel: 1500
2013-01-08 22:19:03 +01:00
# DoubleDrops_ChanceMax: Maximum chance of receiving double drops
# DoubleDrops_MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
DoubleDrops_ChanceMax: 100.0
2012-11-21 21:49:54 +01:00
DoubleDrops_MaxBonusLevel: 1000
# HylianLuck_ChanceMax: Maximum chance of Hylian Luck
# 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
2013-01-08 22:19:03 +01:00
#
# Settings for Mining
###
2012-11-21 21:49:54 +01:00
Mining:
2013-01-08 22:19:03 +01:00
# DoubleDrops_ChanceMax: Maximum chance of receiving double drops
# DoubleDrops_MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
2012-11-21 21:49:54 +01:00
DoubleDrops_ChanceMax: 100
DoubleDrops_MaxBonusLevel: 1000
2013-01-08 22:19:03 +01:00
2013-01-09 17:21:56 +01:00
# BlastMining_Rank: BlastMining rank unlocks
2012-11-21 21:49:54 +01:00
BlastMining_Rank1: 125
BlastMining_Rank2: 250
BlastMining_Rank3: 375
BlastMining_Rank4: 500
BlastMining_Rank5: 625
BlastMining_Rank6: 750
BlastMining_Rank7: 875
BlastMining_Rank8: 1000
2013-01-09 17:21:56 +01:00
#
# Settings for Repair
###
2012-11-21 21:49:54 +01:00
Repair:
2013-01-09 17:21:56 +01:00
# RepairMastery_ChanceMax: Maximum bonus percentage for Repair Mastery
# RepairMastery_MaxBonusLevel: On this level, the maximum bonus is reached
2013-01-22 18:26:35 +01:00
RepairMastery_MaxBonusPercentage: 200.0
2012-11-21 21:49:54 +01:00
RepairMastery_MaxBonusLevel: 1000
2013-01-09 17:21:56 +01:00
# SuperRepair_ChanceMax: Maximum chance of Super Repair
# SuperRepair_MaxBonusLevel: On this level, Super Repair chance will be SuperRepair_ChanceMax
2013-01-22 18:26:35 +01:00
SuperRepair_ChanceMax: 100.0
2012-11-21 21:49:54 +01:00
SuperRepair_MaxBonusLevel: 1000
Arcane_Forging:
May_Lose_Enchants: true
Rank_Levels:
Rank_1: 100
Rank_2: 250
Rank_3: 500
Rank_4: 750
Keep_Enchants:
Chance:
Rank_4: 40
Rank_3: 30
Rank_2: 20
Rank_1: 10
Downgrades:
Enabled: true
Chance:
Rank_4: 15
Rank_3: 25
Rank_2: 50
Rank_1: 75
2013-01-09 17:21:56 +01:00
#
# Settings for Smelting
###
Smelting:
# FuelEfficiency_Multiplier: The furnace burn time will be multiplied by this value.
# FuelEfficiency_MaxBonusLevel: On this level, the efficiency multiplier will stop increasing
FuelEfficiency_Multiplier: 3.0
FuelEfficiency_MaxBonusLevel: 1000
# SecondSmelt_MaxBonusChance: Maximum chance of triggering Second Smelt
# SecondSmelt_MaxBonusLevel: On this level, the chance to cause Second Smelt will be SecondSmelt_MaxBonusChance
SecondSmelt_MaxBonusChance: 100
SecondSmelt_MaxBonusLevel: 1000
# FluxMining_UnlockLevel: Level when Flux Mining becomes available
# FluxMining_Chance: Chance for Flux Mining to activate
FluxMining_UnlockLevel: 250
FluxMining_Chance: 33.0
# These are the levels at which each progressive level of Vanilla XP Boost unlocks.
VanillaXPBoost_Rank1Level: 100
VanillaXPBoost_Rank2Level: 300
VanillaXPBoost_Rank3Level: 500
VanillaXPBoost_Rank4Level: 700
VanillaXPBoost_Rank5Level: 900
# These are the multipliers for each rank.
VanillaXPBoost_Rank1Multiplier: 2
VanillaXPBoost_Rank2Multiplier: 3
VanillaXPBoost_Rank3Multiplier: 4
VanillaXPBoost_Rank4Multiplier: 5
VanillaXPBoost_Rank5Multiplier: 6
#
2013-01-09 17:21:56 +01:00
# Settings for Swords
###
2012-11-21 21:49:54 +01:00
Swords:
2013-01-09 17:21:56 +01:00
# Bleed_ChanceMax: Maximum chance of triggering bleeding
# Bleed_MaxBonusLevel: On this level, the chance to cause Bleeding will be Bleed_ChanceMax
2013-01-22 16:48:10 +01:00
Bleed_ChanceMax: 75.0
2012-11-21 21:49:54 +01:00
Bleed_MaxBonusLevel: 750
2013-01-09 17:21:56 +01:00
# These settings determine how long the Bleeding effect lasts
2012-11-21 21:49:54 +01:00
Bleed_MaxTicks: 3
Bleed_BaseTicks: 2
2013-01-09 17:21:56 +01:00
# Counter_ChanceMax: Maximum chance of triggering a counter attack
# Counter_MaxBonusLevel: On this level, the chance to Counter will be Counter_ChanceMax
2013-01-22 16:48:10 +01:00
Counter_ChanceMax: 30.0
Counter_MaxBonusLevel: 600
2013-01-09 17:21:56 +01:00
# Counter_DamageModifier: Damaged caused by the damager will get divided by this modifier and dealt back to the damager
2012-11-21 21:49:54 +01:00
Counter_DamageModifier: 2
2013-01-09 17:21:56 +01:00
# SerratedStrikes_DamageModifier: Damage will get divided by this modifier
# SerratedStrikes_BleedTicks: This determines how long the bleeding effect of SerratedStrikes lasts
2012-11-21 21:49:54 +01:00
SerratedStrikes_DamageModifier: 4
SerratedStrikes_BleedTicks: 5
2013-01-09 17:21:56 +01:00
#
# Settings for Taming
###
2012-11-21 21:49:54 +01:00
Taming:
2013-01-09 17:21:56 +01:00
# Gore_ChanceMax: Maximum chance of triggering gore
# Gore_MaxBonusLevel: On this level, the chance to cause Gore will be Gore_ChanceMax
2013-01-22 17:18:12 +01:00
Gore_ChanceMax: 100.0
2012-11-21 21:49:54 +01:00
Gore_MaxBonusLevel: 1000
2013-01-09 17:21:56 +01:00
# Gore_BleedTicks: Determines the length of the bleeding effect
# Gore_Modifier: Damage will get multiplied by this modifier
2012-11-21 21:49:54 +01:00
Gore_BleedTicks: 2
Gore_Modifier: 2
2013-01-09 17:21:56 +01:00
# FastFood_UnlockLevel: Level when FastFood unlocks
# FastFood_Chance: The chance for wolves to heal hp when inflicting damage
2012-11-21 21:49:54 +01:00
FastFood_UnlockLevel: 50
2013-01-22 17:18:12 +01:00
FastFood_Chance: 50.0
2013-01-09 17:21:56 +01:00
# EnvironmentallyAware_UnlockLevel: Level when EnvironmentallyAware unlocks
2012-11-21 21:49:54 +01:00
EnvironmentallyAware_UnlockLevel: 100
2013-01-09 17:21:56 +01:00
# ThickFur_UnlockLevel: Level when ThickFur unlocks
# ThickFur_Modifier: Damage will get divided by this modifier
2012-11-21 21:49:54 +01:00
ThickFur_UnlockLevel: 250
ThickFur_Modifier: 2
2013-01-09 17:21:56 +01:00
2013-02-23 00:47:34 +01:00
# HolyHound_UnlockLevel: Level when HolyHound unlocks
HolyHound_UnlockLevel: 375
2013-01-09 17:21:56 +01:00
# ShockProof_UnlockLevel: Level when ShockProof unlocks
# ShockProof_Modifier: Damage will get divided by this modifier
2012-11-21 21:49:54 +01:00
ShockProof_UnlockLevel: 500
ShockProof_Modifier: 6
2013-01-09 17:21:56 +01:00
# SharpenedClaws_UnlockLevel: Level when SharpenedClaws unlocks
# SharpenedClaws_Bonus: This bonus will get added to the damage caused
2012-11-21 21:49:54 +01:00
SharpenedClaws_UnlockLevel: 750
SharpenedClaws_Bonus: 2
2013-01-09 17:21:56 +01:00
#
# Settings for Unarmed
###
2012-11-21 21:49:54 +01:00
Unarmed:
2013-01-09 17:21:56 +01:00
# Disarm_ChanceMax: Maximum chance of disarming other players
# Disarm_MaxBonusLevel: Level when the maximum chance to disarm is reached
2013-01-22 17:18:12 +01:00
Disarm_ChanceMax: 33.0
2012-11-21 21:49:54 +01:00
Disarm_MaxBonusLevel: 1000
2013-01-09 17:21:56 +01:00
# Deflect_ChanceMax: Maximum chance of deflecting arrows
# Deflect_MaxBonusLevel: Level when the maximum chance to deflect is reached
2013-01-22 17:18:12 +01:00
Deflect_ChanceMax: 50.0
2012-11-21 21:49:54 +01:00
Deflect_MaxBonusLevel: 1000
2013-01-09 17:21:56 +01:00
# IronGrip_ChanceMax: Maximum chance of preventing being disarmed
# IronGrip_MaxBonusLevel: Level when the maximum chance to prevent being disarmed is reached
2013-01-22 17:18:12 +01:00
IronGrip_ChanceMax: 100.0
2012-11-21 21:49:54 +01:00
IronGrip_MaxBonusLevel: 1000
2013-01-09 17:21:56 +01:00
# IronArmBonusMax: Maximum bonus damage for unarmed
# IronArm_IncreaseLevel: Bonus damage increases every increase level
IronArmBonusMax: 8
2012-11-21 21:49:54 +01:00
IronArm_IncreaseLevel: 50
2013-01-09 17:21:56 +01:00
#
# Settings for Woodcutting
###
2012-11-21 21:49:54 +01:00
Woodcutting:
2013-01-09 17:21:56 +01:00
# LeafBlower_UnlockLevel: At this level, the passive ability LeafBlower unlocks
2012-11-21 21:49:54 +01:00
LeafBlower_UnlockLevel: 100
2013-01-09 17:21:56 +01:00
# DoubleDrops_ChanceMax: Maximum chance of receiving double drops
# DoubleDrops_MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
2013-01-22 17:52:06 +01:00
DoubleDrops_ChanceMax: 100.0
2012-11-21 21:49:54 +01:00
DoubleDrops_MaxBonusLevel: 1000
Spout:
2013-01-09 17:21:56 +01:00
#
# Settings for the Spout notifications, when a player reaches a higher tier, the image of the notification will change.
###
2012-11-21 21:49:54 +01:00
Notifications:
Tier1: 200
Tier2: 400
Tier3: 600
Tier4: 800