-
Notifications
You must be signed in to change notification settings - Fork 259
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 #3320 from Omahawski/Titan-Vehicles
Titan vehicles CE Patch
- Loading branch information
Showing
5 changed files
with
583 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
90 changes: 90 additions & 0 deletions
90
ModPatches/Titan Vehicles/Patches/Titan Vehicles/Avenger.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,90 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Patch> | ||
|
||
<!-- Avenger --> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>24</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>12</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="LeftWing"]/health</xpath> | ||
<value> | ||
<health>250</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="LeftWing"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>16</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="LeftWing"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>8</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="RightWing"]/health</xpath> | ||
<value> | ||
<health>250</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="RightWing"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>16</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="RightWing"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>8</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="LeftLandingWheel"]/health</xpath> | ||
<value> | ||
<health>90</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="RightLandingWheel"]/health</xpath> | ||
<value> | ||
<health>90</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="RearLeftLandingWheel"]/health</xpath> | ||
<value> | ||
<health>90</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Avenger"]/components/li[key="RearRightLandingWheel"]/health</xpath> | ||
<value> | ||
<health>90</health> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
205 changes: 205 additions & 0 deletions
205
ModPatches/Titan Vehicles/Patches/Titan Vehicles/Conquistador.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,205 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!-- Conquistador Turret --> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="JAHV_Conquistador_MainTurret"]/projectile</xpath> | ||
<value> | ||
<projectile>Bullet_57x438mmBofors_AP</projectile> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="JAHV_Conquistador_MainTurret"]/reloadTimer</xpath> | ||
<value> | ||
<reloadTimer>6</reloadTimer> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="JAHV_Conquistador_MainTurret"]/warmUpTimer</xpath> | ||
<value> | ||
<warmUpTimer>2</warmUpTimer> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="JAHV_Conquistador_MainTurret"]/maxRange</xpath> | ||
<value> | ||
<maxRange>100</maxRange> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="JAHV_Conquistador_MainTurret"]/magazineCapacity</xpath> | ||
<value> | ||
<magazineCapacity>10</magazineCapacity> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="JAHV_Conquistador_MainTurret"]/fireModes</xpath> | ||
<value> | ||
<fireModes> | ||
<li> | ||
<shotsPerBurst>1</shotsPerBurst> | ||
<ticksBetweenBursts>50</ticksBetweenBursts> | ||
<spreadRadius>4</spreadRadius> | ||
<label>Single Shot</label> | ||
<texPath>UI/Gizmos/FireRate_Single</texPath> | ||
</li> | ||
<li> | ||
<shotsPerBurst>5</shotsPerBurst> | ||
<ticksBetweenShots>30</ticksBetweenShots> | ||
<ticksBetweenBursts>90</ticksBetweenBursts> | ||
<spreadRadius>1</spreadRadius> | ||
<label>Burst</label> | ||
<texPath>UI/Gizmos/FireRate_Burst</texPath> | ||
</li> | ||
</fireModes> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/Vehicles.VehicleTurretDef[defName="JAHV_Conquistador_MainTurret"]</xpath> | ||
<value> | ||
<li Class="Vehicles.CETurretDataDefModExtension"> | ||
<ammoSet>AmmoSet_57x438mmBofors</ammoSet> | ||
<shotHeight>2.5</shotHeight> | ||
<speed>200</speed> | ||
<sway>0.64</sway> | ||
<spread>0.01</spread> | ||
</li> | ||
</value> | ||
</Operation> | ||
|
||
<!-- Conquistador Vehicle --> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>120</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>40</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Bow"]/health</xpath> | ||
<value> | ||
<health>280</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Bow"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>60</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Bow"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>20</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Port"]/health</xpath> | ||
<value> | ||
<health>280</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Port"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>60</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Port"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>20</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Starbord"]/health</xpath> | ||
<value> | ||
<health>280</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Starbord"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>60</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Starbord"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>20</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Stern"]/health</xpath> | ||
<value> | ||
<health>280</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Stern"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>60</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Stern"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>20</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Rudder"]/health</xpath> | ||
<value> | ||
<health>280</health> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Rudder"]/armor/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>60</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="Rudder"]/armor/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>20</ArmorRating_Sharp> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/Vehicles.VehicleDef[defName="JAHV_Conquistador"]/components/li[key="hydrogen condenser"]/health</xpath> | ||
<value> | ||
<health>280</health> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
Oops, something went wrong.