mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-17 14:28:46 +01:00
Refactoring + adding a new skillranks config (not functional yet)
This commit is contained in:
@@ -33,9 +33,9 @@ Skills:
|
||||
EnchantBuff: 5
|
||||
# IncreaseLevel: This setting will determine when the length of every ability gets longer with 1 second
|
||||
# EnchantBuff: This setting determines how many enchant levels to use when buffing Super Breaker & Giga Drill Breaker
|
||||
ClassicScaling:
|
||||
Standard:
|
||||
IncreaseLevel: 50
|
||||
StandardScaling:
|
||||
RetroMode:
|
||||
IncreaseLevel: 5
|
||||
|
||||
#
|
||||
@@ -402,15 +402,6 @@ Skills:
|
||||
# EnchantDowngradeEnabled: When salvaging enchanted items, the enchants may be downgraded
|
||||
EnchantLossEnabled: true
|
||||
EnchantDowngradeEnabled: true
|
||||
Rank_Levels:
|
||||
Rank_1: 12
|
||||
Rank_2: 25
|
||||
Rank_3: 37
|
||||
Rank_4: 50
|
||||
Rank_5: 62
|
||||
Rank_6: 75
|
||||
Rank_7: 87
|
||||
Rank_8: 100
|
||||
|
||||
# ExtractFullEnchant: Chance to extract the full enchant at each ArcaneSalvage rank
|
||||
ExtractFullEnchant:
|
||||
@@ -522,50 +513,41 @@ Skills:
|
||||
# MaxBonusLevel: On this level, the chance to cause Gore will be <ChanceMax>
|
||||
ChanceMax: 100.0
|
||||
MaxBonusLevel: 100
|
||||
|
||||
# BleedTicks: Determines the length of the bleeding effect
|
||||
# Modifier: Damage will get multiplied by this modifier
|
||||
BleedTicks: 2
|
||||
Modifier: 2.0
|
||||
|
||||
FastFood:
|
||||
# UnlockLevel: Level when FastFood unlocks
|
||||
# Chance: The chance for wolves to heal hp when inflicting damage
|
||||
UnlockLevel: 5
|
||||
Chance: 50.0
|
||||
|
||||
EnvironmentallyAware:
|
||||
# UnlockLevel: Level when EnvironmentallyAware unlocks
|
||||
UnlockLevel: 10
|
||||
|
||||
ThickFur:
|
||||
# UnlockLevel: Level when ThickFur unlocks
|
||||
# Modifier: Damage will get divided by this modifier
|
||||
UnlockLevel: 25
|
||||
Modifier: 2.0
|
||||
|
||||
HolyHound:
|
||||
# UnlockLevel: Level when HolyHound unlocks
|
||||
UnlockLevel: 37
|
||||
|
||||
ShockProof:
|
||||
# UnlockLevel: Level when ShockProof unlocks
|
||||
# Modifier: Damage will get divided by this modifier
|
||||
UnlockLevel: 50
|
||||
Modifier: 6.0
|
||||
|
||||
SharpenedClaws:
|
||||
# UnlockLevel: Level when SharpenedClaws unlocks
|
||||
# Bonus: This bonus will get added to the damage caused
|
||||
UnlockLevel: 75
|
||||
Bonus: 2.0
|
||||
|
||||
CallOfTheWild:
|
||||
# MinHorseJumpStrength: The minimum jump strength a summoned horse must have
|
||||
# MaxHorseJumpStrength: The maximum jump strength a summoned horse can have
|
||||
MinHorseJumpStrength: 0.7
|
||||
MaxHorseJumpStrength: 2.0
|
||||
|
||||
Pummel:
|
||||
# ChanceMax: Maximum chance of triggering pummel
|
||||
Chance: 10.0
|
||||
|
||||
Reference in New Issue
Block a user