Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. //0(for ebug) >4 sock rolls only
  2. //[name] == crypticaxe && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] >= 4)
  3. //[name] == thresher && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] >= 4)
  4. //[name] == colossusvoulge && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] >= 4)
  5. //[name] == greatpoleaxe && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] >= 4)
  6. //[name] == giantthresher && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] >= 4)
  7. //0(for ebug) 4 and 6 sock rolls only
  8. //[name] == crypticaxe && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] == 6 || [sockets] == 4)
  9. //[name] == thresher && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] == 6 || [sockets] == 4)
  10. //[name] == colossusvoulge && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] == 6 || [sockets] == 4)
  11. //[name] == greatpoleaxe && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] == 6 || [sockets] == 4)
  12. //[name] == giantthresher && [quality] == normal && [flag] == ethereal # ([sockets] == 0 || [sockets] == 6 || [sockets] == 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement