/** @brief Calculates deut consummation for parking/expe of a fleet. * @param[in] int $conso The conso of the fleet * @param[in] int $hour Number of hours in parking * @return float Deut conso for this hour of parking */ function ogame_fleet_conso_statio($conso, $hour);