You can. For example, I have an axe in my game that will damage monsters in front of the player and to the left and right of that monster, so a "swiping" effect. The OnHit script for the axe checks for an entity to the left and right tile of $target and if there is one there, deals damage. This could easily be expanded to all tiles around a target and beyond.