I'm trying to get the torpedo reload from the API but I don't seem to find where it is. In the Module API There is the Module Profile with Torpedo speed, damage, distance etc like this:
"3549834960": {
"profile": {
"torpedoes": {
"torpedo_speed": 62,
"shot_speed": 0.6,
"max_damage": 17233,
"distance": 10.0
}
},
But where in the result can I find the reload time for the profile/module? Or am I looking in the wrong API?