Advertisement
Whiplash141

Merge Block Fix - Raw

Mar 1st, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.44 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <CubeBlocks>
  4.     <Definition xsi:type="MyObjectBuilder_MergeBlockDefinition">
  5.       <Id>
  6.         <TypeId>MergeBlock</TypeId>
  7.         <SubtypeId>SmallShipMergeBlock</SubtypeId>
  8.       </Id>
  9.       <DisplayName>DisplayName_Block_MergeBlock</DisplayName>
  10.       <Icon>Textures\GUI\Icons\Cubes\MergeBlock.dds</Icon>
  11.       <CubeSize>Small</CubeSize>
  12.       <Strength>0.015</Strength>
  13.       <BlockTopology>TriangleMesh</BlockTopology>
  14.       <Size x="1" y="3" z="3" />
  15.       <ModelOffset x="0" y="0" z="0" />
  16.       <Model>Models\Cubes\Small\MergeBlock.mwm</Model>
  17.       <Components>
  18.         <Component Subtype="SteelPlate" Count="1" />
  19.         <Component Subtype="Construction" Count="5" />
  20.         <Component Subtype="Motor" Count="1" />
  21.         <Component Subtype="SmallTube" Count="2" />
  22.         <Component Subtype="Computer" Count="1" />
  23.         <Component Subtype="SteelPlate" Count="3" />
  24.       </Components>
  25.       <CriticalComponent Subtype="Computer" Index="0" />
  26.       <BuildProgressModels>
  27.         <Model BuildPercentUpperBound="0.5" File="Models\Cubes\Small\MergeBlockConstruction_1.mwm" />
  28.         <Model BuildPercentUpperBound="1.0" File="Models\Cubes\Small\MergeBlockConstruction_2.mwm" />
  29.       </BuildProgressModels>
  30.       <MountPoints>
  31.         <MountPoint Side="Left" StartX="0.1" StartY="0.1" EndX="2.9" EndY="2.9" Default="true" />
  32.         <!--This right face mountpoint is the line I added. Everything else is the same-->
  33.         <MountPoint Side="Right" ExclusionMask="3" PropertiesMask="4" StartX="0.1" StartY="0.1" EndX="2.9" EndY="2.9" />
  34.         <MountPoint Side="Top" StartX="0.1" StartY="0.1" EndX="0.9" EndY="2.9" />
  35.         <MountPoint Side="Bottom" StartX="0.1" StartY="0.1" EndX="0.9" EndY="2.9" />
  36.         <MountPoint Side="Back" StartX="0.1" StartY="0.1" EndX="0.9" EndY="2.9" />
  37.         <MountPoint Side="Front" StartX="0.1" StartY="0.1" EndX="0.9" EndY="2.9" />
  38.       </MountPoints>
  39.       <BlockPairName>MergeBlock</BlockPairName>
  40.       <MirroringX>Y</MirroringX>
  41.       <EdgeType>Light</EdgeType>
  42.       <Public>true</Public>
  43.       <BuildTimeSeconds>12</BuildTimeSeconds>
  44.       <DamageEffectId>212</DamageEffectId>
  45.       <DamagedSound>ParticleHeavyMech</DamagedSound>
  46.       <EmissiveColorPreset>ConnectBlock</EmissiveColorPreset>
  47.     </Definition>
  48.   </CubeBlocks>
  49. </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement