How can I determine which skin & spurs are applied to my cowboy boots?

Is there a scriptwise method for determining which skin & spurs I've put on my boots? I can't find a preference, etc.

It seems like there must be a way, but Bale asked back in February, and I haven't been able to find any answer... The modifier maximizer clearly knows about things like nicksilver spurs (+20% item drops), but is there any way for me to detect eg. rotting cowskin (which modifies the Cowboy Kick skill)?
 

theo1001

Member
Don't think there is a preference but they are treated as slots so you can use $slot[bootskin].equipped_item() and $slot[bootspur].equipped_item() to see what's equipped.
 
Perfect! I knew there must be a way, and it was driving me nuts that I couldn't find it. I knew about most of the other $slots[], but had no idea that these two existed. Thanks very much!
 

Theraze

Active member
Just run ash $slots[] to see the full list. :) You're probably aware of most of the others, but...
 
Top