|  |  |  | @ -440,9 +440,10 @@ public class WpakPowerManager {@@ -440,9 +440,10 @@ public class WpakPowerManager { | 
			
		
	
		
			
				
					|  |  |  |  |                 modifierEntry.min * (1 + (modifierEntry.compoundCurveType.getValue() * rank)) : | 
			
		
	
		
			
				
					|  |  |  |  |                 modifierEntry.min + (modifierEntry.compoundCurveType.getValue() * rank); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         outData.second = modifierEntry.compoundCurveType.name().contains("SIVL") ? | 
			
		
	
		
			
				
					|  |  |  |  |                 modifierEntry.max * (1 + (modifierEntry.compoundCurveType.getValue() * rank)) : | 
			
		
	
		
			
				
					|  |  |  |  |                 modifierEntry.max + (modifierEntry.compoundCurveType.getValue() * rank); | 
			
		
	
		
			
				
					|  |  |  |  |         if (modifierEntry.max != 0) | 
			
		
	
		
			
				
					|  |  |  |  |             outData.second = modifierEntry.compoundCurveType.name().contains("SIVL") ? | 
			
		
	
		
			
				
					|  |  |  |  |                     modifierEntry.max * (1 + (modifierEntry.compoundCurveType.getValue() * rank)) : | 
			
		
	
		
			
				
					|  |  |  |  |                     modifierEntry.max + (modifierEntry.compoundCurveType.getValue() * rank); | 
			
		
	
		
			
				
					|  |  |  |  |         return outData; | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |