-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3152 from CombatExtended-Continued/EoD-Hovercraft
Patches for Edge of Descension - Hovercraft
- Loading branch information
Showing
7 changed files
with
397 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
163 changes: 163 additions & 0 deletions
163
...on - Hovercraft/Patches/Edge of Descension - Hovercraft/VehicleDefs/ArmoredHovertruck.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!-- Turret --> | ||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="ArmoredHovertruck_MainTurret"]/projectile</xpath> | ||
<value> | ||
<projectile>Bullet_8x35mmCharged</projectile> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="ArmoredHovertruck_MainTurret"]/reloadTimer</xpath> | ||
<value> | ||
<reloadTimer>7.8</reloadTimer> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="ArmoredHovertruck_MainTurret"]/warmUpTimer</xpath> | ||
<value> | ||
<warmUpTimer>2.3</warmUpTimer> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="ArmoredHovertruck_MainTurret"]/magazineCapacity</xpath> | ||
<value> | ||
<magazineCapacity>50</magazineCapacity> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="ArmoredHovertruck_MainTurret"]/maxRange</xpath> | ||
<value> | ||
<maxRange>82</maxRange> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="ArmoredHovertruck_MainTurret"]/fireModes</xpath> | ||
<value> | ||
<fireModes> | ||
<li> | ||
<shotsPerBurst>1</shotsPerBurst> | ||
<ticksBetweenShots>6</ticksBetweenShots> | ||
<ticksBetweenBursts>60</ticksBetweenBursts> | ||
<label>Single</label> | ||
<texPath>UI/Gizmos/FireRate_Single</texPath> | ||
</li> | ||
<li> | ||
<shotsPerBurst>5</shotsPerBurst> | ||
<ticksBetweenShots>6</ticksBetweenShots> | ||
<ticksBetweenBursts>60</ticksBetweenBursts> | ||
<label>Burst</label> | ||
<texPath>UI/Gizmos/FireRate_Burst</texPath> | ||
</li> | ||
</fireModes> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="ArmoredHovertruck_MainTurret"]</xpath> | ||
<value> | ||
<li Class="Vehicles.CETurretDataDefModExtension"> | ||
<ammoSet>AmmoSet_8x35mmCharged</ammoSet> | ||
<shotHeight>2.0</shotHeight> | ||
<speed>62</speed> | ||
<sway>1.61</sway> | ||
<spread>0.15</spread> | ||
</li> | ||
</value> | ||
</Operation> | ||
|
||
<!-- Vehicle --> | ||
|
||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]</xpath> | ||
<value> | ||
<descriptionHyperlinks> | ||
<CombatExtended.AmmoSetDef>AmmoSet_8x35mmCharged</CombatExtended.AmmoSetDef> | ||
</descriptionHyperlinks> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>24</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>12</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="LeftArmorPlating"]/health</xpath> | ||
<value> | ||
<health>800</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="LeftArmorPlating"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>28</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="LeftArmorPlating"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>14</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="RightArmorPlating"]/health</xpath> | ||
<value> | ||
<health>800</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="RightArmorPlating"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>28</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="RightArmorPlating"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>14</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="BackArmorPlating"]/health</xpath> | ||
<value> | ||
<health>380</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="BackArmorPlating"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>20</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="ArmoredHovertruck"]/components/li[key="BackArmorPlating"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>10</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
19 changes: 19 additions & 0 deletions
19
... Descension - Hovercraft/Patches/Edge of Descension - Hovercraft/VehicleDefs/Hovercar.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!-- Big Rig --> | ||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovercar"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>8</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovercar"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>4</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
168 changes: 168 additions & 0 deletions
168
...Descension - Hovercraft/Patches/Edge of Descension - Hovercraft/VehicleDefs/Hovertank.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!-- Main Turret --> | ||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="Hovertank_MainTurret"]/projectile</xpath> | ||
<value> | ||
<projectile>Bullet_105x617mmRCannonShell_HE</projectile> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="Hovertank_MainTurret"]/reloadTimer</xpath> | ||
<value> | ||
<reloadTimer>8.8</reloadTimer> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="Hovertank_MainTurret"]/warmUpTimer</xpath> | ||
<value> | ||
<warmUpTimer>3.1</warmUpTimer> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="Hovertank_MainTurret"]/maxRange</xpath> | ||
<value> | ||
<maxRange>89</maxRange> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="Hovertank_MainTurret"]</xpath> | ||
<value> | ||
<li Class="Vehicles.CETurretDataDefModExtension"> | ||
<ammoSet>AmmoSet_105x617mmRCannonShell</ammoSet> | ||
<shotHeight>2.5</shotHeight> | ||
<speed>182</speed> | ||
<sway>0.82</sway> | ||
<spread>0.01</spread> | ||
</li> | ||
</value> | ||
</Operation> | ||
|
||
<!-- Vehicle --> | ||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]</xpath> | ||
<value> | ||
<descriptionHyperlinks> | ||
<CombatExtended.AmmoSetDef>AmmoSet_105x617mmRCannonShell</CombatExtended.AmmoSetDef> | ||
</descriptionHyperlinks> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>40</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>20</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/vehicleStats/CargoCapacity</xpath> | ||
<value> | ||
<CargoCapacity>325</CargoCapacity> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="FrontArmorPlating"]/health</xpath> | ||
<value> | ||
<health>900</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="FrontArmorPlating"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>48</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="FrontArmorPlating"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>24</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="LeftArmorPlating"]/health</xpath> | ||
<value> | ||
<health>1000</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="LeftArmorPlating"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>56</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="LeftArmorPlating"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>28</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="RightArmorPlating"]/health</xpath> | ||
<value> | ||
<health>1000</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="RightArmorPlating"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>56</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="RightArmorPlating"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>28</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="BackArmorPlating"]/health</xpath> | ||
<value> | ||
<health>700</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="RoofPlating"]/health</xpath> | ||
<value> | ||
<health>700</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="RoofPlating"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>40</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertank"]/components/li[key="RoofPlating"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>20</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
19 changes: 19 additions & 0 deletions
19
...escension - Hovercraft/Patches/Edge of Descension - Hovercraft/VehicleDefs/Hovertruck.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!-- Big Rig --> | ||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertruck"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>8</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="Hovertruck"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>4</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
Oops, something went wrong.