Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KSP-RO/RP-1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3737edd5df50
Choose a base ref
...
head repository: KSP-RO/RP-1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e25b7c4a8d99
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 7, 2017

  1. Fix Sounding Rocket Altitude Cotnract

    Added a missing "MAX" to the beginnig of the
    following:($RP0_SoundingMaxAltitudeKM,100)
    pap1723 committed Aug 7, 2017
    Copy the full SHA
    37f4d2f View commit details
  2. Copy the full SHA
    e25b7c4 View commit details
Showing with 51 additions and 0 deletions.
  1. +51 −0 GameData/RP-0/Contracts/Milestones/Unlock Tech.cfg
51 changes: 51 additions & 0 deletions GameData/RP-0/Contracts/Milestones/Unlock Tech.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
CONTRACT_TYPE
{
name = unlockParts
title = Unlock Parts Tech Node
group = Milestones
agent = Federation Aeronautique Internationale

description = You want to accept this contract before taking any others. It will automatically unlock the tech that will allow you to purchase parts. The contract will complete after two seconds.

synopsis = Click this to unlock Parts

completedMessage = Done. Head to the tech tree and purchase the parts that you want to use.

sortKey = 100

cancellable = false
declinable = false
autoAccept = false
minExpiry = 0
maxExpiry = 0
maxCompletions = 1
maxSimultaneous = 1
deadline = 0

targetBody = HomeWorld()


// ************ REWARDS ************
prestige = Trivial // 1.0x
advanceFunds = 0
rewardScience = 0
rewardReputation = 0
rewardFunds = 0

PARAMETER
{
name = Duration
type = Duration
duration = 2s
preWaitText = Click to unlock
waitingText = Time to unlock
completionText = Tech Node is unlocked
}
BEHAVIOUR
{
name = UnlockTech
type = UnlockTech

techID = rocketryTesting
}
}