Pastebinning04

Untitled

Dec 15th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.21 KB | None | 0 0
  1. <?xml version="1.0"?>
  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_AdvancedDoorDefinition">
  5.       <Id>
  6.         <TypeId>AdvancedDoor</TypeId>
  7.         <SubtypeId>RetractableGlassCanopy_SEM4</SubtypeId>
  8.       </Id>
  9.       <DisplayName>Glass Canopy Attachment</DisplayName>
  10.       <Icon>Textures\GUI\Icons\Cubes\AzCockpit.dds</Icon>
  11.       <CubeSize>Small</CubeSize>
  12.       <BlockTopology>TriangleMesh</BlockTopology>
  13.       <Size x="1" y="1" z="1" />
  14.       <ModelOffset x="0" y="-1" z="-1.24" />
  15.       <Model>Models\Cubes\FighterCockpit\Canopy\OpenCockpitButton.mwm</Model>
  16.       <Components>
  17.         <Component Subtype="Construction" Count="5" />
  18.         <Component Subtype="SteelPlate" Count="2" />
  19.         <Component Subtype="InteriorPlate" Count="1" />
  20.         <Component Subtype="BulletproofGlass" Count="5" />
  21.         <Component Subtype="SteelPlate" Count="2" />
  22.       </Components>
  23.       <CriticalComponent Subtype="Computer" Index="0" />
  24.       <MountPoints>
  25.         <MountPoint Side="Bottom" StartX="0" StartY="0.53" EndX="1" EndY="0.94" /><!--Bottom of the Cockpit Conveyor Doors Area-->
  26.       </MountPoints>
  27.       <BlockPairName>RetractableGlassCanopy_SEM4</BlockPairName>
  28.       <MirroringZ>Y</MirroringZ>
  29.       <MirroringY>Z</MirroringY>
  30.       <BuildTimeSeconds>12</BuildTimeSeconds>
  31.       <EdgeType>Light</EdgeType>
  32.       <PowerConsumptionIdle>0.00001</PowerConsumptionIdle>
  33.       <PowerConsumptionMoving>0.00001</PowerConsumptionMoving>
  34.       <DamageEffectId>212</DamageEffectId>
  35.       <DamagedSound>ParticleHeavyMech</DamagedSound>
  36.       <ResourceSinkGroup>Doors</ResourceSinkGroup>
  37.       <Subparts>
  38.         <SubpartDefinition>
  39.           <Name>CanopyGlass</Name>
  40.         </SubpartDefinition>
  41.       </Subparts>
  42.       <OpeningSequence>
  43.     <Opening>
  44.           <IDs>0</IDs>
  45.             <Move>Rotate</Move>
  46.             <RotationAxis>X</RotationAxis>
  47.             <MaxOpen>45</MaxOpen>
  48.             <PivotPosition x="0" y="0.7350" z="1.2153" />
  49.             <Speed>38</Speed>
  50.             <OpenSound>BlockDoorSmallOpen</OpenSound>
  51.             <CloseSound>BlockDoorSmallClose</CloseSound>
  52.         </Opening>
  53.       </OpeningSequence>
  54.     </Definition>
  55.   </CubeBlocks>
  56. </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment