artemis-nerds / protocol-docs

Unofficial documentation for the Artemis network and file protocols, written by the Artemis community
https://artemis-nerds.github.io/protocol-docs/
MIT License
8 stars 5 forks source link

Tube (un)load times #155

Open StarryWisdom opened 6 years ago

StarryWisdom commented 6 years ago

"Tube (un)load times (bits 2.1-2.6, float array)

Each element of this array gives the (un)load time for the corresponding tube. This field should be ignored (even when present) if the tube's status is not loading or unloading."

IMO should be clear the time is in seconds, also that a full bar is 15s (IE it counts down from 15.0f to 0.0f)

rjwut commented 6 years ago

Are we sure that a full bar = 15 seconds? Doesn't the torpedo energy allocation from engineering affect how fast it loads?

StarryWisdom commented 6 years ago

I suspect that is dealt with via altering the amount increased per second? the bar being 15.0f long decreasing at 1.0f per second assuming 100% power and 0% damage would be a better phrase (will check if that is true shortly)