Reading out the element from the resist looks correct.  You didn't pass the result of grenade_brand() as the element for the effect (I assume you would want it to replace ELEM_FIRE).  If you want distinguish the weak and strong brands, you'd want to get the multiplier as well.
As for the targeting, the "other" parameter doesn't affect that for EF_STRIKE. Someone else will have to chime in how to best set the target for this case.
					As for the targeting, the "other" parameter doesn't affect that for EF_STRIKE. Someone else will have to chime in how to best set the target for this case.
Comment