mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Greater Impact now uses the rank system
This commit is contained in:
		@@ -118,7 +118,8 @@ Version 2.1.0
 | 
			
		||||
 ! (Skills) Removed traps from fishing
 | 
			
		||||
 ! (Skills) Dodge now uses a rank system
 | 
			
		||||
 ! (Skills) Arrow Retrieval now uses a rank system
 | 
			
		||||
 | 
			
		||||
 ! (Skills) Axes' Critical Strikes now uses a rank system
 | 
			
		||||
 ! (Skills) Axes' Greater Impact now uses a rank system
 | 
			
		||||
 ! (Kraken) Removed everything involving the kraken
 | 
			
		||||
 = (Skills) Shake now sends custom damage types for better nocheat compat
 | 
			
		||||
 ! (Config) Unarmed.IronArm in advanced.yml is now Unarmed.IronArmStyle
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@ public enum SubSkillType {
 | 
			
		||||
    AXES_ARMOR_IMPACT(20),
 | 
			
		||||
    AXES_AXE_MASTERY(4),
 | 
			
		||||
    AXES_CRITICAL_STRIKES(1),
 | 
			
		||||
    AXES_GREATER_IMPACT,
 | 
			
		||||
    AXES_GREATER_IMPACT(1),
 | 
			
		||||
    AXES_SKULL_SPLITTER(1),
 | 
			
		||||
 | 
			
		||||
    /* Excavation */
 | 
			
		||||
 
 | 
			
		||||
@@ -96,6 +96,11 @@ Axes:
 | 
			
		||||
            Rank_1: 2
 | 
			
		||||
        RetroMode:
 | 
			
		||||
            Rank_1: 20
 | 
			
		||||
    GreaterImpact:
 | 
			
		||||
        Standard:
 | 
			
		||||
            Rank_1: 25
 | 
			
		||||
        RetroMode:
 | 
			
		||||
            Rank_1: 250
 | 
			
		||||
    ArmorImpact:
 | 
			
		||||
        Standard:
 | 
			
		||||
            Rank_1: 5
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user