|  |  | @ -18,11 +18,13 @@ import java.sql.ResultSet; | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.sql.SQLException; |  |  |  | import java.sql.SQLException; | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.util.HashMap; |  |  |  | import java.util.HashMap; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | /*  @Summary - Blueprint class is used for determining |  |  |  | // MB Dev Notes:
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |  characteristics of instanced player owned |  |  |  | // This class is the building equivalent of an itemTemplate;
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |  structures such as available slots, upgrade |  |  |  | //
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |  cost/time and the target window symbol icon. |  |  |  | // DB table static_building_blueprint contains all the data
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |  */ |  |  |  | // required for ranking and planting player buildings from
 | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | // a contract.
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | public class Blueprint { |  |  |  | public class Blueprint { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     public final static Vector2f IrikieForgeExtents = new Vector2f(32, 32); |  |  |  |     public final static Vector2f IrikieForgeExtents = new Vector2f(32, 32); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |