Skip to content

Commit

Permalink
Added ERA groupings
Browse files Browse the repository at this point in the history
  • Loading branch information
wa-la000 committed Aug 27, 2024
1 parent 59a2adf commit e822f10
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 18 additions & 0 deletions ModernWarfareArmor/Data/BlockVariantGroups_MWC.sbc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BlockVariantGroups>
<BlockVariantGroup>
<Id Type="MyObjectBuilder_BlockVariantGroup" Subtype="ERAGroup" />
<Icon>Textures\GUI\Icons\Cubes\ReactiveArmorFull.dds</Icon>
<DisplayName>Explosive Reactive Armor</DisplayName>
<Description></Description>
<Blocks>
<Block Type="MyObjectBuilder_CubeBlock" Subtype="ReactiveArmorFull" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="ReactiveArmorSlope" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="ReactiveArmorHalf" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="ReactiveArmorHalfSlopeBase" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="ReactiveArmorHalfSlopeTip" />
</Blocks>
</BlockVariantGroup>
</BlockVariantGroups>
</Definitions>
4 changes: 1 addition & 3 deletions ModernWarfareCore/Data/BlockVariantGroups_MWC.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
<Block Type="MyObjectBuilder_Thrust" Subtype="ElectricFan" />
<Block Type="MyObjectBuilder_Thrust" Subtype="ElectricFanDShape" />
</Blocks>
</BlockVariantGroup>
</BlockVariantGroups>
<BlockVariantGroups>
</BlockVariantGroup>
<BlockVariantGroup>
<Id Type="MyObjectBuilder_BlockVariantGroup" Subtype="JetThrusterIntakeGroup" />
<Icon>Textures\Icons\JetThruster.dds</Icon>
Expand Down

0 comments on commit e822f10

Please sign in to comment.