Skip to content

Commit

Permalink
Some fixes and tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Sep 8, 2024
1 parent 26f4bec commit 7c44b28
Showing 1 changed file with 4 additions and 71 deletions.
75 changes: 4 additions & 71 deletions ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>

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

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/Mass</xpath>
Expand All @@ -11,17 +10,10 @@
</value>
</Operation>

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

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

Expand All @@ -30,75 +22,16 @@
<value>
<Bulk>2.25</Bulk>
<WornBulk>1.5</WornBulk>
<ArmorRating_Sharp>0.50</ArmorRating_Sharp>
<armorPenetrationBlunt>0.80</armorPenetrationBlunt>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Phaneron_VaultSuit"]/equippedStatOffsets</xpath> <!-- Add bonus stats to be inline with the lore (tm) -->
<value>
<SocialImpact>0.10</SocialImpact>
<ToxicEnvironmentResistance>0.10</ToxicEnvironmentResistance>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Phaneron_VaultSuit"]/apparel/bodyPartGroups</xpath>
<value>
<li>Hands</li>
<li>Feet</li>
</value>
</Operation>

<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/ThingDef[defName="Phaneron_VaultSuit"]</xpath>
<value>
<li Class="CombatExtended.PartialArmorExt">
<stats>
<li>
<ArmorRating_Sharp>0.35</ArmorRating_Sharp>
<parts>
<li>Hand</li>
</parts>
</li>
<li>
<ArmorRating_Blunt>0.20</ArmorRating_Blunt>
<parts>
<li>Hand</li>
</parts>
</li>
<li>
<ArmorRating_Sharp>0.35</ArmorRating_Sharp>
<parts>
<li>Foot</li>
</parts>
</li>
<li>
<ArmorRating_Blunt>0.20</ArmorRating_Blunt>
<parts>
<li>Foot</li>
</parts>
</li>
</stats>
</li>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Phaneron_VaultSuit"]/generateCommonality</xpath>
<value>
<generateCommonality>0.1</generateCommonality>
</value>
</Operation>
<!-- Pip-Boy -->

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

Expand Down

0 comments on commit 7c44b28

Please sign in to comment.