forked from cacklingfiend/lignumis
		
	Balance deep miner
This commit is contained in:
		
							parent
							
								
									d128ab8f6e
								
							
						
					
					
						commit
						c5bacf34ce
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		|  | @ -4,10 +4,11 @@ local DeepMiner = DeepMinerFactory("deep-miner") | ||||||
| local entity = DeepMiner.EntityBuilder:new():build({ | local entity = DeepMiner.EntityBuilder:new():build({ | ||||||
|     resource_searching_radius = 0.49, |     resource_searching_radius = 0.49, | ||||||
|     energy_usage = "25MW", |     energy_usage = "25MW", | ||||||
|     mining_speed = 30, |     mining_speed = 15, | ||||||
|     energySource = { |     energySource = { | ||||||
|         emissions_per_minute = { noise = 500 } |         emissions_per_minute = { noise = 500 } | ||||||
|     } |     }, | ||||||
|  |     resource_drain_rate_percent = 75 | ||||||
| }) | }) | ||||||
| entity.resource_categories = { "deep-mining" } | entity.resource_categories = { "deep-mining" } | ||||||
| data:extend({ entity }) | data:extend({ entity }) | ||||||
|  | @ -25,9 +26,10 @@ DeepMiner.RecipeBuilder:new() | ||||||
|         { type = "item", name = "electric-engine-unit", amount = 100 }, |         { type = "item", name = "electric-engine-unit", amount = 100 }, | ||||||
|         { type = "item", name = "steel-plate", amount = 200 }, |         { type = "item", name = "steel-plate", amount = 200 }, | ||||||
|         { type = "item", name = "concrete", amount = 50 } |         { type = "item", name = "concrete", amount = 50 } | ||||||
| 
 |  | ||||||
|     }) |     }) | ||||||
|     :apply() |     :apply({ | ||||||
|  |         category = "metallurgy-or-assembling" | ||||||
|  |     }) | ||||||
| 
 | 
 | ||||||
| DeepMiner.TechnologyBuilder:new() | DeepMiner.TechnologyBuilder:new() | ||||||
|     :prerequisites({ "space-science-pack" }) |     :prerequisites({ "space-science-pack" }) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann