Template:VisuMZ Battle System FTB Notetags

From Yanfly.moe Wiki
Revision as of 20:05, 18 January 2021 by Yanfly (talk | contribs) (Action Cost-Related Notetags)
(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 FTB-Related Notetags

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

---

<FTB Help>
 description
 description
</FTB 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 FTB.
- This is primarily used if the skill behaves differently in FTB versus any
  other battle system.
- Replace 'description' with help text that's only displayed if the game's
  battle system is set to FTB.

---

Action Cost-Related Notetags

BattleSysFTB ActionOrbs.png

---

<FTB Action Cost: x>

- Used for: Skill, Item Notetags
- Changes the FTB action cost of this skill/item to 'x'.
- Replace 'x' with a number value representing the action cost required to
  perform the skill.

---

<FTB Hide Action Cost>

- Used for: Skill, Item Notetags
- Makes the FTB action cost for this skill/item hidden.

---

Mechanics-Related Notetags

---

<FTB 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.
- By default, this applies to "Guard". If you don't want it to apply to the
  Guard skill, turn it off in the Plugin Parameters for mechanics.

---

<FTB Actions: +x>
<FTB 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 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.

---