|  |  |  | @ -434,7 +434,7 @@ public class WpakPowerManager {@@ -434,7 +434,7 @@ public class WpakPowerManager { | 
			
		
	
		
			
				
					|  |  |  |  |         // MB Dev Note:
 | 
			
		
	
		
			
				
					|  |  |  |  |         // A subset of health/mana/stam modifiers are multiplicative.
 | 
			
		
	
		
			
				
					|  |  |  |  |         // These all have "SIVL" in the curve name suggesting
 | 
			
		
	
		
			
				
					|  |  |  |  |         // that SB interpolates between min max.
 | 
			
		
	
		
			
				
					|  |  |  |  |         // interpolation between min max.  Not something currently done.
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         outData.first = modifierEntry.compoundCurveType.name().contains("SIVL") ? | 
			
		
	
		
			
				
					|  |  |  |  |                 modifierEntry.min * (1 + (modifierEntry.compoundCurveType.getValue() * rank)) : | 
			
		
	
	
		
			
				
					|  |  |  | 
 |