Map Event Notetags
Common Note tags in event such as offset and hitbox resizing
Here are some common plugin note tags used in events used in Omori.
Command
Notes
Plugin
<Hitbox Up: x>
<Hitbox Left: x>
<Hitbox Right: x>
<Hitbox Down: x>
Expand the hitbox upward, left, right, or down by x tiles. If used, makes the event immobile. Commonly used in teleports and walls
<Sprite Offset X: +n>
<Sprite Offset X: -n>
<Sprite Offset Y: +n>
<Sprite Offset Y: -n>
<Sprite Offset: +x, +y>
<Sprite Offset: -x, -y>
Offset sprite by n amount of pixels, in x or y direction.
<Copy Event: Map x, Event y>
<Copy Event: mapId, eventId>
<Copy Event: template>
Copies event, recommended to read more detail in wiki.
Commonly used in enemies.
<Activation Square: x>
<Activation Radius: x>
<Activation Row: x>
<Activation Column: x>
Give activation range, activating certain events from a distance.
Square: x tiles from center in a square shape.
Radius: x tiles from center in a diamond shape. Row: Horizontal bar to whole map, with x thickness.
Column: Vertical bar to whole map, with x thickness.
Last updated