Joshlaryeth Posted November 17, 2020 Share Posted November 17, 2020 (edited) Sorry but new questions arise. So, I have a spell that has a magic effect modAttackDamage and theres a set of 4 double conditions, of which one set (2 conditions) need to be met to apply the effect. Yet, the effect won't trigger. Here's 2 Screenshots of my conditions list, the error must lie there: Edited November 17, 2020 by Joshlaryeth Link to comment Share on other sites More sharing options...
Sovrath Posted November 18, 2020 Share Posted November 18, 2020 I think you should test this with fewer conditions first off to make sure it's yoru conditions. Having said that, and others can chime in if they have more experience, conditions seem to work where once the first And is not met it sort of stops. Here is a link to a reddit thread that sort of goes into it. Let's just say I was trying to implement a (a+b) or (C+D) set of conditions and had it all wrong as how the creation kit looks at conditions. https://www.reddit.com/r/skyrimmods/comments/27cdgk/help_a_better_understanding_of_and_or_conditions/ hope this is of some help. Link to comment Share on other sites More sharing options...
dylbill Posted November 18, 2020 Share Posted November 18, 2020 Conditions in the CK aren't so straight forward. Here's an explanation of them: https://www.creationkit.com/index.php?title=Conditions Also check the HasMagicEffect condition: https://www.creationkit.com/index.php?title=HasMagicEffect It says here it returns 1 if a spell has the magic effect and is applied to the actor, even if the spell conditions for that effect aren't met. Link to comment Share on other sites More sharing options...
Recommended Posts