Template:VisuMZ Battle System - PTB 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.

---

General PTB-Related Notetags

BattleSys PTB Weakness.gif

These notetags are general purpose notetags that have became available through this plugin.

---

<PTB Help>
 description
 description
</PTB Help>

- Used for: Skill, Item Notetags
- If your game happens to support the ability to change battle systems, this
  notetag lets you change how the skill/item's help description text will
  look under PTB.
- This is primarily used if the skill behaves differently in PTB versus any
  other battle system.
- Replace 'description' with help text that's only displayed if the game's
  battle system is set to PTB.

---

Press Action Cost-Related Notetags

BattleSys PTB Icons.png

---

<PTB Press Consume: x>

- Used for: Skill, Item Notetags
- Changes the PTB press action cost of this skill/item to consume 'x'.
- Replace 'x' with a number value representing the press action cost
  required to perform the skill.
- When consuming press actions, it will consume half actions before full
  actions.
- The consume/convert type can be altered by the skill results.

---

<PTB Press Convert: x>

- Used for: Skill, Item Notetags
- Changes the PTB press action cost of this skill/item to convert 'x'.
- Replace 'x' with a number value representing the press action cost
  required to perform the skill.
- When converting press actions, it will convert full actions into half
  actions. If there are no full actions to convert, it will instead consume
  half actions.
- The consume/convert type can be altered by the skill results.

---

<PTB Press Compress: x>

- Used for: Skill, Item Notetags
- Changes the PTB press action cost of this skill/item to compress 'x'.
- Replace 'x' with a number value representing the press action cost
  required to perform the skill.
- When converting press actions, it will consume any half actions. If there
  are no half actions, it will convert full actions into half actions.
- The consume/convert type can be altered by the skill results.

---

<PTB Press Force Consume: x>

- Used for: Skill, Item Notetags
- Changes the PTB press action cost of this skill/item to consume 'x'.
- Replace 'x' with a number value representing the press action cost
  required to perform the skill.
- When consuming press actions, it will consume half actions before full
  actions.
- The consume/convert type CANNOT be altered by the skill results.

---

<PTB Press Force Convert: x>

- Used for: Skill, Item Notetags
- Changes the PTB press action cost of this skill/item to convert 'x'.
- Replace 'x' with a number value representing the press action cost
  required to perform the skill.
- When converting press actions, it will convert full actions into half
  actions. If there are no full actions to convert, it will instead consume
  half actions.
- The consume/convert type CANNOT be altered by the skill results.

---

<PTB Press Force Compress: x>

- Used for: Skill, Item Notetags
- Changes the PTB press action cost of this skill/item to compress 'x'.
- Replace 'x' with a number value representing the press action cost
  required to perform the skill.
- When converting press actions, it will consume any half actions. If there
  are no half actions, it will convert full actions into half actions.
- The consume/convert type CANNOT be altered by the skill results.

---

<PTB Hide Press Cost>

- Used for: Skill, Item Notetags
- Makes the PTB press cost for this skill/item hidden regardless of Plugin
  Parameter settings.

---

<PTB Show Press Cost>

- Used for: Skill, Item Notetags
- Makes the PTB press cost for this skill/item visible regardless of Plugin
  Parameter settings.

---

Post Gain-Related Notetags

BattleSys PTB Weakness.gif

---

<PTB Post-Gain Full Actions: +x>
<PTB Post-Lose Full Actions: -x>

- Used for: Skill, Item Notetags
- Causes the user's team to gain full actions AFTER paying the action costs.
- Replace 'x' with a number representing the amount of full actions to gain
  or lose.

---

<PTB Post-Gain Half Actions: +x>
<PTB Post-Lose Half Actions: -x>

- Used for: Skill, Item Notetags
- Causes the user's team to gain half actions AFTER paying the action costs.
- Replace 'x' with a number representing the amount of half actions to gain
  or lose.

---

Mechanics-Related Notetags

BattleSys PTB Immune.gif

---

<PTB Pass Turn>

- Used for: Skill, Item Notetags
- If a battler uses this skill/item, then even if there are actions left for
  the team to perform, that battler would no longer be able to input as they
  have already passed their turn.

---

<PTB Full Actions: +x>
<PTB Full Actions: -x>

- Used for: Actor, Class, Weapon, Armor, Enemy, State Notetags
- Battlers associated with these trait objects can increase or decrease the
  maximum number of full actions performed each turn.
- Replace 'x' with a number representing the increase or decrease in action
  count per turn.
- Depending on the Plugin Parameters, altering the max value can result in
  gaining or losing remaining actions for the current turn.

---