Difference between revisions of "Template:VisuMZ Quest Journal System Notetags"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Quest Journal System Notetags</noinclude> The following are notetags that have been added through this plugin. These notetags...")
 
 
Line 6: Line 6:
  
 
=== Action Tracking-Related Notetags ===
 
=== Action Tracking-Related Notetags ===
 +
 +
[[File:QuestJournalScreen2.png|600px]]
  
 
---
 
---
Line 23: Line 25:
  
 
=== Enemy Tracking-Related Notetags ===
 
=== Enemy Tracking-Related Notetags ===
 +
 +
[[File:QuestJournalScreen2.png|600px]]
  
 
---
 
---
Line 40: Line 44:
  
 
=== Item Tracking-Related Notetags ===
 
=== Item Tracking-Related Notetags ===
 +
 +
[[File:QuestJournalScreen2.png|600px]]
  
 
---
 
---

Latest revision as of 02:00, 20 September 2020

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

QuestJournalScreen2.png

---

<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

QuestJournalScreen2.png

---

<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

QuestJournalScreen2.png

---

<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.

---