Hex Casting

Hex Casting

6M Downloads

(Suggestion) Reflections for the Intro/Retro/Consideration pattern iotas

Math321 opened this issue ยท 0 comments

commented

At the moment, if you want to put Introspection, Retrospection, or Consideration pattern iotas on the stack, you need to use Consideration before them. This is fine for simple hexes, but higher-complexity hexes often involve several layers of Introspection, and each layer requires more and more Considerations. Not only is drawing several Considerations a little annoying, it also means that if you want to put one hex inside another, you have to modify its code to give it additional Considerations, instead of just wrapping it in an Intro/Retro pair and calling it a day.

I suppose I could just start every complex hex with "Consideration: Introspection, Consideration: Retrospection, Consideration: Consideration", and then have deeper layers of the spell copy those iotas from the stack when they need them. But really, it'd be convenient if there were a trio of Reflections to put the appropriate pattern iotas on the stack without so much complexity.