Template:VisuMZ Quest Journal System Notetags

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

---

Action Tracking-Related Notetags

---

<Variable id On Use: +x>
<Variable id On Use: -x>

- Used for: Skill, Item Notetags
- Whenever any actor uses this specific skill or item, increase or decrease
  the target variable by a certain amount.
- Replace 'id' with the Variable ID you wish to alter.
- Replace 'x' with the increase or decrease in value for the variable.

---

Enemy Tracking-Related Notetags

---

<Variable id On Death: +x>
<Variable id On Death: -x>

- Used for: Enemy Notetags
- Whenever this specific enemy dies, increase or decrease the target
  variable by a certain amount.
- Replace 'id' with the Variable ID you wish to alter.
- Replace 'x' with the increase or decrease in value for the variable.

---

Item Tracking-Related Notetags

---

<Variable id On Gain: +x>
<Variable id On Gain: -x>

- Used Item, Weapon, Armor Notetags
- Whenever the party gains the specific item, weapon, or armor, increase or
  decrease the target variable by a certai amount.
- Replace 'id' with the Variable ID you wish to alter.
- Replace 'x' with the increase or decrease in value for the variable.

---

<Variable id On Lose: +x>
<Variable id On Lose: -x>

- Used Item, Weapon, Armor Notetags
- Whenever the party loses the specific item, weapon, or armor, increase or
  decrease the target variable by a certai amount.
- Replace 'id' with the Variable ID you wish to alter.
- Replace 'x' with the increase or decrease in value for the variable.

---

<Track With Variable id>

- Used Item, Weapon, Armor Notetags
- Whenever there is a change made to the specific item, weapon, or armor,
  set the value of the target variable to the number of items owned.
- Replace 'id' with the Variable ID you wish to alter.

---