forked from cacklingfiend/lignumis
		
	Use 60 sec crafting time for active noise cancelling to visualise progress
Reduce energy usage to 500kW
This commit is contained in:
		
							parent
							
								
									f76c7e6564
								
							
						
					
					
						commit
						f8cfa91b70
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -22,7 +22,7 @@ data:extend({ | ||||||
|         max_health = 150, |         max_health = 150, | ||||||
|         crafting_speed = 1, |         crafting_speed = 1, | ||||||
|         crafting_categories = { "active-noise-cancelling" }, |         crafting_categories = { "active-noise-cancelling" }, | ||||||
|         energy_usage = "1MW", |         energy_usage = "500kW", | ||||||
|         energy_source = { |         energy_source = { | ||||||
|             type = "electric", |             type = "electric", | ||||||
|             usage_priority = "secondary-input", |             usage_priority = "secondary-input", | ||||||
|  | @ -113,7 +113,7 @@ data:extend({ | ||||||
|         name = "active-noise-cancelling", |         name = "active-noise-cancelling", | ||||||
|         icons = { { icon = Lignumis.graphics .. "icons/active-noise-cancelling.png" } }, |         icons = { { icon = Lignumis.graphics .. "icons/active-noise-cancelling.png" } }, | ||||||
|         enabled = false, |         enabled = false, | ||||||
|         energy_required = 1000000, |         energy_required = 60, | ||||||
|         ingredients = {}, |         ingredients = {}, | ||||||
|         results = {}, |         results = {}, | ||||||
|         category = "active-noise-cancelling", |         category = "active-noise-cancelling", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann