Skip to content

Commit

Permalink
Merge pull request #3411 from SamaelGray/SamaelGray-MinorFixes
Browse files Browse the repository at this point in the history
Minor assorted housekeeping
  • Loading branch information
N7Huntsman authored Sep 11, 2024
2 parents effe47e + abe2801 commit c40868e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Defs/Ammo/Medieval/BlunderbussShot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<speed>73</speed>
<damageAmountBase>7</damageAmountBase>
<pelletCount>20</pelletCount>
<armorPenetrationSharp>3.5</armorPenetrationSharp>
<armorPenetrationSharp>3</armorPenetrationSharp>
<armorPenetrationBlunt>3.14</armorPenetrationBlunt>
<spreadMult>17.8</spreadMult>
</projectile>
Expand Down
2 changes: 1 addition & 1 deletion Defs/Ammo/Medieval/MiniCannonBall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<speed>73</speed>
<damageAmountBase>15</damageAmountBase>
<pelletCount>10</pelletCount>
<armorPenetrationSharp>3</armorPenetrationSharp>
<armorPenetrationSharp>3.5</armorPenetrationSharp>
<armorPenetrationBlunt>20.7</armorPenetrationBlunt>
<spreadMult>17.8</spreadMult>
</projectile>
Expand Down
9 changes: 8 additions & 1 deletion Royalty/Patches/ThingDefs_Misc/Weapons_RoyaltyMelee.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="MeleeWeapon_Warhammer"]/costStuffCount</xpath>
<value>
<costStuffCount>125</costStuffCount>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="MeleeWeapon_Warhammer"]/statBases/Mass</xpath>
<value>
Expand Down Expand Up @@ -396,4 +403,4 @@
</value>
</Operation>

</Patch>
</Patch>

0 comments on commit c40868e

Please sign in to comment.