|
| 1 | +@PART[kv1Pod] |
| 2 | +{ |
| 3 | + MODULE |
| 4 | + { |
| 5 | + name = ModuleKerbalHealth |
| 6 | + space = 0.4 |
| 7 | + } |
| 8 | + RESOURCE |
| 9 | + { |
| 10 | + name = RadiationShielding |
| 11 | + amount = 0 |
| 12 | + maxAmount = 0.5 |
| 13 | + } |
| 14 | +} |
| 15 | + |
| 16 | +@PART[kv2Pod] |
| 17 | +{ |
| 18 | + MODULE |
| 19 | + { |
| 20 | + name = ModuleKerbalHealth |
| 21 | + space = 1.5 |
| 22 | + } |
| 23 | + RESOURCE |
| 24 | + { |
| 25 | + name = RadiationShielding |
| 26 | + amount = 0 |
| 27 | + maxAmount = 1 |
| 28 | + } |
| 29 | +} |
| 30 | + |
| 31 | +@PART[kv3Pod] |
| 32 | +{ |
| 33 | + MODULE |
| 34 | + { |
| 35 | + name = ModuleKerbalHealth |
| 36 | + space = 2.5 |
| 37 | + } |
| 38 | + RESOURCE |
| 39 | + { |
| 40 | + name = RadiationShielding |
| 41 | + amount = 0 |
| 42 | + maxAmount = 1.5 |
| 43 | + } |
| 44 | +} |
| 45 | + |
| 46 | +@PART[Mk2Pod] |
| 47 | +{ |
| 48 | + MODULE |
| 49 | + { |
| 50 | + name = ModuleKerbalHealth |
| 51 | + space = 1.8 |
| 52 | + } |
| 53 | + RESOURCE |
| 54 | + { |
| 55 | + name = RadiationShielding |
| 56 | + amount = 0 |
| 57 | + maxAmount = 1 |
| 58 | + } |
| 59 | +} |
| 60 | + |
| 61 | +@PART[MEMLander] |
| 62 | +{ |
| 63 | + MODULE |
| 64 | + { |
| 65 | + name = ModuleKerbalHealth |
| 66 | + space = 1.9 |
| 67 | + } |
| 68 | + RESOURCE |
| 69 | + { |
| 70 | + name = RadiationShielding |
| 71 | + amount = 0 |
| 72 | + maxAmount = 1 |
| 73 | + } |
| 74 | +} |
| 75 | + |
| 76 | +@PART[EquiTriangle0] |
| 77 | +{ |
| 78 | + MODULE |
| 79 | + { |
| 80 | + name = ModuleKerbalHealth |
| 81 | + shielding = 0.1 |
| 82 | + } |
| 83 | + RESOURCE |
| 84 | + { |
| 85 | + name = RadiationShielding |
| 86 | + amount = 0 |
| 87 | + maxAmount = 0.1 |
| 88 | + } |
| 89 | +} |
| 90 | + |
| 91 | +@PART[EquiTriangle1] |
| 92 | +{ |
| 93 | + MODULE |
| 94 | + { |
| 95 | + name = ModuleKerbalHealth |
| 96 | + shielding = 0.4 |
| 97 | + } |
| 98 | + RESOURCE |
| 99 | + { |
| 100 | + name = RadiationShielding |
| 101 | + amount = 0 |
| 102 | + maxAmount = 0.4 |
| 103 | + } |
| 104 | +} |
| 105 | + |
| 106 | +@PART[EquiTriangle1p5] |
| 107 | +{ |
| 108 | + MODULE |
| 109 | + { |
| 110 | + name = ModuleKerbalHealth |
| 111 | + shielding = 0.85 |
| 112 | + } |
| 113 | + RESOURCE |
| 114 | + { |
| 115 | + name = RadiationShielding |
| 116 | + amount = 0 |
| 117 | + maxAmount = 0.85 |
| 118 | + } |
| 119 | +} |
| 120 | + |
| 121 | +@PART[EquiTriangle2] |
| 122 | +{ |
| 123 | + MODULE |
| 124 | + { |
| 125 | + name = ModuleKerbalHealth |
| 126 | + shielding = 1.5 |
| 127 | + } |
| 128 | + RESOURCE |
| 129 | + { |
| 130 | + name = RadiationShielding |
| 131 | + amount = 0 |
| 132 | + maxAmount = 1.5 |
| 133 | + } |
| 134 | +} |
| 135 | + |
| 136 | +@PART[Panel0] |
| 137 | +{ |
| 138 | + MODULE |
| 139 | + { |
| 140 | + name = ModuleKerbalHealth |
| 141 | + shielding = 0.2 |
| 142 | + } |
| 143 | + RESOURCE |
| 144 | + { |
| 145 | + name = RadiationShielding |
| 146 | + amount = 0 |
| 147 | + maxAmount = 0.2 |
| 148 | + } |
| 149 | +} |
| 150 | + |
| 151 | +@PART[Panel1] |
| 152 | +{ |
| 153 | + MODULE |
| 154 | + { |
| 155 | + name = ModuleKerbalHealth |
| 156 | + shielding = 0.75 |
| 157 | + } |
| 158 | + RESOURCE |
| 159 | + { |
| 160 | + name = RadiationShielding |
| 161 | + amount = 0 |
| 162 | + maxAmount = 0.75 |
| 163 | + } |
| 164 | +} |
| 165 | + |
| 166 | +@PART[Panel1p5] |
| 167 | +{ |
| 168 | + MODULE |
| 169 | + { |
| 170 | + name = ModuleKerbalHealth |
| 171 | + shielding = 1.7 |
| 172 | + } |
| 173 | + RESOURCE |
| 174 | + { |
| 175 | + name = RadiationShielding |
| 176 | + amount = 0 |
| 177 | + maxAmount = 1.7 |
| 178 | + } |
| 179 | +} |
| 180 | + |
| 181 | +@PART[Panel2] |
| 182 | +{ |
| 183 | + MODULE |
| 184 | + { |
| 185 | + name = ModuleKerbalHealth |
| 186 | + shielding = 3 |
| 187 | + } |
| 188 | + RESOURCE |
| 189 | + { |
| 190 | + name = RadiationShielding |
| 191 | + amount = 0 |
| 192 | + maxAmount = 3 |
| 193 | + } |
| 194 | +} |
| 195 | + |
| 196 | +@PART[Triangle0] |
| 197 | +{ |
| 198 | + MODULE |
| 199 | + { |
| 200 | + name = ModuleKerbalHealth |
| 201 | + shielding = 0.1 |
| 202 | + } |
| 203 | + RESOURCE |
| 204 | + { |
| 205 | + name = RadiationShielding |
| 206 | + amount = 0 |
| 207 | + maxAmount = 0.1 |
| 208 | + } |
| 209 | +} |
| 210 | + |
| 211 | +@PART[Triangle1] |
| 212 | +{ |
| 213 | + MODULE |
| 214 | + { |
| 215 | + name = ModuleKerbalHealth |
| 216 | + shielding = 0.4 |
| 217 | + } |
| 218 | + RESOURCE |
| 219 | + { |
| 220 | + name = RadiationShielding |
| 221 | + amount = 0 |
| 222 | + maxAmount = 0.4 |
| 223 | + } |
| 224 | +} |
| 225 | + |
| 226 | +@PART[Triangle1p5] |
| 227 | +{ |
| 228 | + MODULE |
| 229 | + { |
| 230 | + name = ModuleKerbalHealth |
| 231 | + shielding = 0.85 |
| 232 | + } |
| 233 | + RESOURCE |
| 234 | + { |
| 235 | + name = RadiationShielding |
| 236 | + amount = 0 |
| 237 | + maxAmount = 0.85 |
| 238 | + } |
| 239 | +} |
| 240 | + |
| 241 | +@PART[Triangle2] |
| 242 | +{ |
| 243 | + MODULE |
| 244 | + { |
| 245 | + name = ModuleKerbalHealth |
| 246 | + shielding = 1.5 |
| 247 | + } |
| 248 | + RESOURCE |
| 249 | + { |
| 250 | + name = RadiationShielding |
| 251 | + amount = 0 |
| 252 | + maxAmount = 1.5 |
| 253 | + } |
| 254 | +} |
| 255 | + |
| 256 | +@PART[Tube1] |
| 257 | +{ |
| 258 | + MODULE |
| 259 | + { |
| 260 | + name = ModuleKerbalHealth |
| 261 | + shielding = 0.75 |
| 262 | + } |
| 263 | + RESOURCE |
| 264 | + { |
| 265 | + name = RadiationShielding |
| 266 | + amount = 0 |
| 267 | + maxAmount = 0.75 |
| 268 | + } |
| 269 | +} |
| 270 | + |
| 271 | +@PART[Tube1p5] |
| 272 | +{ |
| 273 | + MODULE |
| 274 | + { |
| 275 | + name = ModuleKerbalHealth |
| 276 | + shielding = 0.75 |
| 277 | + } |
| 278 | + RESOURCE |
| 279 | + { |
| 280 | + name = RadiationShielding |
| 281 | + amount = 0 |
| 282 | + maxAmount = 0.75 |
| 283 | + } |
| 284 | +} |
| 285 | + |
| 286 | +@PART[Tube2] |
| 287 | +{ |
| 288 | + MODULE |
| 289 | + { |
| 290 | + name = ModuleKerbalHealth |
| 291 | + shielding = 0.75 |
| 292 | + } |
| 293 | + RESOURCE |
| 294 | + { |
| 295 | + name = RadiationShielding |
| 296 | + amount = 0 |
| 297 | + maxAmount = 0.75 |
| 298 | + } |
| 299 | +} |
| 300 | + |
| 301 | +@PART[Tube3] |
| 302 | +{ |
| 303 | + MODULE |
| 304 | + { |
| 305 | + name = ModuleKerbalHealth |
| 306 | + shielding = 0.75 |
| 307 | + } |
| 308 | + RESOURCE |
| 309 | + { |
| 310 | + name = RadiationShielding |
| 311 | + amount = 0 |
| 312 | + maxAmount = 0.75 |
| 313 | + } |
| 314 | +} |
| 315 | + |
| 316 | +@PART[Tube4] |
| 317 | +{ |
| 318 | + MODULE |
| 319 | + { |
| 320 | + name = ModuleKerbalHealth |
| 321 | + shielding = 0.75 |
| 322 | + } |
| 323 | + RESOURCE |
| 324 | + { |
| 325 | + name = RadiationShielding |
| 326 | + amount = 0 |
| 327 | + maxAmount = 0.75 |
| 328 | + } |
| 329 | +} |
| 330 | + |
0 commit comments