mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
cur stash
This commit is contained in:
@@ -409,6 +409,10 @@
|
||||
</enlistOptionsDefs>
|
||||
<ignoreAutoAssignedDefs>true</ignoreAutoAssignedDefs>
|
||||
</li>
|
||||
<li Class="FCP_Shuttles.FactionModExtension">
|
||||
<transportShipDef>FCP_Vertibird</transportShipDef>
|
||||
</li>
|
||||
|
||||
</modExtensions>
|
||||
</FactionDef>
|
||||
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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>
|
||||
Reference in New Issue
Block a user