Advertisement
Specialist290

Deadly Reentry ModuleManager Config File for KSP 0.22 Source

Oct 20th, 2013
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. // DeadlyReentryTechTree.cfg by Specialist290
  2. // Licensed under Creative Commons Attribution-ShareAlike 3.0 Unported http://creativecommons.org/licenses/by-sa/3.0/
  3. // For Deadly Reentry v2.3, by ialdabaoth ( http://forum.kerbalspaceprogram.com/threads/32342-0-20-Deadly-Reentry-2-3-reentry-heat-plus-thermal-and-g-force-damage-to-parts )
  4. // Incorporates ModuleManager 1.3, by ialdabaoth ( http://forum.kerbalspaceprogram.com/threads/31342-0-20-ModuleManager-1-3-for-all-your-stock-modding-needs )
  5.  
  6. @PART[1.25_Heatshield]:Final
  7. {
  8. TechRequired = start
  9. entryCost = 0
  10. }
  11.  
  12. @PART[2.5_Heatshield]:Final
  13. {
  14. TechRequired = specializedControl
  15. entryCost = 4200
  16. }
  17.  
  18. @PART[decoupler_ftr]:Final
  19. {
  20. TechRequired = specializedControl
  21. entryCost = 1000
  22. }
  23.  
  24. @PART[3.75_Heatshield]:Final
  25. {
  26. TechRequired = advMetalworks
  27. entryCost = 8800
  28. }
  29.  
  30. @PART[6.25_Heatshield]:Final
  31. {
  32. TechRequired = metaMaterials
  33. entryCost = 10200
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement