Bug - Not A Bug numeric_modifier not recognizing Combat Rate modifier for Unbreakable Umbrella (cocoon)

ThePowersThatBe

New member
I noticed that
Code:
numericModifier(equippedItem($slot`off-hand`), "Combat Rate") < 0
evaluates to false when I have Unbreakable Umbrella (cocoon) equipped in the off-hand slot.
 

Ryo_Sangnoir

Developer
Staff member
The modifier isn't on the umbrella itself, but on a separate "UnbreakableUmbrella" area.

I think we did it that way due to TCRS? Most foldables work this way.
 
Top