Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase minimum antenna requirement to 5km and communicate what rating is #7

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CONTRACT_TYPE
type = HasAntenna

antennaType = TRANSMIT
minAntennaPower = 100.0
minAntennaPower = 4999.0
}

MODULE
Expand Down Expand Up @@ -128,7 +128,7 @@ CONTRACT_TYPE
name = HasAntenna
type = HasAntenna

minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -196,7 +196,7 @@ CONTRACT_TYPE
name = HasAntenna
type = HasAntenna

minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -334,7 +334,7 @@ CONTRACT_TYPE
type = HasAntenna

antennaType = TRANSMIT
minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -402,7 +402,7 @@ CONTRACT_TYPE
name = HasAntenna
type = HasAntenna

minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -517,7 +517,7 @@ CONTRACT_TYPE
type = HasAntenna

antennaType = TRANSMIT
minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -585,7 +585,7 @@ CONTRACT_TYPE
name = HasAntenna
type = HasAntenna

minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -712,7 +712,7 @@ CONTRACT_TYPE
type = HasAntenna

antennaType = TRANSMIT
minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -780,7 +780,7 @@ CONTRACT_TYPE
name = HasAntenna
type = HasAntenna

minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -898,7 +898,7 @@ CONTRACT_TYPE
type = HasAntenna

antennaType = TRANSMIT
minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -966,7 +966,7 @@ CONTRACT_TYPE
name = HasAntenna
type = HasAntenna

minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand Down Expand Up @@ -1047,7 +1047,7 @@ CONTRACT_TYPE
type = HasAntenna

antennaType = TRANSMIT
minAntennaPower = 100.0
minAntennaPower = 4999.0
}

PARAMETER
Expand All @@ -1057,4 +1057,4 @@ CONTRACT_TYPE

resource = ElectricCharge
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Localization

#LOC_OWR_Contract_OrangeCandle_Title = Orange Candle
#LOC_OWR_Contract_OrangeCandle_Description = The stars have always been watching us, but we have been blinded to their secrets. Now, with the technology we have, we can learn about them.
#LOC_OWR_Contract_OrangeCandle_GenericDescription = Launch an Infrared Telescope to Solar Orbit.
#LOC_OWR_Contract_OrangeCandle_GenericDescription = Launch an Infrared Telescope to Solar Orbit. This contract and all subsequent contracts in this group require the craft to have an antenna that can transmit at least 5 Kilometers.
#LOC_OWR_Contract_OrangeCandle_Completion = With this telescope, we are one step closer to the stars. If we ever go, we will be prepared.


Expand Down Expand Up @@ -87,4 +87,4 @@ Localization
#LOC_OWR_Contract_WaltzOfIce_GenericDescription = Run the Temperature Scan experiment near Prima and Secunda
#LOC_OWR_Contract_WaltzOfIce_Completion = Different regions of each of the planets give off different temperatures. Very curious.
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Localization

#LOC_OWR_Contract_OrangeCandle_Title = Orange Candle
#LOC_OWR_Contract_OrangeCandle_Description = The stars have always been watching us, but we have been blinded to their secrets. Now, with the technology we have, we can learn about them.
#LOC_OWR_Contract_OrangeCandle_GenericDescription = Launch an Infrared Telescope to Solar Orbit.
#LOC_OWR_Contract_OrangeCandle_GenericDescription = Launch an Infrared Telescope to Solar Orbit. This contract and all subsequent contracts in this group require the craft to have an antenna that can transmit at least 5 Kilometers.
#LOC_OWR_Contract_OrangeCandle_Completion = With this telescope, we are one step closer to the stars. If we ever go, we will be prepared.


Expand Down Expand Up @@ -87,4 +87,4 @@ Localization
#LOC_OWR_Contract_WaltzOfIce_GenericDescription = Run the Temperature Scan experiment near Prima and Secunda
#LOC_OWR_Contract_WaltzOfIce_Completion = Different regions of each of the planets give off different temperatures. Very curious.
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Localization

#LOC_OWR_Contract_OrangeCandle_Title = Orange Candle
#LOC_OWR_Contract_OrangeCandle_Description = The stars have always been watching us, but we have been blinded to their secrets. Now, with the technology we have, we can learn about them.
#LOC_OWR_Contract_OrangeCandle_GenericDescription = Launch an Infrared Telescope to Solar Orbit.
#LOC_OWR_Contract_OrangeCandle_GenericDescription = Launch an Infrared Telescope to Solar Orbit. This contract and all subsequent contracts in this group require the craft to have an antenna that can transmit at least 5 Kilometers.
#LOC_OWR_Contract_OrangeCandle_Completion = With this telescope, we are one step closer to the stars. If we ever go, we will be prepared.


Expand Down Expand Up @@ -87,4 +87,4 @@ Localization
#LOC_OWR_Contract_WaltzOfIce_GenericDescription = Run the Temperature Scan experiment near Prima and Secunda
#LOC_OWR_Contract_WaltzOfIce_Completion = Different regions of each of the planets give off different temperatures. Very curious.
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Localization

#LOC_OWR_Contract_OrangeCandle_Title = Orange Candle
#LOC_OWR_Contract_OrangeCandle_Description = The stars have always been watching us, but we have been blinded to their secrets. Now, with the technology we have, we can learn about them.
#LOC_OWR_Contract_OrangeCandle_GenericDescription = Launch an Infrared Telescope to Solar Orbit.
#LOC_OWR_Contract_OrangeCandle_GenericDescription = Launch an Infrared Telescope to Solar Orbit. This contract and all subsequent contracts in this group require the craft to have an antenna that can transmit at least 5 Kilometers.
#LOC_OWR_Contract_OrangeCandle_Completion = With this telescope, we are one step closer to the stars. If we ever go, we will be prepared.


Expand Down Expand Up @@ -87,4 +87,4 @@ Localization
#LOC_OWR_Contract_WaltzOfIce_GenericDescription = Run the Temperature Scan experiment near Prima and Secunda
#LOC_OWR_Contract_WaltzOfIce_Completion = Different regions of each of the planets give off different temperatures. Very curious.
}
}
}