Skip to content

Commit

Permalink
Balance and AI to spear
Browse files Browse the repository at this point in the history
  • Loading branch information
wa-la000 committed Aug 28, 2024
1 parent 4f64087 commit c71af13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Secondary Weapons/Shield.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Definition xsi:type="MyObjectBuilder_LargeTurretBaseDefinition">
<Id>
<TypeId>LargeGatlingTurret</TypeId>
<SubtypeId>ShieldTurret</SubtypeId>
<SubtypeId>ShieldTurret_AIEnabled</SubtypeId>
</Id>
<DisplayName>Shield Turret</DisplayName>
<Icon>Textures\Icons\Turrets\ShieldTurretIcon.png</Icon>
Expand Down
6 changes: 3 additions & 3 deletions ModernWarfareGuns/Data/Secondary Weapons/Spear.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
<TypeId>WeaponDefinition</TypeId>
<SubtypeId>SpearWep</SubtypeId>
</Id>
<MissileAmmoData RateOfFire="300" ShootSoundName="WepTurretMissileShot" FlightSoundName="MissileFlightSound" ShotsInBurst="4" />
<MissileAmmoData RateOfFire="5" ShootSoundName="WepTurretMissileShot" FlightSoundName="MissileFlightSound" ShotsInBurst="4" />
<DeviateShotAngle>2.0</DeviateShotAngle>
<DeviateShotAngleAiming>2.0</DeviateShotAngleAiming>
<AmmoMagazines>
<AmmoMagazine Subtype="SpearMag" />
</AmmoMagazines>
<ReloadTime>10000</ReloadTime>
<ReloadTime>12000</ReloadTime>
</Weapon> <!--gren-->
</Weapons>
<AmmoMagazines>
Expand All @@ -111,7 +111,7 @@
<Volume>30</Volume>
<Model>Models\Magazines\GrenadeCrate.mwm</Model>
<PhysicalMaterial>Ammo</PhysicalMaterial>
<Capacity>3</Capacity>
<Capacity>1</Capacity>
<AmmoDefinitionId Subtype="SpearAmmo_BeamRider" />

<MinimumOfferAmount>100</MinimumOfferAmount>
Expand Down

0 comments on commit c71af13

Please sign in to comment.