Skip to content

Commit

Permalink
Adjust leather, ivory, and durability values
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 2, 2024
1 parent 18fec96 commit ad98d25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Grimstone_Ivory"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>0.1</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>0.35</StuffPower_Armor_Sharp> <!-- Decent sharp protection, but brittle. -->
</value>
</Operation>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>


<!-- Dragon Scales -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Grimstone_Leather_Grimshadow"]/statBases/StuffPower_Armor_Sharp</xpath>
Expand Down Expand Up @@ -46,7 +45,7 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Grimstone_Leather_Griffar"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>0.35</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>0.625</StuffPower_Armor_Sharp>
</value>
</Operation>

Expand All @@ -61,14 +60,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Grimstone_Leather_Belloceros"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>0.12</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>0.15</StuffPower_Armor_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Grimstone_Leather_Belloceros"]/statBases/StuffPower_Armor_Blunt</xpath>
<value>
<StuffPower_Armor_Blunt>0.1</StuffPower_Armor_Blunt>
<StuffPower_Armor_Blunt>0.085</StuffPower_Armor_Blunt>
</value>
</Operation>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<xpath>Defs/ThingDef[defName="Grimstone_Grimshadow"]</xpath>
<value>
<li Class="CombatExtended.RacePropertiesExtensionCE">
<bodyShape>Quadruped</bodyShape>
<bodyShape>Birdlike</bodyShape>
</li>
</value>
</Operation>
Expand Down Expand Up @@ -92,7 +92,6 @@
</li>
</extraMeleeDamages>
</surpriseAttack>
<armorPenetrationSharp>10</armorPenetrationSharp>
<armorPenetrationBlunt>45</armorPenetrationBlunt>
</li>
<li Class="CombatExtended.ToolCE">
Expand Down Expand Up @@ -125,11 +124,11 @@
<xpath>Defs/ThingDef[defName="Grimstone_Grimshadow"]/comps</xpath>
<value>
<li Class="CombatExtended.CompProperties_ArmorDurability">
<Durability>5000</Durability>
<Durability>4000</Durability>
<Regenerates>true</Regenerates>
<RegenInterval>1300</RegenInterval>
<RegenInterval>800</RegenInterval>
<RegenValue>5</RegenValue>
<MinArmorPct>0.5</MinArmorPct>
<MinArmorPct>0.25</MinArmorPct>
</li>
</value>
</Operation>
Expand Down

0 comments on commit ad98d25

Please sign in to comment.