I'd like to see another option within the jewel of excess system so that we can control if the jewel can be applied to ONLY ancient items(non mastery) vs every other item type.
Today we have:
;-------------------------------------------------------------------------------------------------------------
;-- Allow use of Jewel of Kondar and Jewel of Excess with regular set items (Ancient) items, 0/1
;-------------------------------------------------------------------------------------------------------------
ExcRegularSetItem = 1
;-------------------------------------------------------------------------------------------------------------
;-- Allow use of Jewel of Kondar and Jewel of Excess with mastery set items (Ancient) items, 0/1
;-------------------------------------------------------------------------------------------------------------
ExcMasterySetItem = 0
I want to add something like this:
;-------------------------------------------------------------------------------------------------------------
;-- Allow use of Jewel of Kondar and Jewel of Excess with regular items (non ancient, non mastery)
;-------------------------------------------------------------------------------------------------------------
ExcRegularItem= 0
Recommended Comments