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

Add an "OPTIONAL" tag to the descent angle parameter on x-plane contracts #2474

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = crewedSuborbitalCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = crewedSuborbitalCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = crewedSuborbitalCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = crewedSuborbitalCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = crewedSuborbitalCraft
Expand Down
2 changes: 1 addition & 1 deletion GameData/RP-1/Contracts/X-Plane Research/XPlanesKarman.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = crewedSuborbitalCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = stratosphericResearchCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = stratosphericResearchCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = crewedSuborbitalCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = supersonicCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = supersonicCraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ CONTRACT_TYPE
{
name = OptVesselGroup
type = VesselParameterGroup
title = Land on the runway with descent angle lower than 10 degrees
title = OPTIONAL: Land on the runway with a descent angle lower than 10 degrees
rewardReputation = Round(@/rewardReputation * 0.3 + 0.4999, 1)
optional = true
vessel = supersonicCraft
Expand Down
Loading