Skip to content

Commit

Permalink
fix(gear): 🔨Nerf [Heavy Metal] damage 25 => 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Apr 14, 2024
1 parent 68a9977 commit bf8ec5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cot/traits_tcon.zs
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ heavy.localizedName = game.localize('e2ee.tconstruct.material.heavy.name');
heavy.itemLocalizer = function (thisMaterial, itemName) {
return game.localize('e2ee.tconstruct.material.heavy.name') + ' ' + itemName;
};
heavy.addHeadMaterialStats(-200, 0.1, 25.0, 5);
heavy.addHeadMaterialStats(-200, 0.1, 15.0, 5);
heavy.addExtraMaterialStats(-40);
heavy.addHandleMaterialStats(0.5, -10);
heavy.addBowMaterialStats(0.1, 0.1, 25);
heavy.addBowMaterialStats(0.1, 0.1, 15);
heavy.addArrowShaftMaterialStats(0.2, -10);

heavy.addCoreMaterialStats(10, 2.5);
Expand Down

0 comments on commit bf8ec5f

Please sign in to comment.