Skip to content

Commit

Permalink
Adjust layers, give hoods some base armor
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Aug 6, 2024
1 parent 8cde6db commit f965f89
Showing 1 changed file with 10 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,24 @@
defName="NS_TechnopathHood" or
defName="NS_NomadHood" or
defName="NS_GuardHelmet"
]/apparel/bodyPartGroups</xpath>
]/apparel/layers</xpath>
<value>
<li>Teeth</li>
<li>StrappedHead</li>
</value>
</Operation>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[
defName="NS_TechnopathHood" or
defName="NS_NomadHood" or
defName="NS_GuardHelmet"
]/apparel/layers/li[.="Overhead"]</xpath>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="NS_TechnopathHood" or defName="NS_NomadHood"]/statBases</xpath>
<value>
<li>StrappedHead</li>
<ArmorRating_Sharp>1.25</ArmorRating_Sharp>
<ArmorRating_Blunt>1.88</ArmorRating_Blunt>
</value>
</Operation>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="NS_TechnopathHood" or defName="NS_NomadHood"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<StuffEffectMultiplierArmor>6</StuffEffectMultiplierArmor>
<StuffEffectMultiplierArmor>3</StuffEffectMultiplierArmor>
</value>
</Operation>

Expand Down Expand Up @@ -110,7 +107,7 @@
<xpath>Defs/ThingDef[defName="NS_TechnopathRobe" or defName="NS_NomadRags"]/statBases</xpath>
<value>
<Bulk>7.5</Bulk>
<WornBulk>3</WornBulk>
<WornBulk>3.5</WornBulk>
</value>
</Operation>

Expand Down

0 comments on commit f965f89

Please sign in to comment.