I'm looking for the formula of harvesting time.
I saw on the wiki the one for drills, it works perfectly, thanks for that

The main thing with player and/or tools harvesting is that they have one value but not the other... (I talk about Mining Power and Mining Speed, that both drills have)
In the factorio files, player have a field "mining-speed" that is of 0.01 value. I assume this is the speed, not the power.
In tools, tools have a field "speed", iron-axe is 2.5 and steel-axe is 4. But in the game, it is called "Mining Power" so I assume it is the power then.
I tried to do the maths with logical values, as mining-speed of 0.01 (taken from the player), then mining-power of 1 for player without tools (maybe default value?) and then the tools' respective values for the others.
This doesn't work at all, 0.01 is waaaaaay too low to have decent results.
I have tried to reverse calculate the mining power out from these value but I reach values like 37 mining power for the player and something like 0.58 mining speed for the tools.
So my question is simple:
With all the values I have, how can I calculate the seconds it takes to harvest a single resource with the different tools (no-tools included) ?
Thank's
