Skip to content

Commit

Permalink
Merge pull request #134 from InvalidArgument3/initialversion
Browse files Browse the repository at this point in the history
Update CubeBlocks_Communications.sbc
  • Loading branch information
InvalidArgument3 authored Oct 17, 2024
2 parents 209540b + 5e0b3f1 commit d0330fc
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Layman's SafeZone/Data/CubeBlocks_Communications.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@
<Model>Models\Cubes\Large\SafeZoneBlock.mwm</Model>

<Components>
<Component Subtype="SteelPlate" Count="750" />
<Component Subtype="Construction" Count="180" />
<Component Subtype="AdminPack" Count="1" />
<Component Subtype="MetalGrid" Count="80" />
<Component Subtype="Computer" Count="120" />
<Component Subtype="SteelPlate" Count="50" />
<Component Subtype="AdminPack" Count="1" >
<DeconstructId>
<TypeId>Ore</TypeId>
<SubtypeId>Scrap</SubtypeId>
</DeconstructId>
</Component>
<Component Subtype="Computer" Count="1" />
</Components>

<CriticalComponent Subtype="Computer" Index="0" />

<MountPoints>
<MountPoint Side="Bottom" StartX="0" StartY="0.5" EndX="2" EndY="1" />
<MountPoint Side="Bottom" StartX="0" StartY="1" EndX="2" EndY="2" />
Expand Down Expand Up @@ -54,6 +55,6 @@
<PCU>1</PCU>
<IsAirTight>false</IsAirTight>
</Definition>

</CubeBlocks>
</Definitions>

0 comments on commit d0330fc

Please sign in to comment.