Skip to content

Commit

Permalink
Merge pull request #3393 from CombatExtended-Continued/ammo-skill-gain
Browse files Browse the repository at this point in the history
Reduce ammo crafting skill gain
  • Loading branch information
N7Huntsman authored Sep 4, 2024
2 parents a8418a0 + c3f4685 commit d2b5c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Defs/Ammo/AmmoBases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<allowMixingIngredients>true</allowMixingIngredients>
<workAmount>10000</workAmount>
<workSkill>Crafting</workSkill>
<workSkillLearnFactor>0.5</workSkillLearnFactor>
<targetCountAdjustment>20</targetCountAdjustment>
<recipeUsers>
<!-- Need an empty list here or the ammo injector will throw a null ref exception -->
Expand Down Expand Up @@ -164,6 +165,7 @@
<allowMixingIngredients>true</allowMixingIngredients>
<workAmount>2000</workAmount>
<workSkill>Crafting</workSkill>
<workSkillLearnFactor>0.5</workSkillLearnFactor>
<targetCountAdjustment>20</targetCountAdjustment>
<unfinishedThingDef>UnfinishedArrows</unfinishedThingDef>
</RecipeDef>
Expand Down

0 comments on commit d2b5c82

Please sign in to comment.