Construct's Armory

Construct's Armory

30M Downloads

Polishing kit toughness bonus is stacking

obuw opened this issue ยท 0 comments

commented

Versions:

  • Construct's Armory: 1.2.5.4
  • Tinkers' Construct: 2.13.0.183
  • Mantle: 1.3.3.55
  • Forge: 14.23.5.2847
  • Modpack: MC Eternal v 1.3.5

Observed Behavior:

When I apply a polishing kit to a piece of armor to upgrade its toughness, the value from the kit is added on top of the existing toughness of the armor instead of replacing it.
For example, the attached screenshot shows my current helmet, which I have polished with various materials like iron, ardite, sponge. It now has a toughness of 7.62. You can see in the screenshot that when I try to polish it with a slime polishing kit (which has a toughness of 0.9), the resulting toughness is 8.52.

Expected Behavior:

The toughness value from the polishing kit should replace the armor's toughness value, not increment it.

Steps to Reproduce:

  1. Create wooden helmet
  2. Upgrade with flint polishing kit + sand
  3. Upgrade with obsidian polishing kit + sand
  4. Observe that the toughness is now 2.03 ( 0.45 from flint + 1.58 from obsidian)

Screenshot:

bug