----------------------------------- -- ID: 5098 -- Scroll of Boost-INT -- Teaches the white magic Boost-INT ----------------------------------- ---@type TItem local itemObject = {} itemObject.onItemCheck = function(target, item, caster) return target:canLearnSpell(xi.magic.spell.BOOST_INT) end itemObject.onItemUse = function(target) target:addSpell(xi.magic.spell.BOOST_INT) end return itemObject