Silent Gear

Silent Gear

19M Downloads

Display issue for parts with multiple modifiers in a single stat

SilentChaos512 opened this issue ยท 1 comments

commented

Versions

  • Silent Gear: 1.6.5 (dev)
  • Silent's Gems: N/A
  • Silent Lib: 4.6.1
  • Forge: 31.2.0

The Issue

Netherwood rods are an excellent example. In the latest build they display their durability as ^20*. Swapping the order of modifiers so the "add": -50 is first produces +20* instead. The first is somewhat accurate, but the second is completely wrong.

Possible Solution

Simply listing out all modifiers might be the best solution. Multiple modifiers is a very rare situation anyway. In case of parts that do have an AVG modifier (unlike netherwood rods), an estimated stat value could also be provided.

Links/Images

2020-05-17_20 08 02

commented

Partial fix in bb64db9 (StatModifierMap)