Skip to content

Commit

Permalink
Merge pull request #3404 from jeangoisse/Development
Browse files Browse the repository at this point in the history
Waster Toxic Breather bugfix and Fallout Vault 111 Patch
  • Loading branch information
N7Huntsman authored Sep 8, 2024
2 parents 743877d + 7c44b28 commit fe16157
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 9 deletions.
5 changes: 3 additions & 2 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
<li IfModActive="FrozenSnowFox.VanillaBionicsExpansion">ModPatches/FSF Vanilla Bionics Expansion</li>
<li IfModActive="Qux.factionmafia">ModPatches/Faction - Mafia</li>
<li IfModActive="zal.fnveliteriotgear">ModPatches/Fallout New Vegas - Elite Riot Gear</li>
<li IfModActive="Phaneron.Vault111Startpack">ModPatches/Fallout Vault 111 Starter Pack</li>
<li IfModActive="mercurydoll.fantasymetals">ModPatches/Fantasy Metals Reforged</li>
<li IfModActive="Mlie.FarmingExpansion">ModPatches/Farming Expansion</li>
<li IfModActive="spoonshortage.fashionrimsta">ModPatches/FashionRIMsta</li>
Expand All @@ -198,7 +199,7 @@
<li IfModActive="HappyPurging.AgeofDarkness">ModPatches/GrimWorld Angels of Death</li>
<li IfModActive="Grimworld.Core">ModPatches/Grimworld Core Imperialis</li>
<li IfModActive="Grimworld.AstraMilitarum">ModPatches/GrimWorld Hammer of the Imperium</li>
<li IfModActive="Grimworld.Vehicles">ModPatches/GrimWorld Imperial Vehicles</li>
<li IfModActive="Grimworld.Vehicles">ModPatches/GrimWorld Imperial Vehicles</li>
<li IfModActive="TenMoe.GFCL">ModPatches/Girls Frontline Apparel Pack</li>
<li IfModActive="RicoFox233.GirlsFrontline.404Team">ModPatches/Girls Frontline Styles 404 Team</li>
<li IfModActive="RicoFox233.GirlsFrontline.ARTeam">ModPatches/Girls Frontline Styles AR Team</li>
Expand Down Expand Up @@ -618,6 +619,6 @@
<!-- Mod Patches (Assemblies) -->
<li IfModActive="rwmt.Multiplayer">ModPatches/Multiplayer</li>
<li IfModActive="smashphil.neceros.srtsexpanded">ModPatches/SRTS</li>
<li IfModActive="SmashPhil.VehicleFramework">ModPatches/VehicleFramework</li>
<li IfModActive="SmashPhil.VehicleFramework">ModPatches/VehicleFramework</li>
</v1.5>
</loadFolders>
68 changes: 68 additions & 0 deletions ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<!-- Vault suit, balanced to be a mix between FNV and FO4 -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/Mass</xpath>
<value>
<Mass>1.5</Mass>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<StuffEffectMultiplierArmor>3.5</StuffEffectMultiplierArmor>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases</xpath>
<value>
<Bulk>2.25</Bulk>
<WornBulk>1.5</WornBulk>
</value>
</Operation>

<!-- Pip-Boy -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases</xpath>
<value>
<Bulk>1</Bulk>
<WornBulk>0.5</WornBulk>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/equippedStatOffsets</xpath>
<value>
<equippedStatOffsets>
<AimingDelayFactor>0.1</AimingDelayFactor>
<ShootingAccuracyPawn>0.15</ShootingAccuracyPawn>
<AimingAccuracy>0.1</AimingAccuracy>
<CarryBulk>10</CarryBulk>
</equippedStatOffsets>
</value>
</Operation>

<!-- Increase cost -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/costList/Plasteel</xpath>
<value>
<Plasteel>35</Plasteel>
</value>
</Operation>

<!-- Increase work to make -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases/WorkToMake</xpath>
<value>
<WorkToMake>12500</WorkToMake>
</value>
</Operation>

</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="WTM_ToxicBreather"]/apparel/hatRenderedFrontOfFace</xpath>
<value>
<hatRenderedFrontOfFace>false</hatRenderedFrontOfFace>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="WTM_ToxicBreather"]/apparel/layers</xpath>
<value>
Expand Down
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Expanded Woodworking (Forked) |
Extended Storage |
Faction: Mafia |
Fallout New Vegas - Elite Riot Gear |
Fallout: Vault 111 Starter Pack |
Fantasy Metals Reforged |
Farming Expansion |
FashionRIMsta |
Expand Down

0 comments on commit fe16157

Please sign in to comment.