Difference between revisions of "Template:VisuMZ Weapon Swap System Notetags"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Weapon Swap System Notetags</noinclude> The following are notetags that have been added through this plugin. These notetags wi...")
(No difference)

Revision as of 15:33, 22 March 2021

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.

---

Skill Usage-Related Notetags

---

<Require Any Weapon>

- Used for: Skill Notetags
- Requires the actor to have any weapon equipped in order to use the skill,
  regardless of the weapon's type.
- This does not affect enemies.

---

<Switch to Weapon Type: id>
<Switch to Weapon Type: name>

- Used for: Skill Notetags
- When using the skill, the actor will switch to the equipped weapon of the
  matching type.
- Replace 'id' with a number representing the weapon type's ID.
- Replace 'name' with the name of the weapon type.
- Weapon types are not the same as weapons. Weapon types are found in the
  Database > Types tab.
- This does not affect enemies.

---