Skip to content

Commit

Permalink
Weapon centering
Browse files Browse the repository at this point in the history
  • Loading branch information
wa-la000 committed Aug 26, 2024
1 parent ab824b4 commit 38c7f91
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Main Weapons/Arbalest.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<CriticalComponent Subtype="Computer" Index="0" />
<MirroringY>Z</MirroringY>
<MirroringZ>Y</MirroringZ>
<Center x="0" y="0" z="0" />
<Center x="0" y="0" z="8" />
<BuildTimeSeconds>6</BuildTimeSeconds>
<EdgeType>Light</EdgeType>
<WeaponDefinitionId Subtype="ArbalestWep" />
Expand Down
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Main Weapons/Ballista.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<CriticalComponent Subtype="Computer" Index="0" />
<MirroringY>Z</MirroringY>
<MirroringZ>Y</MirroringZ>
<Center x="0" y="0" z="0" />
<Center x="0" y="0" z="8" />
<BuildTimeSeconds>6</BuildTimeSeconds>
<EdgeType>Light</EdgeType>
<WeaponDefinitionId Subtype="BallistaWep" />
Expand Down
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Main Weapons/Catapult.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<CriticalComponent Subtype="Computer" Index="0" />
<MirroringY>Z</MirroringY>
<MirroringZ>Y</MirroringZ>
<Center x="0" y="0" z="0" />
<Center x="0" y="0" z="11" />
<BuildTimeSeconds>6</BuildTimeSeconds>
<EdgeType>Light</EdgeType>
<WeaponDefinitionId Subtype="CatapultWep" />
Expand Down
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Main Weapons/Culverin.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</Id>
<DisplayName>Culverin Rocket Pod</DisplayName>
<Icon>Textures\GUI\Icons\Cubes\missile_launcher_small.dds</Icon>
<Description></Description>
<Description>Rocket pod.... not really sure what more you could want...</Description>
<CubeSize>Small</CubeSize>
<GuiVisible>false</GuiVisible>
<BlockTopology>TriangleMesh</BlockTopology>
Expand Down
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Main Weapons/Hwacha.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<CriticalComponent Subtype="Computer" Index="0" />
<MirroringY>Z</MirroringY>
<MirroringZ>Y</MirroringZ>
<Center x="0" y="0" z="0" />
<Center x="0" y="1" z="3" />
<BuildTimeSeconds>6</BuildTimeSeconds>
<EdgeType>Light</EdgeType>
<WeaponDefinitionId Subtype="HwachaWep" />
Expand Down
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Main Weapons/Onager.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<CriticalComponent Subtype="Computer" Index="0" />
<MirroringY>Z</MirroringY>
<MirroringZ>Y</MirroringZ>
<Center x="0" y="0" z="0" />
<Center x="0" y="0" z="7" />
<BuildTimeSeconds>6</BuildTimeSeconds>
<EdgeType>Light</EdgeType>
<WeaponDefinitionId Subtype="OnagerWep" />
Expand Down
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Main Weapons/Trebuchet.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<CriticalComponent Subtype="Computer" Index="0" />
<MirroringY>Z</MirroringY>
<MirroringZ>Y</MirroringZ>
<Center x="0" y="0" z="0" />
<Center x="0" y="0" z="4" />
<BuildTimeSeconds>6</BuildTimeSeconds>
<EdgeType>Light</EdgeType>
<WeaponDefinitionId Subtype="TrebuchetWep" />
Expand Down

0 comments on commit 38c7f91

Please sign in to comment.