#CLASS {Spec|Concoctions} #VAR refill_count {0} #ALIAS CFILL($RFillD,$RFillT) {refill_count=$RFillD;#SWITCH ($RFillT = %lower(health)) {#FORALL @Con_Health {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(mana)) {#FORALL @Con_Mana {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(epidermal)) {#FORALL @Con_Epidermal {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(immunity)) {#FORALL @Con_Immunity {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(mass)) {#FORALL @Con_Mass {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(speed)) {#FORALL @Con_Speed {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(levitation)) {#FORALL @Con_Levitation {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(caloric)) {#FORALL @Con_Caloric {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(frost)) {#FORALL @Con_Frost {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(venom)) {#FORALL @Con_Venom {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(mending)) {#FORALL @Con_Mending {outc $RFillD %i;inpot $RFillD %i to pot}} ($RFillT = %lower(restoration)) {take %eval(200*$RFillD) gold from pack;inpot %eval(200*$RFillD) gold to pot;#FORALL @Con_Restoration {outc $RFillD %i;inpot $RFillD %i to pot}};boil pot for $RFillT} #TRIGGER {^With a sudden slow pulsing of white light} {#IF (@refill_count) {#LOOP @refill_count {~fill empty from pot};refill_count=0}} #VAR Con_Health {valerian|valerian|goldenseal|ginseng|myrrh} #VAR Con_Mana {slipper|bellwort|hawthorn|bloodroot} #VAR Con_Epidermal {kuzu|kuzu|bloodroot|hawthorn|ginseng} #VAR Con_Immunity {sac|ash|echinacea|echinacea} #VAR Con_Mass {moss|bloodroot|kuzu|dust} #VAR Con_Speed {skin|skin|kuzu|goldenseal|ginger} #VAR Con_Levitation {kelp|kelp|pear|feather} #VAR Con_Caloric {kuzu|kuzu|valerian|kelp|kelp|bellwort} #VAR Con_Frost {kelp|pear|ginseng} #VAR Con_Venom {sac|cohosh|kelp|skullcap} #VAR Con_Mending {dust|kelp|kuzu|ginger|ginger} #VAR Con_Restoration {kuzu|kuzu|valerian|bellwort} #CLASS 0