Template:VisuMZ State Tooltips Notetags

From Yanfly.moe Wiki
Jump to navigation Jump to search

The following are notetags that have been added through this plugin. These notetags will not work with your game if this plugin is OFF or not present.

---

Description-Related Notetags

StateTooltip Animated.gif

---

<Help Description>
 text
 text
</Help Description>

- Used for: State Notetags
- Assigns a help description for the state.
- Replace 'text' with text you want displayed for the tooltip window.
- This best works with one line.
- If this notetag is not used, the help description will default to the
  setting found in the plugin's Plugin Parameters.
- Insert %1 into the help description to show any data that would otherwise
  be shown as the state display, such as Absorption Barrier count.
- This is used as a common notetag between Battle Core's state descriptions
  and State Tooltips' state descriptions.

---

<State Tooltip Description>
 text
 text
</State Tooltip Description>

- Used for: State Notetags
- Assigns a help description for the state.
- Replace 'text' with text you want displayed for the tooltip window.
- This best works with one line.
- If this notetag is not used, the help description will default to the
  setting found in the plugin's Plugin Parameters.
- Insert %1 into the help description to show any data that would otherwise
  be shown as the state display, such as Absorption Barrier count.
- If both <Help Description> and <State Tooltip Description> notetags
  exist in the same state, priority will be given to this one for the
  state tooltips window.

---

<Exclude From Tooltips>

- Used for: State Notetags
- Excludes the state from being displayed in the state tooltips.

---