mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user