Difference between revisions of "Template:VisuMZ Enemy Levels Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Debug-Related Plugin Commands)
 
Line 7: Line 7:
  
 
---
 
---
 +
 +
[[File:EnemyLevels_Command1.png]]
  
 
<pre>
 
<pre>
Line 24: Line 26:
  
 
---
 
---
 +
 +
[[File:EnemyLevels_Command2.png]]
  
 
<pre>
 
<pre>
Line 37: Line 41:
  
 
---
 
---
 +
 +
[[File:EnemyLevels_Command3.png]]
  
 
<pre>
 
<pre>
Line 60: Line 66:
  
 
---
 
---
 +
 +
[[File:EnemyLevels_Command4.png]]
  
 
<pre>
 
<pre>

Latest revision as of 14:46, 8 October 2020

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

---

Enemy-Related Plugin Commands

---

EnemyLevels Command1.png

Enemy: Change Level
- Change target enemy(ies) level by a value.

  Enemy Index(es):
  - Select which enemy(ies) to affect.

  Level:
  - Changes level by this value.
  - You may use JavaScript code.

  Bypass Resist?:
  - Bypasses <Resist Level Change> effect?

---

EnemyLevels Command2.png

Enemy: Reset Level
- Reset target enemy(ies) level to its original level.

  Enemy Index(es):
  - Select which enemy(ies) to affect.

  Bypass Resist?:
  - Bypasses <Resist Level Change> effect?

---

EnemyLevels Command3.png

Enemy: Set Level
- Set target enemy(ies) level to a specific value.

  Enemy Index(es):
  - Select which enemy(ies) to affect.

  Level:
  - Sets level to this value.
  - You may use JavaScript code.

  Bypass Resist?:
  - Bypasses <Resist Level Change> effect?

---

Debug-Related Plugin Commands

EnemyLevel StatView.png

---

EnemyLevels Command4.png

DEBUG: View Level Stats
- View the stats of specific enemies for each level.
- This will appear in the Debug Console.

  Enemy Index(es):
  - Select which enemy(ies) to view.

---