Difference between revisions of "Template:VisuMZ Skill Cooldowns Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Skill Cooldowns Plugin Commands</noinclude> The following are Plugin Commands that come with this plugin. They can be accessed...")
 
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
---
 
---
  
[[File:SkillCooldownsCommand1.png|600px]]
+
=== Actor Plugin Commands ===
 +
 
 +
---
 +
 
 +
[[File:SkillCooldownsCD.png|600px]]
 +
 
 +
[[File:SkillCooldownsCommand1.png]]
  
 
<pre>
 
<pre>
Line 27: Line 33:
 
---
 
---
  
[[File:SkillCooldownsCommand2.png|600px]]
+
[[File:SkillCooldownsCommand2.png]]
  
 
<pre>
 
<pre>
Line 49: Line 55:
 
---
 
---
  
[[File:SkillCooldownsCommand3.png|600px]]
+
[[File:SkillCooldownsCommand3.png]]
  
 
<pre>
 
<pre>
Line 68: Line 74:
 
---
 
---
  
[[File:SkillCooldownsCommand4.png|600px]]
+
=== Enemy Plugin Commands ===
 +
 
 +
---
 +
 
 +
[[File:SkillCooldownsCommand4.png]]
  
 
<pre>
 
<pre>
Line 90: Line 100:
 
---
 
---
  
[[File:SkillCooldownsCommand5.png|600px]]
+
[[File:SkillCooldownsCommand5.png]]
  
 
<pre>
 
<pre>
Line 112: Line 122:
 
---
 
---
  
[[File:SkillCooldownsCommand6.png|600px]]
+
[[File:SkillCooldownsCommand6.png]]
  
 
<pre>
 
<pre>

Latest revision as of 04:02, 4 September 2020

The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

Actor Plugin Commands

---

SkillCooldownsCD.png

SkillCooldownsCommand1.png

Actor: Skill Cooldown
- Change cooldowns for a specific skill(s).

  Step 1: Actor ID(s):
  - Select which Actor Target ID(s) to affect.

  Step 2: Skill ID(s):
  - Select which Skill ID(s) to affect.

  Step 3: Operation:
  - Set the operation used. =, +, -, *, /, %

  Step 4: Value
  - Select the modifying value.
  - You may use JavaScript code.

---

SkillCooldownsCommand2.png

Actor: SType Cooldown
- Change cooldowns for all skills of a skill type(s).

  Step 1: Actor ID(s):
  - Select which Actor Target ID(s) to affect.

  Step 2: Skill Type ID(s):
  - Select which Skill Type ID(s) to affect.

  Step 3: Operation:
  - Set the operation used. =, +, -, *, /, %

  Step 4: Value
  - Select the modifying value.
  - You may use JavaScript code.

---

SkillCooldownsCommand3.png

Actor: Global Cooldown
- Change cooldowns for all skills for target(s).

  Step 1: Actor ID(s):
  - Select which Actor Target ID(s) to affect.

  Step 2: Operation:
  - Set the operation used. =, +, -, *, /, %

  Step 3: Value
  - Select the modifying value.
  - You may use JavaScript code.

---

Enemy Plugin Commands

---

SkillCooldownsCommand4.png

Enemy: Skill Cooldown
- Change cooldowns for a specific skill(s).

  Step 1: Enemy Index(es):
  - Select which Enemy Index(es) to affect.

  Step 2: Skill ID(s):
  - Select which Skill ID(s) to affect.

  Step 3: Operation:
  - Set the operation used. =, +, -, *, /, %

  Step 4: Value
  - Select the modifying value.
  - You may use JavaScript code.

---

SkillCooldownsCommand5.png

Enemy: SType Cooldown
- Change cooldowns for all skills of a skill type(s).

  Step 1: Enemy Index(es):
  - Select which Enemy Index(es) to affect.

  Step 2: Skill Type ID(s):
  - Select which Skill Type ID(s) to affect.

  Step 3: Operation:
  - Set the operation used. =, +, -, *, /, %

  Step 4: Value
  - Select the modifying value.
  - You may use JavaScript code.

---

SkillCooldownsCommand6.png

Enemy: Global Cooldown
- Change cooldowns for all skills for target(s).

  Step 1: Enemy Index(es):
  - Select which Enemy Index(es) to affect.

  Step 2: Operation:
  - Set the operation used. =, +, -, *, /, %

  Step 3: Value
  - Select the modifying value.
  - You may use JavaScript code.

---