No no, ghanja wasn't working on that one bud.
Code:
my $buffs = {
enchanter => {
spelllist => ["Bind Affinity","Breeze","Clarity","Clarity II","Alacrity","Augment","Aanya's Quickening","Rune I"],
spellcost => [10,25,50,200,10,30,100,5],
spellid => [35,697,174,1693,170,1729,1708,481]
},
necromancer => {
spelllist => ["Dead Men Floating"],
spellcost => [10],
spellid => [1391]
},
};
Should be in the last one we were working on. However, the use of grep you may be better off with.
Now using the above and the references I pointed out the other night, tie it all together.