Difference between revisions of "Template:VisuMZ Battle System OTB Notetags"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(OTB Turn Order Display-Related Notetags)
(Turn Order Manipulation-Related Notetags)
Line 77: Line 77:
  
 
=== Turn Order Manipulation-Related Notetags ===
 
=== Turn Order Manipulation-Related Notetags ===
 +
 +
[[File:BattleSysOTB_TurnOrderChange.png]]
  
 
---
 
---

Revision as of 13:46, 23 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.

---

General OTB-Related Notetags

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

---

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

---

OTB Turn Order Display-Related Notetags

BattleSysOTB TurnOrderDisplay.png

These notetags affect the OTB Turn Order Display

---

<OTB Turn Order Icon: x>

- Used for: Actor, Enemy Notetags
- Changes the slot graphic used for the battler to a specific icon.
- Replace 'x' with the icon index to be used.

---

<OTB Turn Order Face: filename, index>

- Used for: Actor, Enemy Notetags
- Changes the slot graphic used for the enemy to a specific face.
- Replace 'filename' with the filename of the image.
  - Do not include the file extension.
- Replace 'index' with the index of the face. Index values start at 0.
- Example: <OTB Turn Order Face: Monster, 1>

---

Instant Use-Related Notetags

---

<OTB Instant>
<OTB Instant Use>
<OTB Instant Cast>

- Used for: Skill, Item Notetags
- Allows the skill/item to be used immediately without consuming a turn.

---

Turn Order Manipulation-Related Notetags

BattleSysOTB TurnOrderChange.png

---

<OTB User Current Turn: +x>
<OTB User Next Turn: +x>
<OTB User Follow Turn: +x>

<OTB User Current Turn: -x>
<OTB User Next Turn: -x>
<OTB User Follow Turn: -x>

- Used for: Skill, Item Notetags
- Changes the user's position in the turn order for the current turn, next
  turn, or whichever turn is following.
- If using the "Follow" variant, if the user has actions left for the
  current turn, it will affect the current turn. If not, it affects the
  next turn instead.
- Replace 'x' with a number representing the number of slots to change.
  - Negative numbers move the user closer to the front.
  - Positive numbers move the user towards the back.
- This effect only occurs once per skill/item use and at the start of the
  action when initializing the skill/item.

---

<OTB Target Current Turn: +x>
<OTB Target Next Turn: +x>
<OTB Target Follow Turn: +x>

<OTB Target Current Turn: -x>
<OTB Target Next Turn: -x>
<OTB Target Follow Turn: -x>

- Used for: Skill, Item Notetags
- Changes the target's position in the turn order for the current turn, next
  turn, or whichever turn is following.
- If using the "Follow" variant, if the target has actions left for the
  current turn, it will affect the current turn. If not, it affects the
  next turn instead.
- Replace 'x' with a number representing the number of slots to change.
  - Negative numbers move the target closer to the front.
  - Positive numbers move the target towards the back.
- This effect will occur as many times as there are successfully connected
  hits for each target, meaning a target can have its turn order shifted
  multiple times.
- These are best used with single target skills/items as multi-target skills
  may shift multiple targets back and forth with each other if they are
  adjacent to one another.

---