Advertisement
Guest User

KillJeb

a guest
Nov 2nd, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. PARAMETER
  2. {
  3. name = Not
  4. type = Not
  5.  
  6. title = Kill Jeb
  7.  
  8. completeInSequence = true
  9.  
  10. PARAMETER
  11. {
  12. name = KerbalDeaths
  13. type = KerbalDeaths
  14.  
  15. // Maximum Number of Kerbals that can die before this contract is considered
  16. // failed.
  17. //
  18. // Type: int
  19. // Required: No (defaulted)
  20. // Default: 1
  21. //
  22. countMax = 1
  23.  
  24. kerbal = Jebediah Kerman
  25.  
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement