Remove NCR Vertibird raid and shuttle patches

Deleted NCR_AddVertibirdRaid.xml and NCR_VertibirdToPlayerColony.xml, removing patches related to Vertibird raids and shuttle support for the NCR faction and player colony.
This commit is contained in:
RickGrymes
2026-01-01 02:20:14 -06:00
parent 72cb5b874f
commit 1827856a94
2 changed files with 0 additions and 39 deletions
-22
View File
@@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!--__________ Patches __________-->
<!-- Vertibird Raid Patch -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/RaidStrategyDef[defName = "FCP_VertibirdAttack"]/selectionWeightCurvesPerFaction</xpath>
<value>
<li>
<faction>FCP_Faction_NCR</faction>
<selectionWeightPerPointsCurve>
<points>
<li>(0, 1)</li> <!-- Constant 1 -->
</points>
</selectionWeightPerPointsCurve>
</li>
</value>
</Operation>
</Patch>
@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!--__________ Patches __________-->
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/FactionDef[defName="PlayerColony"]</xpath>
<value>
<li Class="FCP_Shuttles.FactionModExtension">
<transportShipDef>FCP_Shuttle_NCR_Vertibird</transportShipDef>
<minDistanceBetweenShuttles>10</minDistanceBetweenShuttles>
<maxPawnCountInOneShuttle>6</maxPawnCountInOneShuttle>
</li>
</value>
</Operation>
</Patch>