Skip to content

Commit

Permalink
Add equippedStatOffset for pruning speed in axe & multitool
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jul 16, 2024
1 parent 7cc4349 commit 955f41b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mods/Core_SK/Defs/ThingDefs_Items/Items_Tools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<equippedStatOffsets>
<PlantWorkSpeed>0.3</PlantWorkSpeed>
<MeleeCritChance>0.3</MeleeCritChance>
<PruningSpeed MayRequire="ludeon.rimworld.ideology">0.3</PruningSpeed>
</equippedStatOffsets>
<thingCategories>
<li>SurvivalToolsNeolithic</li>
Expand Down Expand Up @@ -491,6 +492,7 @@
<PlantWorkSpeed>0.5</PlantWorkSpeed>
<ConstructionSpeed>0.5</ConstructionSpeed>
<MiningSpeed>0.5</MiningSpeed>
<PruningSpeed MayRequire="ludeon.rimworld.ideology">0.5</PruningSpeed>
</equippedStatOffsets>
<thingCategories>
<li>SurvivalToolsSpacer</li>
Expand Down

0 comments on commit 955f41b

Please sign in to comment.