Difference between revisions of "Template:VisuMZ Limited Skill Uses Notetags"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Limited Skill Uses Notetags</noinclude> The following are notetags that have been added through this plugin. These notetags wi...")
 
(Basic Limited Use-Related Notetags)
Line 6: Line 6:
  
 
=== Basic Limited Use-Related Notetags ===
 
=== Basic Limited Use-Related Notetags ===
 +
 +
[[File:LimitedSkillUses_Preview1.png]]
  
 
---
 
---

Revision as of 15:36, 19 January 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.

---

Basic Limited Use-Related Notetags

LimitedSkillUses Preview1.png

---

<Limited Uses: x>

- Used for: Skill Notetags
- Sets the limited use maximum base amount for this skill.
- This value will override the Plugin Parameter settings for a base value if
  "All Skills Limited?" is turned on.
- Replace 'x' with a number value representing the base maximum uses this
  skill can have.

---

<Unlimited Use>

- Used for: Skill Notetags
- If the Plugin Parameter "All Skills Limited?" is turned on, this will
  disable limited uses for this skill, allowing it to be used in unlimited
  amounts independent of the Limited Use base.

---

Use Recovery-Related Notetags

---

<Victory Uses Recover: x>
<Escape Uses Recover: x>
<Defeat Uses Recover: x>
<After Battle Uses Recover: x>

- Used for: Skill Notetags
- Determines how many limited uses are recovered at the end of each battle
  depending on the result.
  - Victory notetag variant requires winning the battle.
  - Escape notetag variant requires escaping the battle.
  - Defeat notetag variant requires losing the battle.
  - After Battle notetag variant applies to all cases.
- Replace 'x' with how many uses are restored upon completing a battle.

---

<Bypass Recover All Uses>

- Used for: Skill Notetags
- This prevents the skill from recovering all uses with the "Recover All"
  event command.

---

<Allow Recover All Uses>

- Used for: Skill Notetags
- This allows the skill to recover all uses with the "Recover All" event
  command when the "Recover All?" plugin parameter is disabled.

---

Use Alteration-Related Notetags

---

<User Global Uses: +x>
<User Global Uses: -x>

<User SType id Uses: +x>
<User SType id Uses: -x>
<User SType name Uses: +x>
<User SType name Uses: -x>

<User Skill id Uses: +x>
<User Skill id Uses: -x>
<User Skill name Uses: +x>
<User Skill name Uses: -x>

- Used for: Skill, Item Notetags
- Alters the limited use amounts for the action's user.
  - Global notetag variant affects all limited uses.
  - SType notetag variant effects all skills with a matching type.
  - Skill notetag viarant effects a specific matching skill.
- Replace 'id' with the ID of the skill type.
- Replace 'name' with the name of the skill type (without text codes).
- Replace 'x' with the amount to alter the remaining uses by. Positive
  values restore uses while negative values reduce remaining uses.

---

<Target Global Uses: +x>
<Target Global Uses: -x>

<Target SType id Uses: +x>
<Target SType id Uses: -x>
<Target SType name Uses: +x>
<Target SType name Uses: -x>

<Target Skill id Uses: +x>
<Target Skill id Uses: -x>
<Target Skill name Uses: +x>
<Target Skill name Uses: -x>

- Used for: Skill, Item Notetags
- Alters the limited use amounts for the action's target.
  - Global notetag variant affects all limited uses.
  - SType notetag variant effects all skills with a matching type.
    - Replace 'id' with the ID of the skill type.
    - Replace 'name' with the name of the skill type (without text codes).
  - Skill notetag viarant effects a specific matching skill.
    - Replace 'id' with the ID of the skill.
    - Replace 'name' with the name of the skill.
- Replace 'x' with the amount to alter the remaining uses by. Positive
  values restore uses while negative values reduce remaining uses.

---

Trait Based-Related Notetags

---

<Gloal Use Max: +x>
<Gloal Use Max: -x>

<SType id Use Max: +x>
<SType id Use Max: -x>
<SType name Use Max: +x>
<SType name Use Max: -x>

<Skill id Use Max: +x>
<Skill id Use Max: -x>
<Skill name Use Max: +x>
<Skill name Use Max: -x>

- Used for: Actor, Class, Weapon, Armor, Enemy, State Notetags
- Changes the maximum limited uses for all skills, skills of a particular
  type, or individual skills.
  - Global notetag variant affects all limited uses.
  - SType notetag variant effects all skills with a matching type.
    - Replace 'id' with the ID of the skill type.
    - Replace 'name' with the name of the skill type (without text codes).
  - Skill notetag viarant effects a specific matching skill.
    - Replace 'id' with the ID of the skill.
    - Replace 'name' with the name of the skill.
- Replace 'x' with the amount to adjust the maximum uses by. Positive values
  increase the maximum uses while negative values decrease them.
  - These will be hard capped by the settings found in the Plugin Parmeters.

---