Advertisement
Hyomoto

KAS Tech Tree Integration

Dec 2nd, 2013
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. @PART[KAS_Container*]:Final
  2. {
  3. TechRequired = advExploration
  4. entryCost = 1000
  5. }
  6. @PART[KAS_Pipe*]:Final
  7. {
  8. TechRequired = fuelSystems
  9. entryCost = 1200
  10. }
  11. @PART[KAS_Pylon*]:Final
  12. {
  13. TechRequired = specializedConstruction
  14. entryCost = 1000
  15. }
  16. @PART[KAS_Strut*]:Final
  17. {
  18. TechRequired = specializedConstruction
  19. entryCost = 1200
  20. }
  21. @PART[KAS_Hook_Anchor]:Final
  22. {
  23. TechRequired = advLanding
  24. entryCost = 1500
  25. }
  26. @PART[KAS_Hook_GrapplingHook]:Final
  27. {
  28. TechRequired = nanolathing
  29. }
  30. @PART[KAS_Hook*]:Final
  31. {
  32. TechRequired = metaMaterials
  33. entryCost = 1500
  34. }
  35. @PART[KAS_CPort*]:Final
  36. {
  37. TechRequired = metaMaterials
  38. entrycost = 1200
  39. }
  40. @PART[KAS_Winch1]:Final
  41. {
  42. TechRequired = electrics
  43. entryCost = 1000
  44. }
  45. @PART[KAS_*]:HAS[~TechRequired[]]:Final
  46. {
  47. TechRequired = advElectrics
  48. entryCost = 1500
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement