Can someone help me with rule for amulets? need to know if i´ve done right
take this for example:
[QUALITY] == "Legendary" && [NAME] == "Countess Julia's Cameo" # ([CRIT%] < 8 && [CRITDMG%] < 80) || ([CRIT%] < 8 && [SOCKETS] == 0) || ([CRITDMG%] < 80 && [SOCKETS] == 0) -> [TRASH]
planning on testing this on all amulets but i need to know if i´ve messed up or if im actually correct when i wrote it that it will keep anything that after enchanting winds up with crit, crit dmg and socket
take this for example:
[QUALITY] == "Legendary" && [NAME] == "Countess Julia's Cameo" # ([CRIT%] < 8 && [CRITDMG%] < 80) || ([CRIT%] < 8 && [SOCKETS] == 0) || ([CRITDMG%] < 80 && [SOCKETS] == 0) -> [TRASH]
planning on testing this on all amulets but i need to know if i´ve messed up or if im actually correct when i wrote it that it will keep anything that after enchanting winds up with crit, crit dmg and socket
Last edited: