Ancient Drill


Adds a large ancient drill made from fulgorian scrap

Content
21 days ago
2.0
4.64K
Mining

g [DONE]Mining time

6 months ago

Why does this drill have a 25 second mining time (ie. how long it takes to pick the thing up by hand)? Space Age's Big Drill has only a 0.3s mining time. There's very few situations where it makes sense to have a mining time longer than a second or two, and most of them just involve things that you really don't want to accidentally pick up by hand. AFAIK, there aren't ANY player-built entities with longer than a 1.0s mining time in the vanilla game, including things like nuclear reactors, rocket siloes, etc.

Note that this is referring specifically to the mining_time parameter in the minable field:

minable = {mining_time = 25, result = "ancient-drill"}

This parameter does not define how fast the drill extracts ore from resource patches (that is controlled by the mining_speed parameter at the top level in the entity, which you have set to 20), it defines to how long it takes to "mine" the entity back into an item by holding down right click on it.

6 months ago

Hi! Thanks for question. I absolutely know that mining time != mining speed to be clear :D

Probably, it's just a copied fragmet of code that I never to mind. Usually drones already exist when u reach Vulcanus and Fulgora and picks&drops anything without problem. Okay, I'll fix this for prevent this kind of issues

New response