Guest User

Untitled

a guest
Mar 2nd, 2021
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. # ======================== CV Turret use on planets ===========================
  2. # ==== Unlike vanilla, this is actually better balanced for use on planets ====
  3. # ==================== still OP though and will ruin the game =================
  4. # Fixed CV weapons are still disabled in atmo due to abusability with range
  5. { Item Id: 2151, Name: TurretMSArtilleryWeapon
  6. {
  7. AllowAt: "Space,Planet"
  8. }
  9. }
  10. { Item Id: 118, Name: TurretMSPlasmaWeapon
  11. {
  12. AllowAt: "Space,Planet"
  13. }
  14. }
  15. { Item Id: 122, Name: TurretMSCannonWeapon
  16. {
  17. AllowAt: "Space,Planet"
  18. }
  19. }
  20. { Item Id: 123, Name: TurretMSPulseLaserWeapon
  21. {
  22. AllowAt: "Space,Planet"
  23. }
  24. }
  25. { Item Id: 125, Name: TurretMSFlakWeapon
  26. {
  27. AllowAt: "Space,Planet"
  28. }
  29. }
  30. { Item Id: 126, Name: TurretMSRocketWeapon
  31. {
  32. AllowAt: "Space,Planet"
  33. }
  34. }
  35. { Item Id: 135, Name: TurretMSToolWeapon
  36. {
  37. AllowAt: "Space,Planet"
  38. }
  39. {
  40. AllowAt: "Space,Planet"
  41. }
  42. {
  43. AllowAt: "Space,Planet"
  44. }
  45. }
  46.  
  47. # ============== MINING CHANGES - EASY MODE ====================
  48. # Remove the # at the beginning of each line between the { brackets } to enable.
  49. # Easy Drilling - Increases speed of the mechanical drill
  50. { Item Id: 2056, Name: Drill
  51. {
  52. Damage: 170
  53. Radius: 1.25
  54. }
  55. }
  56. # Easy Drilling 2 - Increases speed of the laser drill
  57. { Item Id: 2067, Name: DrillT2
  58. {
  59. Damage: 250
  60. Radius: 1.5
  61. }
  62. }
  63. # Easy Drilling 3 - Increases speed of the epic drill
  64. { Item Id: 2088, Name: DrillEpic, Ref: DrillT2
  65. {
  66. Damage: 350
  67. Radius: 2.0
  68. }
  69. {
  70. Damage: 450
  71. Radius: 2.5
  72. }
  73. }
  74. # HV/SV Mechanical Drills
  75. { Item Id: 2178, Name: DrillAttachmentWeapon
  76. StackSize: 1000
  77. Mass: 400, type: float, display: false, formatter: Kilogram
  78. Category: Weapons/Items
  79. {
  80. Damage: 500
  81. Radius: 2.5
  82. }
  83. }
  84. # HV T2 Drill
  85. { Item Id: 133, Name: DrillAttachmentT2Weapon, Ref: DrillAttachmentWeapon
  86. {
  87. Damage: 650
  88. Radius: 2.75
  89. }
  90. }
  91. # HV Drill Turret
  92. { Item Id: 131, Name: TurretGVDrillWeapon
  93. {
  94. Damage: 600
  95. Radius: 3
  96. }
  97. }
  98. # CV Drill Turret
  99. { Item Id: 132, Name: TurretMSDrillWeapon
  100. {
  101. Damage: 600
  102. Radius: 3.5
  103. AllowAt: "Space,Planet"
  104. }
  105. }
  106. #shield edits
  107. { +Block Id: 1808, Name: ShieldGeneratorBA
  108. HitPoints: 1000, type: int, display: true
  109. EnergyInIdle: 200, type: int, display: true, formatter: Watt
  110. ShieldCapacity: 35000, type: int, display: true
  111. ShieldRecharge: 150, type: int, display: true # per second
  112. ShieldCooldown: 15, type: int, display: true # in seconds
  113. ShieldPerCrystal: 1000, type: int, display: true
  114. }
  115. { +Block Id: 1809, Name: ShieldGeneratorCV, Ref: ShieldGeneratorBA
  116. EnergyInIdle: 200, type: int, display: true, formatter: Watt
  117. ShieldCapacity: 30000, type: int, display: true
  118. ShieldRecharge: 120, type: int, display: true # recharge rate per sec
  119. }
  120. { +Block Id: 1810, Name: ShieldGeneratorSV, Ref: ShieldGeneratorBA
  121. EnergyInIdle: 200, type: int, display: true, formatter: Watt
  122. ShieldCapacity: 9000, type: int, display: true
  123. ShieldRecharge: 500, type: int, display: true # recharge rate per sec
  124. }
  125. { +Block Id: 1811, Name: ShieldGeneratorCVT2, Ref: ShieldGeneratorCV
  126. EnergyInIdle: 200, type: int, display: true, formatter: Watt
  127. ShieldCapacity: 46000, type: int, display: true
  128. ShieldRecharge: 120, type: int, display: true # recharge rate per sec
  129. }
  130. { +Block Id: 1812, Name: ShieldGeneratorBAT2, Ref: ShieldGeneratorBA
  131. EnergyInIdle: 200, type: int, display: true, formatter: Watt
  132. ShieldCapacity: 70000, type: int, display: true
  133. ShieldRecharge: 150, type: int, display: true # recharge rate per sec
  134. }
Advertisement
Add Comment
Please, Sign In to add comment