qwertypol012 Posted June 2, 2019 Share Posted June 2, 2019 (edited) Based on descriptions in CK site, these conditions/functions work on spells:1. EPMagic SpellHasKeyword2. HasMagicEffect3. HasMagicEffectKeyword But my question is: do they also work on enchantments (ie. magic effects which are applied via enchantments, not spell)? If not, then is there any way to check some magic effects which are applied via enchantments? What i'm trying to do is to scale magnitude of actor values in these magic effects using perks (perk entry points, functions, and conditions). Currently i'm using EPMagic SpellHasKeyword to check the keyword of these magic effects, but in the CK site it's stated that the function is for spells, not enchantments. I'm wondering if it also works for enchantments. Edited June 2, 2019 by qwertypol012 Link to comment Share on other sites More sharing options...
foamyesque Posted June 4, 2019 Share Posted June 4, 2019 I know for a fact the MagicEffect ones do. The SpellHasKeyword conditional is not one I've used, but I *imagine* you could test that fairly straightforwardly and find out. Link to comment Share on other sites More sharing options...
Evangela Posted June 6, 2019 Share Posted June 6, 2019 EPMagic_SpellHasKeyword checks if the Spell has a magic effect with a keyword assigned to it. It is intended to work with Perk Entries, hence EP. Link to comment Share on other sites More sharing options...
Recommended Posts