If i change code below to keep item that has more then 300int. ([MAXSTATVIT] > 300) nothing happens it still keeps items that have less then 300 int. and i also i tried [INT] > 300 just don't work....
---------------------------------------------------------------------------------------------------------------------
[QUALITY] == Legendary && [NAME] == Thing of the Deep # [DMGFACTOR] > 8 || [ALLRES] > 50 || [MAXSTATVIT] > 300
---------------------------------------------------------------------------------------------------------------------
[QUALITY] == Legendary && [NAME] == Thing of the Deep # [DMGFACTOR] > 8 || [ALLRES] > 50 || [MAXSTATVIT] > 300