blizzhackers / kolbot

d2bs: core + d2bot (noah) + kolbot libs (kolton) | January 2020's clone of https://github.com/kolton/d2bot-with-kolbot/ + further development
244 stars 158 forks source link

allresist jewels #414

Open oledadz opened 3 months ago

oledadz commented 3 months ago

how to add all resist jewel max resist [Type] == jewel && [Quality] == rare # [FHR] >= 7 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 10 and max [Type] == jewel && [Quality] == magic # [IAS] >= 15 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 15 . i know the magic jewel only goes 15 allresist and rare 10 allresist what does the main value have to be to pick up only these

tricky-eli commented 3 weeks ago

10 resist all would be: [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] == 40 15would be : [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] == 60