06-30-2023, 07:07 AM
I think the system looks for @int_f > 0 to determine if a skill is magical. See how they determine what skills are disabled when a battler is inflicted with Silence/Mute, I think it's just the simple @int_f > 0 check, but there might be other factors. (I don't have access to RM right now :3) Maybe the skill_can_use? method tells ya.