Template:VisuMZ Skill Shop Notetags

From Yanfly.moe Wiki
Revision as of 14:00, 11 April 2023 by Irina (talk | contribs) (Created page with "<noinclude>VisuMZ Skill Shop Notetags</noinclude> The following are notetags that have been added through this plugin. These notetags will not w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

---

Skill Shop-Related Notetags

---

<Skill Shop Cost: x>

- Used for: Skill Notetags
- Changes the cost of this skill to 'x' in order for it to be learned from
  a skill shop.
- Replace 'x' with a number representing the cost of the skill to be learned
  from a skill shop.
- If this notetag is not used, use the default cost value found in the
  Plugin Parameters.

---

<Skill Shop Require Class: id>
<Skill Shop Require Classes: id, id, id>

<Skill Shop Require Class: name>
<Skill Shop Require Classes: name, name, name>

- Used for: Skill Notetags
- This skill can only be learned by actors with the specified class(es)
  when taught through the skill shop.
- For 'id' variant, replace 'id' with a number representing the class ID.
- For 'name' variant, replace 'name' with the class's name.

---

<Skill Shop Require Level: x>

- Used for: Skill Notetags
- This skill can only be learned by actors who are at least level 'x'.
- Replace 'x' with a number representing the required level.

---

<Skill Shop Require Learned Skill: id>
<Skill Shop Require Learned Skills: id, id, id>

<Skill Shop Require Learned Skill: name>
<Skill Shop Require Learned Skills: name, name, name>

- Used for: Skill Notetags
- This skill can only be learned by actors who have learned the listed
  skill(s). All of the skills must be learned.
- For 'id' variant, replace 'id' with a number representing the skill ID.
- For 'name' variant, replace 'name' with the skill's name.

---