| 
														
															@@ -1,25 +1,15 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 package com.gmail.nossr50.datatypes.skills.properties; 
														 | 
														
														 | 
														
															 package com.gmail.nossr50.datatypes.skills.properties; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import com.gmail.nossr50.datatypes.skills.SubSkillType; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 public class AbstractMaximumProgressionLevel implements MaximumProgressionLevel { 
														 | 
														
														 | 
														
															 public class AbstractMaximumProgressionLevel implements MaximumProgressionLevel { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    private SubSkillType subSkillType; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private int standardMaxLevel; 
														 | 
														
														 | 
														
															     private int standardMaxLevel; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private int retroMaxLevel; 
														 | 
														
														 | 
														
															     private int retroMaxLevel; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    public AbstractMaximumProgressionLevel(SubSkillType subSkillType, int standardMaxLevel, int retroMaxLevel) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        this.subSkillType = subSkillType; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public AbstractMaximumProgressionLevel(int standardMaxLevel, int retroMaxLevel) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.standardMaxLevel = standardMaxLevel; 
														 | 
														
														 | 
														
															         this.standardMaxLevel = standardMaxLevel; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.retroMaxLevel = retroMaxLevel; 
														 | 
														
														 | 
														
															         this.retroMaxLevel = retroMaxLevel; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @Override 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    public SubSkillType getSubSkillType() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        return subSkillType; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @Override 
														 | 
														
														 | 
														
															     @Override 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public int getRetroMaxLevel() { 
														 | 
														
														 | 
														
															     public int getRetroMaxLevel() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return retroMaxLevel; 
														 | 
														
														 | 
														
															         return retroMaxLevel; 
														 |