Aller au contenu

Photo

How do Modal Abilities Work?


  • Veuillez vous connecter pour répondre
1 réponse à ce sujet

#1
AlphaMagnum

AlphaMagnum
  • Members
  • 66 messages
Looking at modal abilities, it looks like the code for each one just specifies any number of "things" called 'eEffects[#]'

If we want a modal ability to have an *additional* effect, could we simply add another "eEffect[#] = ..." line?

Or is it that some function triggered when you activate a modal is used to utilize a specified number of the eEffect lines, dependent on the ability?

ie....Berserk has eEffect[0] all the way to eEffect[3].  Could I add an additional effect named eEffect[4] and have it work just like that, or is it necessary that I replace one of the existing effects with my new one, because some code elsewhere only activates eEffect[#] with # ranging from 0 to 3?

#2
dan_upright

dan_upright
  • Members
  • 39 messages
I don't know, but I can tell you one way to find out =]