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...")
 
Line 5: Line 5:
 
---
 
---
  
[[File:SkillCooldownsCommand1.png|600px]]
+
[[File:SkillCooldownsCommand1.png]]
  
 
<pre>
 
<pre>
Line 27: Line 27:
 
---
 
---
  
[[File:SkillCooldownsCommand2.png|600px]]
+
[[File:SkillCooldownsCommand2.png]]
  
 
<pre>
 
<pre>
Line 49: Line 49:
 
---
 
---
  
[[File:SkillCooldownsCommand3.png|600px]]
+
[[File:SkillCooldownsCommand3.png]]
  
 
<pre>
 
<pre>
Line 68: Line 68:
 
---
 
---
  
[[File:SkillCooldownsCommand4.png|600px]]
+
[[File:SkillCooldownsCommand4.png]]
  
 
<pre>
 
<pre>
Line 90: Line 90:
 
---
 
---
  
[[File:SkillCooldownsCommand5.png|600px]]
+
[[File:SkillCooldownsCommand5.png]]
  
 
<pre>
 
<pre>
Line 112: Line 112:
 
---
 
---
  
[[File:SkillCooldownsCommand6.png|600px]]
+
[[File:SkillCooldownsCommand6.png]]
  
 
<pre>
 
<pre>

Revision as of 17:16, 1 September 2020

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

---

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.

---

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.

---