-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3404 from jeangoisse/Development
Waster Toxic Breather bugfix and Fallout Vault 111 Patch
- Loading branch information
Showing
4 changed files
with
72 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 68 additions & 0 deletions
68
ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters