Template:VisuMZ Enhanced TP System Notetags

From Yanfly.moe Wiki
Revision as of 01:24, 8 October 2020 by Yanfly (talk | contribs) (Created page with "<noinclude>VisuMZ Enhanced TP System Notetags</noinclude> The following are notetags that have been added through this plugin. These notetags wi...")
(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.

---

General TP Mode Notetags

These are TP Mode-related notatags that affect both actors and enemies.

---

<TP Mode: name>

- Used for: Actor Enemy, State Notetags
- Sets the starting TP Mode for this actor/enemy to be 'name'.
- Replace 'name' with the name of a TP Mode from the Plugin Parameters =>
  TP Modes listing.

---

<Starting TP Modes>
 name
 name
 name
 name
</Starting TP Modes>

- Used for: Actor Notetags
- Adds TP Modes to the actor's available list of TP Modes from the start.
- Replace 'name' with the name of a TP Mode from the Plugin Parameters =>
  TP Modes listing.
- Insert more 'name' entries for more TP Modes.

---

<Change Target TP Mode: name>

<Change User TP Mode: name>

- Used for: Skill, Item Notetags
- Changes the target/user's TP Mode to the target TP Mode upon using this
  item/skill.
- For <Change Target TP Mode: name>, the action must successfully hit the
  target in order for the TP Mode to change.
- Replace 'name' with the name of a TP Mode from the Plugin Parameters =>
  TP Modes listing.

---

Actor-Only TP Mode Notetags

These are TP Mode-related notetags that only affect actors.

---

<Learn TP Mode: name>

- Used for: Skill Notetags
- Causes the target selected actor to learn the specific TP Mode when the
  skill is learned.
- Insert multiple copies of this notetag to have the skill learn more
  TP Modes for the target actor.
- Replace 'name' with the name of a TP Mode from the Plugin Parameters =>
  TP Modes listing.

---

<Learn TP Modes>
 name
 name
 name
</Learn TP Modes>

- Used for: Skill Notetags
- Causes the target selected actor to learn the specific TP Mode when the
  skill is learned.
- Replace 'name' with the name of a TP Mode from the Plugin Parameters =>
  TP Modes listing.
- Insert more 'name' entries for more TP Modes.

---

<Unlock TP Mode: name>

- Used for: Skill, Item Notetags
- Causes the target selected actor to unlock the specific TP Mode.
- Insert multiple copies of this notetag to have the item/skill unlock more
  TP Modes for the target actor.
- Replace 'name' with the name of a TP Mode from the Plugin Parameters =>
  TP Modes listing.

---

<Unlock TP Modes>
 name
 name
 name
</Unlock TP Modes>

- Used for: Skill, Item Notetags
- Causes the target selected actor to unlock the specific TP Mode.
- Replace 'name' with the name of a TP Mode from the Plugin Parameters =>
  TP Modes listing.
- Insert more 'name' entries for more TP Modes.

---

<Force TP Mode: name>

- Used for: Actor, Class, Weapon, Armor, Enemy, State Notetags
- Forces the affected battler to use the specific named TP Mode in battle.
- Priority is given based the ordering of trait objects if multiple forced
  TP Mode effects are present.
- Replace 'name' with the name of a TP Mode from the Plugin Parameters =>
  TP Modes listing.

---