# Socket Item Based on Stats

**URL:** <https://blizzhackers.discourse.group/t/socket-item-based-on-stats/669>\
**Category:** Support\
**Created:** [May 3, 2020, 2:07am UTC](https://blizzhackers.discourse.group/t/socket-item-based-on-stats/669 "2020-05-03T02:07:44Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![drose](https://avatars.discourse-cdn.com/v4/letter/d/bbe5ce/32.png) [@drose](https://blizzhackers.discourse.group/u/drose)\
**Post date:** [May 3, 2020, 2:07am UTC](https://blizzhackers.discourse.group/t/socket-item-based-on-stats/669/1 "2020-05-03T02:07:44Z")

</div>

To be specific, I’m basically trying to use

Config.Recipes.push([Recipe.Socket.Shield…

I know you can use Roll.Eth/Roll.NonEth, but I want to further specify and have non-eth Sacred Targe with 40-44@res attempt cube socketing, but otherwise save perfect 45@res so I can larzuk socket later. Is this possible?

Edit: Maybe something like this? Assuming my pickit disregards any \<40@res in the first place.  
Config.Recipes.push([Recipe.Socket.Shield, “[Name] == SacredTarge && [Quality] \< Superior && [Flag] != Ethereal # [FireResist] \< 45”, Roll.NonEth]);

---

<div class="post-metadata">

**Author:** ![ricky](https://avatars.discourse-cdn.com/v4/letter/r/439d5e/32.png) [@ricky](https://blizzhackers.discourse.group/u/ricky)\
**Post date:** [June 8, 2020, 11:31pm UTC](https://blizzhackers.discourse.group/t/socket-item-based-on-stats/669/2 "2020-06-08T23:31:26Z")

</div>

also trying to figure this out. did this work?
