As per the spell descriptions
the "either gain two aspects at once" statement is causing me some consternation. I'm considering having a selector for the Greater version which allows the end user to pick the two adjustments or to apply the extra effect but I'm unsure how to achieve this.
I have the Greater version codes working but at the moment it only applies the extra effect not the two aspects at once version, I was just going to leave the basic adjustment active and then select the greater version initially but it fills the adjustment table very quickly.
Thoughts anyone?
Code:
[B]Animal Aspect [/B]You gain some of the beneficial qualities of an animal. Your base form is largely unchanged and your size is unaltered, but some of your body parts are altered. Armor or gear you are wearing adjusts to your new shape for the duration of the spell. When you cast animal aspect, choose one of the following animals to gain the associated benefits. You can only have one animal aspect or greater animal aspect spell active on you at a time.
Code:
[B]Greater Animal Aspect[/B] This spell functions like animal aspect, except you can either gain two aspects at once or one aspect that adds effects to the aspects that animal aspect grants, as described below.
the "either gain two aspects at once" statement is causing me some consternation. I'm considering having a selector for the Greater version which allows the end user to pick the two adjustments or to apply the extra effect but I'm unsure how to achieve this.
I have the Greater version codes working but at the moment it only applies the extra effect not the two aspects at once version, I was just going to leave the basic adjustment active and then select the greater version initially but it fills the adjustment table very quickly.
Thoughts anyone?