I already did an ugly modify, but it's tired to modify the code on every update.
I hope this feature can be add to next version.
or better, add a priority list as gem upgrade list on Adventuer
I can provide codes if need. But since I'm not core developer, so I have to post my idea here.
I hope this feature can be add to next version.
Code:
//here is the pseudo code
if (isOverride == false)
{
if(isSeleted(item))
{ //deal with itemlist rule }
}
// go on normal procedure as usual
// if(item.isAncient && isAlwaysStashAncient){...}
// if(!item.isAncient && isAlwaysTrashNonAncient){...}
or better, add a priority list as gem upgrade list on Adventuer
Code:
{checkSelectRule,1}
{checkAncient,2}
{checkNonAncient,3}
I can provide codes if need. But since I'm not core developer, so I have to post my idea here.