|
2 | 2 | <Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
3 | 3 | <CubeBlocks> |
4 | 4 |
|
5 | | - <Definition xsi:type="MyObjectBuilder_JumpDriveDefinition"> |
| 5 | + <Definition xsi:type="MyObjectBuilder_UpgradeModuleDefinition"> |
6 | 6 | <Id> |
7 | | - <TypeId>JumpDrive</TypeId> |
| 7 | + <TypeId>UpgradeModule</TypeId> |
8 | 8 | <SubtypeId>SlipspaceCoreSmall</SubtypeId> |
9 | 9 | </Id> |
10 | 10 | <Public>true</Public> |
|
13 | 13 | <Description>Use the [REDACTED] within Saturn's magnetic field to propel your ship unusually fast. Requires a large amount of energy. After 60 seconds in slipspace, a signature will appear upon leaving it. Do not use to boil water.</Description> |
14 | 14 | <CubeSize>Small</CubeSize> |
15 | 15 | <BlockTopology>TriangleMesh</BlockTopology> |
16 | | - <Size x="1" y="1" z="1"/> |
| 16 | + <Size x="1" y="1" z="1"/> |
17 | 17 | <ModelOffset x="0" y="0" z="0" /> |
18 | 18 | <Model>Models\Slipspace_Core_1x1_SG.mwm</Model> |
19 | 19 | <Components> |
|
31 | 31 | <MountPoints> |
32 | 32 | </MountPoints> |
33 | 33 | <BuildProgressModels> |
34 | | - </BuildProgressModels> |
| 34 | + </BuildProgressModels> |
35 | 35 | <MirroringY>Z</MirroringY> |
36 | 36 | <MirroringZ>Y</MirroringZ> |
37 | 37 | <EdgeType>Light</EdgeType> |
38 | 38 | <Upgrades></Upgrades> |
39 | 39 | <ResourceSinkGroup>Utility</ResourceSinkGroup> |
40 | 40 | <RequiredPowerInput>32</RequiredPowerInput> |
41 | | - <PowerNeededForJump>3</PowerNeededForJump> |
42 | | - <PowerEfficiency>0.8</PowerEfficiency> |
43 | | - |
44 | | - <MaxJumpDistance>2000000</MaxJumpDistance> |
45 | | - <MaxJumpMass>125000</MaxJumpMass> |
46 | 41 | <DamageEffectId>214</DamageEffectId> |
47 | 42 | <PCU>250</PCU> |
48 | 43 | <IsAirTight>true</IsAirTight> |
49 | 44 | </Definition> |
50 | 45 |
|
51 | | - <Definition xsi:type="MyObjectBuilder_JumpDriveDefinition"> |
| 46 | + <Definition xsi:type="MyObjectBuilder_UpgradeModuleDefinition"> |
52 | 47 | <Id> |
53 | | - <TypeId>JumpDrive</TypeId> |
| 48 | + <TypeId>UpgradeModule</TypeId> |
54 | 49 | <SubtypeId>SlipspaceCoreLarge</SubtypeId> |
55 | 50 | </Id> |
56 | 51 | <Public>true</Public> |
|
83 | 78 | <EdgeType>Light</EdgeType> |
84 | 79 | <Upgrades></Upgrades> |
85 | 80 | <ResourceSinkGroup>Utility</ResourceSinkGroup> |
86 | | - <RequiredPowerInput>32</RequiredPowerInput> |
87 | | - <PowerNeededForJump>3</PowerNeededForJump> |
88 | | - <PowerEfficiency>0.8</PowerEfficiency> |
89 | | - |
90 | | - <MaxJumpDistance>20000000</MaxJumpDistance> |
91 | | - <MaxJumpMass>12500000</MaxJumpMass> |
| 81 | + <RequiredPowerInput>44</RequiredPowerInput> |
92 | 82 | <DamageEffectId>214</DamageEffectId> |
93 | 83 | <PCU>250</PCU> |
94 | 84 | <IsAirTight>true</IsAirTight> |
95 | 85 | </Definition> |
96 | | - </CubeBlocks> |
| 86 | + </CubeBlocks> |
97 | 87 | </Definitions> |
0 commit comments