|  |  | @ -20,7 +20,6 @@ import engine.powers.EffectsBase; | 
			
		
	
		
		
			
				
					
					|  |  |  | import engine.wpak.data.ModifierEntry; |  |  |  | import engine.wpak.data.ModifierEntry; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.sql.ResultSet; |  |  |  | import java.sql.ResultSet; | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.sql.SQLException; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | public abstract class AbstractEffectModifier { |  |  |  | public abstract class AbstractEffectModifier { | 
			
		
	
	
		
		
			
				
					|  |  | @ -52,7 +51,7 @@ public abstract class AbstractEffectModifier { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.sourceType = SourceType.GetSourceType(this.type.replace(" ", "").replace("-", "")); |  |  |  |         this.sourceType = SourceType.GetSourceType(this.type.replace(" ", "").replace("-", "")); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.minMod = mod.min; |  |  |  |         this.minMod = mod.min; | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.maxMod = mod.max; |  |  |  |         this.maxMod = mod.max; | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.percentMod = mod.value; |  |  |  |         this.percentMod = mod.percentage; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         this.ramp = (float)mod.compoundCurveType.getValue(); |  |  |  |         this.ramp = (float)mod.compoundCurveType.getValue(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.useRampAdd = (float)mod.compoundCurveType.getValue() != 0; |  |  |  |         this.useRampAdd = (float)mod.compoundCurveType.getValue() != 0; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |