Skip to content

Commit

Permalink
adjusted range, added area of impact, and more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Airomeda authored Dec 27, 2024
1 parent 8dc1653 commit ac0bda1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/Vehicles.VehicleTurretDef[defName="AV_Frigate_MainTurret" or defName="AV_Frigate_SecondTurret"]/minRange</xpath>
<value>
<minRange>16</minRange>
<minRange>45</minRange> <!-- +5 from maxRange to predict non-obstructed impact -->
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/Vehicles.VehicleTurretDef[defName="AV_Frigate_MainTurret" or defName="AV_Frigate_SecondTurret"]/maxRange</xpath>
<value>
<maxRange>64</maxRange>
<maxRange>40</maxRange>
</value>
</Operation>

Expand Down Expand Up @@ -71,10 +71,10 @@
<value>
<li Class="Vehicles.CETurretDataDefModExtension">
<ammoSet>AmmoSet_CannonBall</ammoSet>
<shotHeight>2.5</shotHeight>
<shotHeight>3.5</shotHeight>
<speed>40</speed>
<sway>0.5</sway>
<spread>0.15</spread>
<sway>0.81</sway>
<spread>0.2</spread>
</li>
</value>
</Operation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/Vehicles.VehicleTurretDef[defName="AV_PirateCaravel_MainTurret" or defName="AV_PirateCaravel_SecondTurret"]/minRange</xpath>
<value>
<minRange>16</minRange>
<minRange>37</minRange> <!-- +5 from maxRange to predict non-obstructed impact -->
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/Vehicles.VehicleTurretDef[defName="AV_PirateCaravel_MainTurret" or defName="AV_PirateCaravel_SecondTurret"]/maxRange</xpath>
<value>
<maxRange>64</maxRange>
<maxRange>32</maxRange>
</value>
</Operation>

Expand Down Expand Up @@ -71,10 +71,10 @@
<value>
<li Class="Vehicles.CETurretDataDefModExtension">
<ammoSet>AmmoSet_CannonBall</ammoSet>
<shotHeight>2.5</shotHeight>
<shotHeight>2.75</shotHeight>
<speed>40</speed>
<sway>0.5</sway>
<spread>0.15</spread>
<sway>0.81</sway>
<spread>0.3</spread>
</li>
</value>
</Operation>
Expand Down

0 comments on commit ac0bda1

Please sign in to comment.