mirror of
https://github.com/FalloutCollaborationProject/FCP-Tools.git
synced 2026-07-27 16:59:37 -07:00
fixes
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
<invNutrition>2.7</invNutrition>
|
||||
<invFoodDef>MealSurvivalPack</invFoodDef>
|
||||
<disallowedTraits>
|
||||
<li>Cannibal</li>
|
||||
<li>Nudist</li>
|
||||
</disallowedTraits>
|
||||
<apparelTags>
|
||||
@@ -49,9 +50,24 @@
|
||||
<chemicalAddictionChance>0</chemicalAddictionChance>
|
||||
<invNutrition>2.7</invNutrition>
|
||||
<invFoodDef>MealSurvivalPack</invFoodDef>
|
||||
<disallowedTraits>
|
||||
<li>Transhumanist</li>
|
||||
<li>Asexual</li>
|
||||
<li>Bisexual</li>
|
||||
<li>Gay</li>
|
||||
<li>DrugDesire</li>
|
||||
<li>Nudist</li>
|
||||
</disallowedTraits>
|
||||
<apparelTags>
|
||||
<li>FCP_Legion</li>
|
||||
</apparelTags>
|
||||
<backstoryFiltersOverride>
|
||||
<li>
|
||||
<categoriesChildhood>
|
||||
<li>FCP_Legion_Child</li>
|
||||
</categoriesChildhood>
|
||||
</li>
|
||||
</backstoryFiltersOverride>
|
||||
</PawnKindDef>
|
||||
|
||||
<!--___ Wastelander Base ___-->
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<!--
|
||||
PUT THIS IN A LOADFOLDER OR WRAP IN A PATCHOPERTIONFINDMOD,
|
||||
OTHERWISE YOU WILL GET ERRORS IF MUSICEXPANDED IS NOT LOADED!
|
||||
-->
|
||||
|
||||
<!-- Battle Cues -->
|
||||
<Operation Class="PatchOperationAddModExtension">
|
||||
<xpath>/Defs/IncidentDef[
|
||||
defName="RaidEnemy"
|
||||
or defName="Infestation"
|
||||
or defName="Ambush"
|
||||
or defName="ManhunterAmbush"
|
||||
or defName="DeepDrillInfestation"
|
||||
or defName="ManhunterPack"
|
||||
or defName="AnimalInsanityMass"
|
||||
or defName="MechCluster"
|
||||
or defName="AnimalInsanitySingle"
|
||||
</xpath>
|
||||
<value>
|
||||
<li Class="MusicExpanded.ModExtension.PlayCue">
|
||||
<playBattleTrack>true</playBattleTrack>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
</Patch>
|
||||
Reference in New Issue
Block a user