library GemRecipe initializer onInit requires Systems
private function onInit takes nothing returns nothing
local ItemCombo combo=ItemCombo.create()
//call combo.addItem('I018')
//call combo.addItem('I018')
call combo.addItem('I00B')
call combo.addItem('I00B')
call combo.addItem('I02T')
set combo.result='I02S'
set combo.model="Abilities\\Spells\\Items\\AIem\\AIemTarget.mdl"
endfunction
endlibrary