Category:Plugin Commands (MZ)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
Contents
- 1 Aggro Control System VisuStella MZ
- 2 Animated Map Destination
- 3 Animated Pictures VisuStella MZ
- 4 Battle Core VisuStella MZ
- 4.1 Action Sequence - Action Sets
- 4.2 Action Sequences - Angle (Camera)
- 4.3 Action Sequences - Animations
- 4.4 Action Sequences - Battle Log
- 4.5 Action Sequences - Camera
- 4.6 Action Sequences - Dragonbones
- 4.7 Action Sequences - Elements
- 4.8 Action Sequences - Horror Effects
- 4.9 Action Sequences - Impact
- 4.10 Action Sequences - Mechanics
- 4.11 Action Sequences - Motion
- 4.12 Action Sequences - Movement
- 4.13 Action Sequences - Projectiles
- 4.14 Action Sequences - Skew (Camera)
- 4.15 Action Sequences - Target
- 4.16 Action Sequences - Zoom (Camera)
- 5 Battle Cursor VisuStella MZ
- 6 Battle System - ATB VisuStella MZ
- 7 Battle System - BTB VisuStella MZ
- 8 Battle System - CTB VisuStella MZ
- 9 Battle System - FTB VisuStella MZ
- 10 Battle System - STB VisuStella MZ
- 11 Bright Effects VisuStella MZ
- 12 Button Common Events VisuStella MZ
- 13 Class Change System VisuStella MZ
- 14 Combat Log VisuStella MZ
- 15 Common Event Menu VisuStella MZ
- 16 Core Engine VisuStella MZ
- 17 Dragonbones Union VisuStella MZ
- 18 Elements and Status Menu Core VisuStella MZ
- 19 Encounter Effects VisuStella MZ
- 20 Enemy Levels VisuStella MZ
- 21 Enhanced TP System VisuStella MZ
- 22 Events and Movement Core VisuStella MZ
- 22.1 Auto Movement Plugin Commands
- 22.2 Call Event Plugin Commands
- 22.3 Dash Plugin Commands
- 22.4 Event Icon Plugin Commands
- 22.5 Event Label Plugin Commands
- 22.6 Event Location Plugin Commands
- 22.7 Follower Control Plugin Commands
- 22.8 Global Switch Plugin Commands
- 22.9 Global Variable Plugin Commands
- 22.10 Morph Event Plugin Commands
- 22.11 Player Icon Plugin Commands
- 22.12 Self Switch Plugin Commands
- 22.13 Self Variable Plugin Commands
- 22.14 Spawn Event Plugin Commands
- 23 Extra Enemy Drops VisuStella MZ
- 24 Gab Window VisuStella MZ
- 25 Items and Equips Core VisuStella MZ
- 26 Item Crafting System VisuStella MZ
- 27 Main Menu Core VisuStella MZ
- 28 Menu Cursor VisuStella MZ
- 29 Message Core VisuStella MZ
- 30 Message Letter Sounds VisuStella MZ
- 31 New Game Plus VisuStella MZ
- 32 Party System VisuStella MZ
- 33 Picture Common Events VisuStella MZ
- 34 Proximity Compass VisuStella MZ
- 35 Quest Journal System VisuStella MZ
- 36 Save Core VisuStella MZ
- 37 Skill Cooldowns VisuStella MZ
- 38 Skill Learn System VisuStella MZ
- 39 Victory Aftermath VisuStella MZ
- 40 Visual Fogs VisuStella MZ
- 41 Visual Text Window VisuStella MZ
- 42 Visual Parallaxes VisuStella MZ
- 43 End of List
Plugin Commands are event commands that are used to call upon functions added by a plugin that aren't inherently a part of RPG Maker MZ. Here is a list of Plugin Command(s) that you may use: --- Aggro Control System VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- Actor: Change Aggro - Changes target actor's aggro value. Actor ID: - Select which Actor ID to affect. Change Aggro By: - Change aggro by this amount. - Use negative numbers to reduce aggro. --- Actor: Set Aggro - Set target actor's aggro value. Actor ID: - Select which Actor ID to affect. Set Aggro To: - Sets target's aggro to this amount. - Aggro must be at least a value of 1. --- Enemy Plugin Commands--- Enemy: Change Aggro - Changes target enemy's aggro value. Enemy Index: - Select which Enemy Index to affect. Change Aggro By: - Change aggro by this amount. - Use negative numbers to reduce aggro. --- Enemy: Set Aggro - Set target enemy's aggro value. Enemy Index: - Select which Enemy Index to affect. Set Aggro To: - Sets target's aggro to this amount. - Aggro must be at least a value of 1. --- Animated Map DestinationThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- System Plugin Commands--- System: Alter Destination Type - Alter the destination animation type. Sprite Type: - Change the sprite type to this. - None - No effect - Animation - Uses an animation from the database - Circle - Drawn circle effect - Image - Uses a custom image from img/system/ - Square - Default box-like effect --- System: Change Animation Settings - Change settings used for a 'Animation' Sprite Type. Animation ID: - Select an animation to play. Mirror Animation?: - Mirror the animation played? Mute SFX?: - Mute any sound effects played by the animation? --- System: Change Circle Settings - Change settings used for a 'Circle' Sprite Type. Hex Color: - Use #rrggbb for a hex color. Blend Mode: - The blend mode used for the sprite. Opacity Multiplier: - Alter the opacity of the sprite as it animates. Scale Multiplier: - Increase the size of this sprite by a scale. - Use a value of 1.0 for 100% scale. --- System: Change Image Settings - Change settings used for a 'Image' Sprite Type. Filename: - Select an image from img/system/ to use as the sprite's bitmap. Blend Mode: - The blend mode used for the sprite. Opacity Multiplier: - Alter the opacity of the sprite as it animates. Rotate Speed: - Rotation speed for the sprite. - Use 0 for no rotation. Scale Multiplier: - Increase the size of this sprite by a scale. - Use a value of 1.0 for 100% scale. --- System: Change Square Settings - Change settings used for a 'Square' Sprite Type. Hex Color: - Use #rrggbb for a hex color. Blend Mode: - The blend mode used for the sprite. Opacity Multiplier: - Alter the opacity of the sprite as it animates. Rotate Speed: - Rotation speed for the sprite. - Use 0 for no rotation. Scale Multiplier: - Increase the size of this sprite by a scale. - Use a value of 1.0 for 100% scale. --- Animated Pictures VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Animated Picture Plugin Command--- Animated Picture: Change Properties - Changes the properties used for the animated picture. Picture ID: - Select which Picture ID to affect. Loop?: - Animated pictures will loop back to beginning once it reaches the last frame. Wait Frames: - Number of frames to wait before moving to next picture cell. --- Battle Core VisuStella MZSkills and items, when used in battle, have a pre-determined series of actions to display to the player as a means of representing what's going on with the action. For some game devs, this may not be enough and they would like to get more involved with the actions themselves. Action Sequences, added through this plugin, enable this. To give a skill or item a Custom Action Sequence, a couple of steps must be followed: --- 1. Insert the <Custom Action Sequence> notetag into the skill or item's notebox (or else this would not work as intended). 2. Give that skill/item a Common Event through the Effects box. The selected Common Event will contain all the Action Sequence data. 3. Create the Common Event with Action Sequence Plugin Commands and/or event commands to make the skill/item do what you want it to do. --- The Plugin Commands added through the Battle Core plugin focus entirely on Action Sequences. However, despite the fact that they're made for skills and items, some of these Action Sequence Plugin Commands can still be used for regular Troop events and Common Events. --- Action Sequence - Action SetsAction Sequence Action Sets are groups of commonly used Action Sequence Commands put together for more efficient usage. --- ACSET: Setup Action Set - The generic start to most actions. Display Action: Immortal: On: Battle Step: Wait For Movement: Cast Animation: Wait For Animation: - Use this part of the action sequence? --- ACSET: All Targets Action Set - Affects all targets simultaneously performing the following. Perform Action: Wait Count: Action Animation: Wait For Animation: Action Effect: Immortal: Off: - Use this part of the action sequence? - Insert values for the Wait Count(s). --- ACSET: Each Target Action Set - Goes through each target one by one to perform the following. Perform Action: Wait Count: Action Animation: Wait Count: Action Effect: Immortal: Off: - Use this part of the action sequence? - Insert values for the Wait Count(s). --- ACSET: Finish Action - The generic ending to most actions. Immortal: Off: Wait For New Line: Wait For Effects: Clear Battle Log: Home Reset: Wait For Movement: - Use this part of the action sequence? --- Action Sequences - Angle (Camera)These action sequences allow you to have control over the camera angle. Requires VisuMZ_3_ActSeqCamera! --- ANGLE: Change Angle - Changes the camera angle. - Requires VisuMZ_3_ActSeqCamera! Angle: - Change the camera angle to this many degrees. Duration: - Duration in frames to change camera angle. Angle Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Angle?: - Wait for angle changes to complete before performing next command? --- ANGLE: Reset Angle - Reset any angle settings. - Requires VisuMZ_3_ActSeqCamera! Duration: - Duration in frames to reset camera angle. Angle Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Angle?: - Wait for angle changes to complete before performing next command? --- ANGLE: Wait For Angle - Waits for angle changes to complete before performing next command. - Requires VisuMZ_3_ActSeqCamera! --- Action Sequences - AnimationsThese Action Sequences are related to the 'Animations' that can be found in the Animations tab of the Database. --- ANIM: Action Animation - Plays the animation associated with the action. Targets: - Select unit(s) to play the animation on. Mirror Animation: - Mirror the animation? Wait For Animation?: - Wait for animation to complete before performing next command? --- ANIM: Attack Animation - Plays the animation associated with the user's weapon. Targets: - Select unit(s) to play the animation on. Mirror Animation: - Mirror the animation? Wait For Animation?: - Wait for animation to complete before performing next command? --- ANIM: Cast Animation - Plays the cast animation associated with the action. Targets: - Select unit(s) to play the animation on. Mirror Animation: - Mirror the animation? Wait For Animation?: - Wait for animation to complete before performing next command? --- ANIM: Change Battle Portrait - Changes the battle portrait of the actor (if it's an actor). - Can be used outside of battle/action sequences. Targets: - Select unit(s) to play the animation on. - Valid units can only be actors. Filename: - Select the file to change the actor's portrait to. --- ANIM: Show Animation - Plays the a specific animation on unit(s). Targets: - Select unit(s) to play the animation on. Animation ID: - Select which animation to play on unit(s). Mirror Animation: - Mirror the animation? Wait For Animation?: - Wait for animation to complete before performing next command? --- ANIM: Wait For Animation - Causes the interpreter to wait for any animation(s) to finish. --- Action Sequences - Battle LogThese Action Sequences are related to the Battle Log Window, the window found at the top of the battle screen. --- BTLOG: Add Text - Adds a new line of text into the Battle Log. Text: - Add this text into the Battle Log. - Text codes allowed. Copy to Combat Log?: - Copies text to the Combat Log. - Requires VisuMZ_4_CombatLog Combat Log Icon: - What icon would you like to bind to this entry? - Requires VisuMZ_4_CombatLog --- BTLOG: Clear Battle Log - Clears all the text in the Battle Log. --- BTLOG: Display Action - plays the current action in the Battle Log. --- BTLOG: Pop Base Line - Removes the Battle Log's last added base line and all text up to its former location. --- BTLOG: Push Base Line - Adds a new base line to where the Battle Log currently is at. --- BTLOG: Refresh Battle Log - Refreshes the Battle Log. --- BTLOG: UI Show/Hide - Shows or hides the Battle UI (including the Battle Log). Show/Hide?: - Shows/hides the Battle UI. --- BTLOG: Wait For Battle Log - Causes the interpreter to wait for the Battle Log to finish. --- BTLOG: Wait For New Line - Causes the interpreter to wait for a new line in the Battle Log. --- Action Sequences - CameraThese Action Sequences are battle camera-related. Requires VisuMZ_3_ActSeqCamera! --- CAMERA: Clamp ON/OFF - Turns battle camera clamping on/off. - Requires VisuMZ_3_ActSeqCamera! Setting: - Turns camera clamping on/off. --- CAMERA: Focus Point - Focus the battle camera on a certain point in the screen. - Requires VisuMZ_3_ActSeqCamera! X Coordinate: - Insert the point to focus the camera on. - You may use JavaScript code. Y Coordinate: - Insert the point to focus the camera on. - You may use JavaScript code. Duration: - Duration in frames for camera focus change. Camera Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Camera? - Wait for camera changes to complete before performing next command? --- CAMERA: Focus Target(s) - Focus the battle camera on certain battler target(s). - Requires VisuMZ_3_ActSeqCamera! Targets: - Select unit(s) to focus the battle camera on. Duration: - Duration in frames for camera focus change. Camera Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Camera? - Wait for camera changes to complete before performing next command? --- CAMERA: Offset - Offset the battle camera from the focus target. - Requires VisuMZ_3_ActSeqCamera! Offset X: - How much to offset the camera X by. - Negative: left. Positive: right. Offset Y: - How much to offset the camera Y by. - Negative: up. Positive: down. Duration: - Duration in frames for offset change. Camera Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Camera? - Wait for camera changes to complete before performing next command? --- CAMERA: Reset - Reset the battle camera settings. - Requires VisuMZ_3_ActSeqCamera! Reset Focus?: - Reset the focus point? Reset Offset?: - Reset the camera offset? Duration: - Duration in frames for reset change. Camera Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Camera? - Wait for camera changes to complete before performing next command? --- CAMERA: Wait For Camera - Waits for camera changes to complete before performing next command. - Requires VisuMZ_3_ActSeqCamera! --- Action Sequences - DragonbonesThese Action Sequences are Dragonbones-related. Requires VisuMZ_2_DragonbonesUnion! --- DB: Dragonbones Animation - Causes the unit(s) to play a Dragonbones motion animation. - Requires VisuMZ_2_DragonbonesUnion! Targets: - Select which unit(s) to perform a motion animation. Motion Animation: - What is the name of the Dragonbones motion animation you wish to play? --- DB: Dragonbones Time Scale - Causes the unit(s) to change their Dragonbones time scale. - Requires VisuMZ_2_DragonbonesUnion! Targets: - Select which unit(s) to perform a motion animation. Time Scale: - Change the value of the Dragonbones time scale to this. --- Action Sequences - ElementsThese Action Sequences can change up the element(s) used for the action's damage calculation midway through an action. They also require the VisuMZ_1_ElementStatusCore plugin to be present in order for them to work. --- ELE: Add Elements - Adds element(s) to be used when calculating damage. - Requires VisuMZ_1_ElementStatusCore! Elements: - Select which element ID to add onto the action. - Insert multiple element ID's to add multiple at once. --- ELE: Clear Element Changes - Clears all element changes made through Action Sequences. - Requires VisuMZ_1_ElementStatusCore! --- ELE: Force Elements - Forces only specific element(s) when calculating damage. - Requires VisuMZ_1_ElementStatusCore! Elements: - Select which element ID to force in the action. - Insert multiple element ID's to force multiple at once. --- ELE: Null Element - Forces no element to be used when calculating damage. - Requires VisuMZ_1_ElementStatusCore! --- Action Sequences - Horror EffectsThese Action Sequences are Horror Effects-related. Requires VisuMZ_2_HorrorEffects! --- HORROR: Clear All Filters - Clear all Horror Effects filters on the target battler(s). Targets: - Select unit(s) to remove Horror Effects for. --- HORROR: Glitch Create - Creates the glitch effect on the target battler(s). Targets: - Select unit(s) to create the Horror Effect for. Glitch Slices: - Glitch slices to be used with the target. Glitch Offset: - Default offset value. Glitch Animated?: - Animate the glitch effect? Glitch Frequency: - If animated, how frequent to make the glitch effect? - Lower = often Higher = rarer Glitch Strength: - If animated, how strong is the glitch effect? - Lower = weaker Higher = stronger --- HORROR: Glitch Remove - Removes the glitch effect on the target battler(s). Targets: - Select unit(s) to remove the Horror Effect for. --- HORROR: Noise Create - Creates the noise effect on the target battler(s). Targets: - Select unit(s) to create the Horror Effect for. Noise Rate: - Noise rate to be used with the target. Noise Animated: - Animate the noise for the target? --- HORROR: Noise Remove - Removes the noise effect on the target battler(s). Targets: - Select unit(s) to remove the Horror Effect for. --- HORROR: TV Create - Creates the TV effect on the target battler(s). Targets: - Select unit(s) to create the Horror Effect for. TV Line Thickness: - Default TV line thickness - Lower = thinner Higher = thicker TV Corner Size: - Default TV line corner size - Lower = smaller Higher = bigger TV Animated: - Animate the TV? TV Speed: - Speed used to animate the TV if animated - Lower = slower Higher = faster --- HORROR: TV Remove - Removes the TV effect on the target battler(s). Targets: - Select unit(s) to remove the Horror Effect for. ---
--- Action Sequences - ImpactThese Action Sequences are related to creating impact. Requires VisuMZ_3_ActSeqImpact! --- IMPACT: Color Break - Breaks the colors on the screen before reassembling. - Requires VisuMZ_3_ActSeqImpact! Intensity: - What is the intensity of the color break effect? Duration: - What is the duration of the color break effect? Easing Type: - Select which easing type you wish to apply. --- IMPACT: Motion Blur Screen - Creates a motion blur on the whole screen. - Requires VisuMZ_3_ActSeqImpact! Angle: - Determine what angle to make the motion blur at. Intensity Rate: - This determines intensity rate of the motion blur. - Use a number between 0 and 1. Duration: - How many frames should the motion blur last? - What do you want to be its duration? Easing Type: - Select which easing type you wish to apply. --- IMPACT: Motion Blur Target(s) - Creates a motion blur on selected target(s). - Requires VisuMZ_3_ActSeqImpact! Targets: - Select unit(s) to create motion blur effects for. Angle: - Determine what angle to make the motion blur at. Intensity Rate: - This determines intensity rate of the motion blur. - Use a number between 0 and 1. Duration: - How many frames should the motion blur last? - What do you want to be its duration? Easing Type: - Select which easing type you wish to apply. --- IMPACT: Motion Trail Create - Creates a motion trail effect for the target(s). - Requires VisuMZ_3_ActSeqImpact! Targets: - Select unit(s) to create motion trail effects for. Delay: - How many frames to delay by when creating a motion trail? - The higher the delay, the less motion trails there are. Duration: - How many frames should the motion trail last? - What do you want to be its duration? Hue: - What do you want to be the hue for the motion trail? Starting Opacity: - What starting opacity value do you want for the motion trail? - Opacity values decrease over time. Tone: - What tone do you want for the motion trail? - Format: [Red, Green, Blue, Gray] --- IMPACT: Motion Trail Remove - Removes the motion trail effect from the target(s). - Requires VisuMZ_3_ActSeqImpact! Targets: - Select unit(s) to clear motion trail effects for. --- IMPACT: Shockwave at Point - Creates a shockwave at the designated coordinates. - Requires VisuMZ_3_ActSeqImpact! Point: X: Point: Y: - What x/y coordinate do you want to create a shockwave at? - You can use JavaScript code. Amplitude: - What is the aplitude of the shockwave effect? Wavelength: - What is the wavelength of the shockwave effect? Duration: - What is the duration of the shockwave? --- IMPACT: Shockwave from Each Target(s) - Creates a shockwave at each of the target(s) location(s). - Requires VisuMZ_3_ActSeqImpact! Targets: - Select unit(s) to start a shockwave from. Target Location: - Select which part target group to start a shockwave from. Offset X: Offset Y: - How much to offset the shockwave X/Y point by. Amplitude: - What is the aplitude of the shockwave effect? Wavelength: - What is the wavelength of the shockwave effect? Duration: - What is the duration of the shockwave? --- IMPACT: Shockwave from Target(s) Center - Creates a shockwave from the center of the target(s). - Requires VisuMZ_3_ActSeqImpact! Targets: - Select unit(s) to start a shockwave from. Target Location: - Select which part target group to start a shockwave from. Offset X: Offset Y: - How much to offset the shockwave X/Y point by. Amplitude: - What is the aplitude of the shockwave effect? Wavelength: - What is the wavelength of the shockwave effect? Duration: - What is the duration of the shockwave? --- IMPACT: Zoom Blur at Point - Creates a zoom blur at the designated coordinates. - Requires VisuMZ_3_ActSeqImpact! Point: X: Point: Y: - What x/y coordinate do you want to focus the zoom at? - You can use JavaScript code. Zoom Strength: - What is the strength of the zoom effect? - Use a number between 0 and 1. Visible Radius: - How much of a radius should be visible from the center? Duration: - What is the duration of the zoom blur? Easing Type: - Select which easing type you wish to apply. --- IMPACT: Zoom Blur at Target(s) Center - Creates a zoom blur at the center of targets. - Requires VisuMZ_3_ActSeqImpact! Targets: - Select unit(s) to start a zoom blur from. Target Location: - Select which part target group to start a zoom blur from. Offset X: Offset Y: - How much to offset the zoom blur X/Y point by. Zoom Strength: - What is the strength of the zoom effect? - Use a number between 0 and 1. Visible Radius: - How much of a radius should be visible from the center? Duration: - What is the duration of the zoom blur? Easing Type: - Select which easing type you wish to apply. --- Action Sequences - MechanicsThese Action Sequences are related to various mechanics related to the battle system. --- MECH: Action Effect - Causes the unit(s) to take damage/healing from action and incurs any changes made such as buffs and states. Targets: - Select unit(s) to receive the current action's effects. --- MECH: Add Buff/Debuff - Adds buff(s)/debuff(s) to unit(s). - Determine which parameters are affected and their durations. Targets: - Select unit(s) to receive the buff(s) and/or debuff(s). Buff Parameters: - Select which parameter(s) to buff. - Insert a parameter multiple times to raise its stacks. Debuff Parameters: - Select which parameter(s) to debuff. - Insert a parameter multiple times to raise its stacks. Turns: - Number of turns to set the parameter(s) buffs to. - You may use JavaScript code. --- MECH: Add State - Adds state(s) to unit(s). Targets: - Select unit(s) to receive the buff(s). States: - Select which state ID(s) to add to unit(s). - Insert multiple state ID's to add multiple at once. --- MECH: Armor Penetration - Adds an extra layer of defensive penetration/reduction. - You may use JavaScript code for any of these. Armor/Magic Penetration: Rate: - Penetrates an extra multiplier of armor by this value. Flat: - Penetrates a flat amount of armor by this value. Armor/Magic Reduction: Rate: - Reduces an extra multiplier of armor by this value. Flat: - Reduces a flat amount of armor by this value. --- MECH: ATB Gauge - Alters the ATB/TPB Gauges. - Requires VisuMZ_2_BattleSystemATB! Targets: - Select unit(s) to alter the ATB/TPB Gauges for. Charging: Charge Rate: - Changes made to the ATB Gauge if it is currently charging. Casting: Cast Rate: - Changes made to the ATB Gauge if it is currently casting. Interrupt?: - Interrupt the ATB Gauge if it is currently casting? --- MECH: BTB Brave Points - Alters the target(s) Brave Points to an exact value. - Requires VisuMZ_2_BattleSystemBTB! Targets: - Select unit(s) to alter the ATB/TPB Gauges for. Alter Brave Points By: - Alters the target(s) Brave Points. - Positive for gaining BP. - Negative for losing BP. --- MECH: Collapse - Causes the unit(s) to perform its collapse animation if the unit(s) has died. Targets: - Select unit(s) to process a death collapse. Force Death: - Force death even if the unit has not reached 0 HP? - This will remove immortality. Wait For Effect?: - Wait for the collapse effect to complete before performing next command? --- MECH: CTB Order - Alters the CTB Turn Order. - Requires VisuMZ_2_BattleSystemCTB! Targets: - Select unit(s) to alter the CTB Turn Order for. Change Order By: - Changes turn order for target(s) by this amount. - Positive increases wait. Negative decreases wait. --- MECH: CTB Speed - Alters the CTB Speed. - Requires VisuMZ_2_BattleSystemCTB! Targets: - Select unit(s) to alter the CTB Speed for. Charge Rate: - Changes made to the CTB Speed if it is currently charging. Cast Rate: - Changes made to the CTB Speed if it is currently casting. --- MECH: Custom Damage Formula - Changes the current action's damage formula to custom. - This will assume the MANUAL damage style. Formula: - Changes the current action's damage formula to custom. - Use 'default' to revert the damage formula. --- MECH: Damage Popup - Causes the unit(s) to display the current state of damage received or healed. Targets: - Select unit(s) to prompt a damage popup. --- MECH: Dead Label Jump - If the active battler is dead, jump to a specific label in the common event. Jump To Label: - If the active battler is dead, jump to this specific label in the common event. --- MECH: HP, MP, TP - Alters the HP, MP, and TP values for unit(s). - Positive values for healing. Negative values for damage. Targets: - Select unit(s) to receive the current action's effects. HP, MP, TP: Rate: - Changes made to the parameter based on rate. - Positive values for healing. Negative values for damage. Flat: - Flat changes made to the parameter. - Positive values for healing. Negative values for damage. Damage Popup?: - Display a damage popup after? --- MECH: Immortal - Changes the immortal flag of targets. If immortal flag is removed and a unit would die, collapse that unit. Targets: - Alter the immortal flag of these groups. If immortal flag is removed and a unit would die, collapse that unit. Immortal: - Turn immortal flag for unit(s) on/off? --- MECH: Multipliers - Changes the multipliers for the current action. - You may use JavaScript code for any of these. Critical Hit%: Rate: - Affects chance to land a critical hit by this multiplier. Flat: - Affects chance to land a critical hit by this flat bonus. Critical Damage Rate: - Affects critical damage by this multiplier. Flat: - Affects critical damage by this flat bonus. Damage/Healing Rate: - Sets the damage/healing multiplier for current action. Flat: - Sets the damage/healing bonus for current action. Hit Rate Rate: - Affects chance to connect attack by this multiplier. Flat: - Affects chance to connect attack by this flat bonus. --- MECH: Remove Buff/Debuff - Removes buff(s)/debuff(s) from unit(s). - Determine which parameters are removed. Targets: - Select unit(s) to have the buff(s) and/or debuff(s) removed. Buff Parameters: - Select which buffed parameter(s) to remove. Debuff Parameters: - Select which debuffed parameter(s) to remove. --- MECH: Remove State - Remove state(s) from unit(s). Targets: - Select unit(s) to have states removed from. States: - Select which state ID(s) to remove from unit(s). - Insert multiple state ID's to remove multiple at once. --- MECH: STB Exploit Effect - Utilize the STB Exploitation mechanics! - Requires VisuMZ_2_BattleSystemSTB! Target(s) Exploited?: - Exploit the below targets? Targets: - Select unit(s) to become exploited. Force Exploitation: - Force the exploited status? User Exploiter?: - Allow the user to become the exploiter? Force Exploitation: - Force the exploiter status? --- MECH: STB Extra Action - Adds an extra action for the currently active battler. - Requires VisuMZ_2_BattleSystemSTB! Extra Actions: - How many extra actions should the active battler gain? - You may use JavaScript code. --- MECH: STB Remove Excess Actions - Removes excess actions from the active battler. - Requires VisuMZ_2_BattleSystemSTB! Remove Actions: - How many actions to remove from the active battler? - You may use JavaScript code. --- MECH: Text Popup - Causes the unit(s) to display a text popup. Targets: - Select unit(s) to prompt a text popup. Text: - What text do you wish to display? Text Color: - Use #rrggbb for custom colors or regular numbers for text colors from the Window Skin. Flash Color: - Adjust the popup's flash color. - Format: [red, green, blue, alpha] Flash Duration: - What is the frame duration of the flash effect? --- MECH: Variable Popup - Causes the unit(s) to display a popup using the data stored inside a variable. Targets: - Select unit(s) to prompt a text popup. Variable: - Get data from which variable to display as a popup? Digit Grouping: - Use digit grouping to separate numbers? - Requires VisuMZ_0_CoreEngine! Text Color: - Use #rrggbb for custom colors or regular numbers for text colors from the Window Skin. Flash Color: - Adjust the popup's flash color. - Format: [red, green, blue, alpha] Flash Duration: - What is the frame duration of the flash effect? --- MECH: Wait For Effect - Waits for the effects to complete before performing next command. --- Action Sequences - MotionThese Action Sequences allow you the ability to control the motions of sideview sprites. --- MOTION: Clear Freeze Frame - Clears any freeze frames from the unit(s). Targets: - Select which unit(s) to clear freeze frames for. --- MOTION: Freeze Motion Frame - Forces a freeze frame instantly at the selected motion. - Automatically clears with a new motion. Targets: - Select which unit(s) to freeze motions for. Motion Type: - Freeze this motion for the unit(s). Frame Index: - Which frame do you want to freeze the motion on? - Frame index values start at 0. Show Weapon?: - If using 'attack', 'thrust', 'swing', or 'missile', display the weapon sprite? --- MOTION: Motion Type - Causes the unit(s) to play the selected motion. Targets: - Select which unit(s) to perform a motion. Motion Type: - Play this motion for the unit(s). Show Weapon?: - If using 'attack', 'thrust', 'swing', or 'missile', display the weapon sprite? --- MOTION: Perform Action - Causes the unit(s) to play the proper motion based on the current action. Targets: - Select which unit(s) to perform a motion. --- MOTION: Refresh Motion - Cancels any set motions unit(s) has to do and use their most natural motion at the moment. Targets: - Select which unit(s) to refresh their motion state. --- MOTION: Wait By Motion Frame - Creates a wait equal to the number of motion frames passing. - Time is based on Plugin Parameters => Actors => Motion Speed. Motion Frames to Wait?: - Each "frame" is equal to the value found in Plugin Parameters => Actors => Motion Speed --- Action Sequences - MovementThese Action Sequences allow you the ability to control the sprites of actors and enemies in battle. --- MOVE: Battle Step - Causes the unit(s) to move forward past their home position to prepare for action. Targets: - Select which unit(s) to move. Wait For Movement?: - Wait for movement to complete before performing next command? --- MOVE: Face Direction - Causes the unit(s) to face forward or backward. - Sideview-only! Targets: - Select which unit(s) to change direction. Direction: - Select which direction to face. --- MOVE: Face Point - Causes the unit(s) to face a point on the screen. - Sideview-only! Targets: - Select which unit(s) to change direction. Point: - Select which point to face. - Home - Center - Point X, Y - Replace 'x' and 'y' with coordinates Face Away From?: - Face away from the point instead? --- MOVE: Face Target(s) - Causes the unit(s) to face other targets on the screen. - Sideview-only! Targets (facing): - Select which unit(s) to change direction. Targets (destination): - Select which unit(s) for the turning unit(s) to face. Face Away From?: - Face away from the unit(s) instead? --- MOVE: Float - Causes the unit(s) to float above the ground. - Sideview-only! Targets: - Select which unit(s) to make float. Desired Height: - Vertical distance to float upward. - You may use JavaScript code. Duration: - Duration in frames for total float amount. Float Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Float?: - Wait for floating to complete before performing next command? --- MOVE: Home Reset - Causes the unit(s) to move back to their home position(s) and face back to their original direction(s). Targets: - Select which unit(s) to move. Wait For Movement?: - Wait for movement to complete before performing next command? --- MOVE: Jump - Causes the unit(s) to jump into the air. - Sideview-only! Targets: - Select which unit(s) to make jump. Desired Height: - Max jump height to go above the ground - You may use JavaScript code. Duration: - Duration in frames for total jump amount. Wait For Jump?: - Wait for jumping to complete before performing next command? --- MOVE: Move Distance - Moves unit(s) by a distance from their current position(s). - Sideview-only! Targets: - Select which unit(s) to move. Distance Adjustment: - Makes adjustments to distance values to determine which direction to move unit(s). - Normal - No adjustments made - Horizontal - Actors adjust left, Enemies adjust right - Vertical - Actors adjust Up, Enemies adjust down - Both - Applies both Horizontal and Vertical Distance: X: - Horizontal distance to move. - You may use JavaScript code. Distance: Y: - Vertical distance to move. - You may use JavaScript code. Duration: - Duration in frames for total movement amount. Face Destination?: - Turn and face the destination? Movement Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Movement Motion: - Play this motion for the unit(s). Wait For Movement?: - Wait for movement to complete before performing next command? --- MOVE: Move To Point - Moves unit(s) to a designated point on the screen. - Sideview-only! Points based off Graphics.boxWidth/Height. Targets: - Select which unit(s) to move. Destination Point: - Select which point to face. - Home - Center - Point X, Y - Replace 'x' and 'y' with coordinates Offset Adjustment: - Makes adjustments to offset values to determine which direction to adjust the destination by. Offset: X: - Horizontal offset to move. - You may use JavaScript code. Offset: Y: - Vertical offset to move. - You may use JavaScript code. Duration: - Duration in frames for total movement amount. Face Destination?: - Turn and face the destination? Movement Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Movement Motion: - Play this motion for the unit(s). Wait For Movement?: - Wait for movement to complete before performing next command? --- MOVE: Move To Target(s) - Moves unit(s) to another unit(s) on the battle field. - Sideview-only! Targets (Moving): - Select which unit(s) to move. Targets (Destination): - Select which unit(s) to move to. Target Location: - Select which part target group to move to. - front head - front center - front base - middle head - middle center - middle base - back head - back center - back base Melee Distance: - The melee distance away from the target location in addition to the battler's width. Offset Adjustment: - Makes adjustments to offset values to determine which direction to adjust the destination by. Offset: X: - Horizontal offset to move. - You may use JavaScript code. Offset: Y: - Vertical offset to move. - You may use JavaScript code. Duration: - Duration in frames for total movement amount. Face Destination?: - Turn and face the destination? Movement Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Movement Motion: - Play this motion for the unit(s). Wait For Movement?: - Wait for movement to complete before performing next command? --- MOVE: Opacity - Causes the unit(s) to change opacity. - Sideview-only! Targets: - Select which unit(s) to change opacity. Desired Opacity: - Change to this opacity value. - You may use JavaScript code. Duration: - Duration in frames for opacity change. Opacity Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Opacity?: - Wait for opacity changes to complete before performing next command? --- MOVE: Scale/Grow/Shrink - Causes the unit(s) to scale, grow, or shrink?. - Sideview-only! Targets: - Select which unit(s) to change the scale of. Scale X: Scale Y: - What target scale value do you want? - 1.0 is normal size. Duration: - Duration in frames to scale for. Scale Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Scale?: - Wait for scaling to complete before performing next command? --- MOVE: Skew/Distort - Causes the unit(s) to skew. - Sideview-only! Targets: - Select which unit(s) to skew. Skew X: Skew Y: - What variance to skew? - Use small values for the best results. Duration: - Duration in frames to skew for. Skew Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Skew?: - Wait for skew to complete before performing next command? --- MOVE: Spin/Rotate - Causes the unit(s) to spin. - Sideview-only! Targets: - Select which unit(s) to spin. Angle: - How many degrees to spin? Duration: - Duration in frames to spin for. Spin Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Revert Angle on Finish: - Upon finishing the spin, revert the angle back to 0. Wait For Spin?: - Wait for spin to complete before performing next command? --- MOVE: Wait For Float - Waits for floating to complete before performing next command. --- MOVE: Wait For Jump - Waits for jumping to complete before performing next command. --- MOVE: Wait For Movement - Waits for movement to complete before performing next command. --- MOVE: Wait For Opacity - Waits for opacity changes to complete before performing next command. --- MOVE: Wait For Scale - Waits for scaling to complete before performing next command. --- MOVE: Wait For Skew - Waits for skewing to complete before performing next command. --- MOVE: Wait For Spin - Waits for spinning to complete before performing next command. ---
Action Sequences - ProjectilesCreate projectiles on the screen and fire them off at a target. Requires VisuMZ_3_ActSeqProjectiles! --- PROJECTILE: Animation - Create an animation projectile and fire it at a target. - Requires VisuMZ_3_ActSeqProjectiles! Coordinates: Start Location: - Settings to determine where the projectile(s) start from. Type: - Select where the projectile should start from. - Target - Start from battler target(s) - Point - Start from a point on the screen Target(s): - Select which unit(s) to start the projectile from. Centralize: - Create one projectile at the center of the targets? - Or create a projectile for each target? Point X: Point Y: - Insert the X/Y coordinate to start the projectile at. - You may use JavaScript code. Offset X: Offset Y: - Insert how many pixels to offset the X/Y coordinate by. - You may use JavaScript code. Goal Location: - Settings to determine where the projectile(s) start from. Type: - Select where the projectile should go to. - Target - Goal is battler target(s) - Point - Goal is a point on the screen Target(s): - Select which unit(s) for projectile to go to. Centralize: - Create one projectile at the center of the targets? - Or create a projectile for each target? Point X: Point Y: - Insert the X/Y coordinate to send the projectile to. - You may use JavaScript code. Offset X: Offset Y: - Insert how many pixels to offset the X/Y coordinate by. - You may use JavaScript code. Settings: Animation ID: - Determine which animation to use as a projectile. Duration: - Duration for the projectile(s) to travel. Wait For Projectile?: - Wait for projectile(s) to reach their destination before going onto the next command? Extra Settings: - Add extra settings to the projectile? Auto Angle?: - Automatically angle the projectile to tilt the direction it's moving? Angle Offset: - Alter the projectile's tilt by this many degrees. Arc Peak: - This is the height of the project's trajectory arc in pixels. Easing: - Select which easing type to apply to the projectile's trajectory. Spin Speed: - Determine how much angle the projectile spins per frame. - Does not work well with "Auto Angle". --- PROJECTILE: Icon - Create an icon projectile and fire it at a target. - Requires VisuMZ_3_ActSeqProjectiles! Coordinates: Start Location: - Settings to determine where the projectile(s) start from. Type: - Select where the projectile should start from. - Target - Start from battler target(s) - Point - Start from a point on the screen Target(s): - Select which unit(s) to start the projectile from. Centralize: - Create one projectile at the center of the targets? - Or create a projectile for each target? Point X: Point Y: - Insert the X/Y coordinate to start the projectile at. - You may use JavaScript code. Offset X: Offset Y: - Insert how many pixels to offset the X/Y coordinate by. - You may use JavaScript code. Goal Location: - Settings to determine where the projectile(s) start from. Type: - Select where the projectile should go to. - Target - Goal is battler target(s) - Point - Goal is a point on the screen Target(s): - Select which unit(s) for projectile to go to. Centralize: - Create one projectile at the center of the targets? - Or create a projectile for each target? Point X: Point Y: - Insert the X/Y coordinate to send the projectile to. - You may use JavaScript code. Offset X: Offset Y: - Insert how many pixels to offset the X/Y coordinate by. - You may use JavaScript code. Settings: Icon: - Determine which icon to use as a projectile. - You may use JavaScript code. Duration: - Duration for the projectile(s) to travel. Wait For Projectile?: - Wait for projectile(s) to reach their destination before going onto the next command? Extra Settings: - Add extra settings to the projectile? Auto Angle?: - Automatically angle the projectile to tilt the direction it's moving? Angle Offset: - Alter the projectile's tilt by this many degrees. Arc Peak: - This is the height of the project's trajectory arc in pixels. Blend Mode: - What kind of blend mode do you wish to apply to the projectile? - Normal - Additive - Multiply - Screen Easing: - Select which easing type to apply to the projectile's trajectory. Hue: - Adjust the hue of the projectile. - Insert a number between 0 and 360. Scale: - Adjust the size scaling of the projectile. - Use decimals for exact control. Spin Speed: - Determine how much angle the projectile spins per frame. - Does not work well with "Auto Angle". --- PROJECTILE: Picture - Create a picture projectile and fire it at a target. - Requires VisuMZ_3_ActSeqProjectiles! Coordinates: Start Location: - Settings to determine where the projectile(s) start from. Type: - Select where the projectile should start from. - Target - Start from battler target(s) - Point - Start from a point on the screen Target(s): - Select which unit(s) to start the projectile from. Centralize: - Create one projectile at the center of the targets? - Or create a projectile for each target? Point X: Point Y: - Insert the X/Y coordinate to start the projectile at. - You may use JavaScript code. Offset X: Offset Y: - Insert how many pixels to offset the X/Y coordinate by. - You may use JavaScript code. Goal Location: - Settings to determine where the projectile(s) start from. Type: - Select where the projectile should go to. - Target - Goal is battler target(s) - Point - Goal is a point on the screen Target(s): - Select which unit(s) for projectile to go to. Centralize: - Create one projectile at the center of the targets? - Or create a projectile for each target? Point X: Point Y: - Insert the X/Y coordinate to send the projectile to. - You may use JavaScript code. Offset X: Offset Y: - Insert how many pixels to offset the X/Y coordinate by. - You may use JavaScript code. Settings: Picture Filename: - Determine which picture to use as a projectile. Duration: - Duration for the projectile(s) to travel. Wait For Projectile?: - Wait for projectile(s) to reach their destination before going onto the next command? Extra Settings: - Add extra settings to the projectile? Auto Angle?: - Automatically angle the projectile to tilt the direction it's moving? Angle Offset: - Alter the projectile's tilt by this many degrees. Arc Peak: - This is the height of the project's trajectory arc in pixels. Blend Mode: - What kind of blend mode do you wish to apply to the projectile? - Normal - Additive - Multiply - Screen Easing: - Select which easing type to apply to the projectile's trajectory. Hue: - Adjust the hue of the projectile. - Insert a number between 0 and 360. Scale: - Adjust the size scaling of the projectile. - Use decimals for exact control. Spin Speed: - Determine how much angle the projectile spins per frame. - Does not work well with "Auto Angle". --- Action Sequences - Skew (Camera)These action sequences allow you to have control over the camera skew. Requires VisuMZ_3_ActSeqCamera! --- SKEW: Change Skew - Changes the camera skew. - Requires VisuMZ_3_ActSeqCamera! Skew X: - Change the camera skew X to this value. Skew Y: - Change the camera skew Y to this value. Duration: - Duration in frames to change camera skew. Skew Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Skew?: - Wait for skew changes to complete before performing next command? --- SKEW: Reset Skew - Reset any skew settings. - Requires VisuMZ_3_ActSeqCamera! Duration: - Duration in frames to reset camera skew. Skew Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Skew?: - Wait for skew changes to complete before performing next command? --- SKEW: Wait For Skew - Waits for skew changes to complete before performing next command. - Requires VisuMZ_3_ActSeqCamera! --- Action Sequences - TargetIf using a manual target by target Action Sequence, these commands will give you full control over its usage. --- TARGET: Current Index - Sets the current index to this value. - Then decide to jump to a label (optional). Set Index To: - Sets current targeting index to this value. - 0 is the starting index of a target group. Jump To Label: - If a target is found after the index change, jump to this label in the Common Event. --- TARGET: Next Target - Moves index forward by 1 to select a new current target. - Then decide to jump to a label (optional). Jump To Label: - If a target is found after the index change, jump to this label in the Common Event. --- TARGET: Previous Target - Moves index backward by 1 to select a new current target. - Then decide to jump to a label (optional). Jump To Label: - If a target is found after the index change, jump to this label in the Common Event. --- TARGET: Random Target - Sets index randomly to determine new currernt target. - Then decide to jump to a label (optional). Force Random?: - Index cannot be its previous index amount after random. Jump To Label: - If a target is found after the index change, jump to this label in the Common Event. --- Action Sequences - Zoom (Camera)These Action Sequences are zoom-related. Requires VisuMZ_3_ActSeqCamera! --- ZOOM: Change Scale - Changes the zoom scale. - Requires VisuMZ_3_ActSeqCamera! Scale: - The zoom scale to change to. Duration: - Duration in frames to reset battle zoom. Zoom Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Zoom? - Wait for zoom changes to complete before performing next command? --- ZOOM: Reset Zoom - Reset any zoom settings. - Requires VisuMZ_3_ActSeqCamera! Duration: - Duration in frames to reset battle zoom. Zoom Easing: - Select which easing type you wish to apply. - Requires VisuMZ_0_CoreEngine. Wait For Zoom? - Wait for zoom changes to complete before performing next command? --- ZOOM: Wait For Zoom - Waits for zoom changes to complete before performing next command. Requires VisuMZ_3_ActSeqCamera! --- Battle Cursor VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Battle Cursor Plugin Commands--- Battle Cursor: Change Actor Cursor - Change target actor's battle cursor settings. Actor ID(s): - Select which Actor ID(s) to affect. Appearance Type: - Select the appearance type for the battle select cursor. Icon Index: - If "icon" is selected as the appearance type, use this icon as the cursor. Picture Filename: - If "picture" is selected as the appearance type, use this image from img/pictures/ as the cursor. System Filename: - If "system" is selected as the appearance type, use this image from img/system/ as the cursor. Frame Delay: - The frame delay for any animated "picture" or "system" cursors before moving onto the next frame. Anchor: Anchor X: Anchor Y: - Select the position to determine where the cursor's Anchor is located. Position: Position X: Position Y: - Select the placement to determine where the cursor's Position is located. Offset: Offset X: Offset Y: - Select how much to offset the cursor's X/Y position by. Wave: Wave Type: - Determine how the cursor moves while active. Speed: - Select how fast the cursor oscillates. - Lower is slower. Higher is faster. Distance: - Select how far the cursor sprite will oscillate from its origin. --- Battle Cursor: Change Party Member Cursor - Change target party member's battle cursor settings. Party Index(es): - Select which party member index(es) to affect. Appearance Type: - Select the appearance type for the battle select cursor. Icon Index: - If "icon" is selected as the appearance type, use this icon as the cursor. Picture Filename: - If "picture" is selected as the appearance type, use this image from img/pictures/ as the cursor. System Filename: - If "system" is selected as the appearance type, use this image from img/system/ as the cursor. Frame Delay: - The frame delay for any animated "picture" or "system" cursors before moving onto the next frame. Anchor: Anchor X: Anchor Y: - Select the position to determine where the cursor's Anchor is located. Position: Position X: Position Y: - Select the placement to determine where the cursor's Position is located. Offset: Offset X: Offset Y: - Select how much to offset the cursor's X/Y position by. Wave: Wave Type: - Determine how the cursor moves while active. Speed: - Select how fast the cursor oscillates. - Lower is slower. Higher is faster. Distance: - Select how far the cursor sprite will oscillate from its origin. --- Battle Cursor: Change Enemy Member Cursor - Change target enemy's battle cursor settings. Enemy Index(es): - Select which enemy troop index(es) to affect. Appearance Type: - Select the appearance type for the battle select cursor. Icon Index: - If "icon" is selected as the appearance type, use this icon as the cursor. Picture Filename: - If "picture" is selected as the appearance type, use this image from img/pictures/ as the cursor. System Filename: - If "system" is selected as the appearance type, use this image from img/system/ as the cursor. Frame Delay: - The frame delay for any animated "picture" or "system" cursors before moving onto the next frame. Anchor: Anchor X: Anchor Y: - Select the position to determine where the cursor's Anchor is located. Position: Position X: Position Y: - Select the placement to determine where the cursor's Position is located. Offset: Offset X: Offset Y: - Select how much to offset the cursor's X/Y position by. Wave: Wave Type: - Determine how the cursor moves while active. Speed: - Select how fast the cursor oscillates. - Lower is slower. Higher is faster. Distance: - Select how far the cursor sprite will oscillate from its origin. --- Battle System - ATB VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- Actor: Change Field Gauge Icon - Changes the icons used for the specific actor(s) on the ATB Field Gauge. Actor ID(s): - Select which Actor ID(s) to affect. Icon: - Changes the graphic to this icon. --- Actor: Change Field Gauge Face - Changes the faces used for the specific actor(s) on the ATB Field Gauge. Actor ID(s): - Select which Actor ID(s) to affect. Face Name: - This is the filename for the target face graphic. Face Index: - This is the index for the target face graphic. --- Actor: Clear Field Gauge Graphic - Clears the ATB Field Gauge graphics for the actor(s). - The settings will revert to the Plugin Parameter settings. Actor ID(s): - Select which Actor ID(s) to affect. --- Enemy Plugin Commands--- Enemy: Change Field Gauge Icon - Changes the icons used for the specific enemy(ies) on the ATB Field Gauge. Enemy Index(es): - Select which enemy index(es) to affect. Icon: - Changes the graphic to this icon. --- Enemy: Change Field Gauge Face - Changes the faces used for the specific enemy(ies) on the ATB Field Gauge. Enemy Index(es): - Select which enemy index(es) to affect. Face Name: - This is the filename for the target face graphic. Face Index: - This is the index for the target face graphic. --- Enemy: Clear Field Gauge Graphic - Clears the ATB Field Gauge graphics for the enemy(ies). - The settings will revert to the Plugin Parameter settings. Enemy Index(es): - Select which enemy index(es) to affect. --- System Plugin Commands--- System: ATB Field Gauge Visibility - Determine the visibility of the ATB Field Gauge. Visibility: - Changes the visibility of the ATB Field Gauge. --- Battle System - BTB VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- Actor: Change BTB Turn Order Icon - Changes the icons used for the specific actor(s) on the BTB Turn Order. Actor ID(s): - Select which Actor ID(s) to affect. Icon: - Changes the graphic to this icon. --- Actor: Change BTB Turn Order Face - Changes the faces used for the specific actor(s) on the BTB Turn Order. Actor ID(s): - Select which Actor ID(s) to affect. Face Name: - This is the filename for the target face graphic. Face Index: - This is the index for the target face graphic. --- Actor: Clear BTB Turn Order Graphic - Clears the BTB Turn Order graphics for the actor(s). - The settings will revert to the Plugin Parameter settings. Actor ID(s): - Select which Actor ID(s) to affect. --- Enemy Plugin Commands--- Enemy: Change BTB Turn Order Icon - Changes the icons used for the specific enemy(ies) on the BTB Turn Order. Enemy Index(es): - Select which enemy index(es) to affect. Icon: - Changes the graphic to this icon. --- Enemy: Change BTB Turn Order Face - Changes the faces used for the specific enemy(ies) on the BTB Turn Order. Enemy Index(es): - Select which enemy index(es) to affect. Face Name: - This is the filename for the target face graphic. Face Index: - This is the index for the target face graphic. --- Enemy: Clear BTB Turn Order Graphic - Clears the BTB Turn Order graphics for the enemy(ies). - The settings will revert to the Plugin Parameter settings. Enemy Index(es): - Select which enemy index(es) to affect. --- System Plugin Commands--- System: BTB Turn Order Visibility - Determine the visibility of the BTB Turn Order Display. Visibility: - Changes the visibility of the BTB Turn Order Display. --- Battle System - CTB VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- Actor: Change CTB Turn Order Icon - Changes the icons used for the specific actor(s) on the CTB Turn Order. Actor ID(s): - Select which Actor ID(s) to affect. Icon: - Changes the graphic to this icon. --- Actor: Change CTB Turn Order Face - Changes the faces used for the specific actor(s) on the CTB Turn Order. Actor ID(s): - Select which Actor ID(s) to affect. Face Name: - This is the filename for the target face graphic. Face Index: - This is the index for the target face graphic. --- Actor: Clear CTB Turn Order Graphic - Clears the CTB Turn Order graphics for the actor(s). - The settings will revert to the Plugin Parameter settings. Actor ID(s): - Select which Actor ID(s) to affect. --- Enemy Plugin Commands--- Enemy: Change CTB Turn Order Icon - Changes the icons used for the specific enemy(ies) on the CTB Turn Order. Enemy Index(es): - Select which enemy index(es) to affect. Icon: - Changes the graphic to this icon. --- Enemy: Change CTB Turn Order Face - Changes the faces used for the specific enemy(ies) on the CTB Turn Order. Enemy Index(es): - Select which enemy index(es) to affect. Face Name: - This is the filename for the target face graphic. Face Index: - This is the index for the target face graphic. --- Enemy: Clear CTB Turn Order Graphic - Clears the CTB Turn Order graphics for the enemy(ies). - The settings will revert to the Plugin Parameter settings. Enemy Index(es): - Select which enemy index(es) to affect. --- System Plugin Commands--- System: CTB Turn Order Visibility - Determine the visibility of the CTB Turn Order Display. Visibility: - Changes the visibility of the CTB Turn Order Display. --- Battle System - FTB VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- System Plugin Commands--- System: FTB Action Count Visibility - Determine the visibility of the FTB Action Count Display. Visibility: - Changes the visibility of the FTB Action Count Display. --- Battle System - STB VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands
Actor: Change STB Turn Order Icon - Changes the icons used for the specific actor(s) on the STB Turn Order. Actor ID(s): - Select which Actor ID(s) to affect. Icon: - Changes the graphic to this icon. --- Actor: Change STB Turn Order Face - Changes the faces used for the specific actor(s) on the STB Turn Order. Actor ID(s): - Select which Actor ID(s) to affect. Face Name: - This is the filename for the target face graphic. Face Index: - This is the index for the target face graphic. --- Actor: Clear STB Turn Order Graphic - Clears the STB Turn Order graphics for the actor(s). - The settings will revert to the Plugin Parameter settings. Actor ID(s): - Select which Actor ID(s) to affect. --- Enemy Plugin Commands--- Enemy: Change STB Turn Order Icon - Changes the icons used for the specific enemy(ies) on the STB Turn Order. Enemy Index(es): - Select which enemy index(es) to affect. Icon: - Changes the graphic to this icon. --- Enemy: Change STB Turn Order Face - Changes the faces used for the specific enemy(ies) on the STB Turn Order. Enemy Index(es): - Select which enemy index(es) to affect. Face Name: - This is the filename for the target face graphic. Face Index: - This is the index for the target face graphic. --- Enemy: Clear STB Turn Order Graphic - Clears the STB Turn Order graphics for the enemy(ies). - The settings will revert to the Plugin Parameter settings. Enemy Index(es): - Select which enemy index(es) to affect. --- System Plugin Commands--- System: STB Turn Order Visibility - Determine the visibility of the STB Turn Order Display. Visibility: - Changes the visibility of the STB Turn Order Display. --- Bright Effects VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Bloom Plugin Commands---
Bloom: Change Settings - Change the Bloom filter settings for the screen. Bloom Scale: - Change bloom scale for the screen. Bloom Brightness: - Change bloom brightness for the screen. Bloom Threshold: - Change bloom threshold for the screen. Shift Duration: - The amount of time it takes for the change to occur. --- Bloom: Reset - Reset the Bloom filter settings for the settings found in the Plugin Parameters or map notetags. Shift Duration: - The amount of time it takes for the reset to occur. --- Godray Plugin Commands
---
Godray: Change Settings - Change the Godray filter settings for the screen. Visible?: - Show godrays on the screen? - Visibility changes are immediate. Godray Speed: - Change godray speed for the screen. Godray Gain: - Change godray gain for the screen. Godray Lacunarity: - Change godray lacunarity for the screen. Godray Angle: - Change godray angle for the screen. Shift Duration: - The amount of time it takes for the change to occur. - Visibility changes are immediate. --- Godray: Reset - Reset the Godray filter settings for the settings found in the Plugin Parameters or map notetags. Shift Duration: - The amount of time it takes for the reset to occur. - Visibility changes are immediate. --- Color Adjust Plugin Commands---
Color Adjust: Change Settings - Change the Color Adjustment filter settings for the screen. Adjust Brightness: - Change color adjust brightness for the screen. Adjust Contrast: - Change color adjust contrast for the screen. Adjust Saturation: - Change color adjust saturation for the screen. Shift Duration: - The amount of time it takes for the change to occur. --- Color Adjust: Reset - Reset the Color Adjustment filter settings for the settings found in the Plugin Parameters or map notetags. Shift Duration: - The amount of time it takes for the reset to occur. --- Button Common Events VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- System Plugin Commands--- System: Change Button Common Event - Change the Common Event bound to specific key(s). Keys: - Select which key(s) to change. Common Event ID: - Change the Common Event bound to specific key(s). Button Icon: - What icon do you want to show on this button? --- System: Change Visibility - Determines whether or not buttons are shown on screen. Visible? - Show or hide the visible Button Common Events on the screen? --- System: Clear All Button Common Events - Clears Common Events from all keys. --- System: Clear Button Common Event - Clears any Common Events bound to specific key(s). Keys: - Select which key(s) to clear. --- System: Clear Common Event ID(s) - Clears any keys with the marked Common Event ID(s). Common Event ID(s): - Clears any keys with the marked Common Event ID(s). --- System: Run Stored Button Common Event - Run the Common Event stored on a specific key. Target Key: - Run the Common Event stored in this key. --- Class Change System VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Unlock Class Plugin Commands--- Unlock Class: Add For Actor(s) - Unlock class(es) for target actor(s). Actor ID(s): - Select which Actor ID(s) to unlock class(es) for. Class ID(s): - Select which Class ID(s) to be unlocked. --- Unlock Class: Add For Global - Unlock class(es) for all party members. Class ID(s): - Select which Class ID(s) to be unlocked. --- Unlock Class: Remove From Actor(s) - Remove unlock class(es) for target actor(s). Actor ID(s): - Select which Actor ID(s) to remove an unlocked class(es) for. Class ID(s): - Select which Class ID(s) to be removed from the unlocked status. --- Unlock Class: Remove From Global - Remove unlock class(es) for all party members. Class ID(s): - Select which Class ID(s) to be removed from the unlocked status. --- Change Restriction Plugin Commands--- Change Restriction: Add Tier Restriction - Add restrictions to prevent class changing specific tier(s) to target actor(s). Actor ID(s): - Select which Actor ID(s) to restrict class tier(s) for. Tiers(s): - Select which class tier(s) to restrict changing for. --- Change Restriction: Remove Tier Restriction - Remove restrictions to allow class changing specific tier(s) for target actor(s). Actor ID(s): - Select which Actor ID(s) to remove class tier(s) restrictions for. Tiers(s): - Select which class tier(s) to remove restrictions for. --- Multiclass Plugin Commands--- Multiclass: Change Actor(s) Multiclass - Changes a specific multiclass for target actor(s). Actor ID(s): - Select which Actor ID(s) to change the multiclass limit to. Tier: - Which multiclass tier to change for the target actor(s)? Class ID: - Which class should go into this multiclass tier slot? --- Multiclass: Raise Limit for Actor(s) - Raise the multiclass limit for target actor(s). Actor ID(s): - Select which Actor ID(s) to change the multiclass limit to. Raise Limit By: - Raise the multiclass limit for target actor(s) by this much. --- Multiclass: Lower Limit for Actor(s) - Lower the multiclass limit for target actor(s). Actor ID(s): - Select which Actor ID(s) to change the multiclass limit to. Reduce Limit By: - Lower the multiclass limit for target actor(s) by this much. --- Multiclass: Set Limit for Actor(s) - Set multiclass limit for target actor(s). Actor ID(s): - Select which Actor ID(s) to change the multiclass limit to. Set Limit To: - Set multiclass limit for target actor(s) to this much. --- Class Points Plugin Commands--- Class Points: Gain - The target actor(s) gains Class Points. - Gained amounts are affected by Class Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to gain Class Points for. - Use "0" for the current class. Class Points: - Determine how many Class Points will be gained. - You may use code. --- Class Points: Add - The target actor(s) receives Class Points. - Received amounts are NOT affected by Class Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to receive Class Points for. - Use "0" for the current class. Class Points: - Determine how many Class Points will be added. - You may use code. --- Class Points: Lose - The target actor(s) loses Class Points. - Lost amounts are NOT affected by Class Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to lose Class Points for. - Use "0" for the current class. Class Points: - Determine how many Class Points will be lost. - You may use code. --- Class Points: Set - Changes the exact Class Points for the target actor(s). - Changed amounts are NOT affected by Class Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to change Class Points for. - Use "0" for the current class. Class Points: - Determine how many Class Points will be set exactly to. - You may use code. --- Job Points Plugin Commands--- Job Points: Gain - The target actor(s) gains Job Points. - Gained amounts are affected by Job Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to gain Job Points for. - Use "0" for the current class. Job Points: - Determine how many Job Points will be gained. - You may use code. --- Job Points: Add - The target actor(s) receives Job Points. - Received amounts are NOT affected by Job Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to receive Job Points for. - Use "0" for the current class. Job Points: - Determine how many Job Points will be added. - You may use code. --- Job Points: Lose - The target actor(s) loses Job Points. - Lost amounts are NOT affected by Job Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to lose Job Points for. - Use "0" for the current class. Job Points: - Determine how many Job Points will be lost. - You may use code. --- Job Points: Set - Changes the exact Job Points for the target actor(s). - Changed amounts are NOT affected by Job Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to change Job Points for. - Use "0" for the current class. Job Points: - Determine how many Job Points will be set exactly to. - You may use code. --- System Plugin Commands--- System: Enable Class Change in Menu? - Enables/disables Class Change inside the main menu. Enable/Disable?: - Enables/disables Class Change inside the main menu. --- System: Show Class Change in Menu? - Shows/hides Class Change inside the main menu. Show/Hide?: - Shows/hides Class Change inside the main menu. --- Combat Log VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Combat Log Plugin Commands--- Combat Log: Add Text - Adds custom text to the current Combat Log. Text: - What text would you like to add to the Combat Log? Icon: - What icon would you like to bind to this entry? --- Combat Log: Add Horizontal Line - Adds a horizontal line to the current Combat Log. --- Combat Log: Bypass Text? - Temporarily bypass adding any new text to the Combat Log until this is turned off? Bypass?: - Bypass text from being added to the Combat Log temporarily? --- Combat Log: Hot Key Enable? - Enables/disables the Combat Log hot key in battle? Enable?: - Enables/disables the Combat Log hot key in battle. --- System Plugin Commands--- System: Show in Main Menu? - Shows/hides CombatLog menu inside the Main Menu. Show/Hide?: - Shows/hides Combat Log command inside the Main Menu. - Note! This command will be disabled if the player does not have any Combat Logs recorded. --- System: Show in Party Command? - Shows/hides CombatLog menu inside the Window_PartyCommand. Show/Hide?: - Shows/hides Combat Log command inside Window_PartyCommand. --- System: Show in Actor Command? - Shows/hides CombatLog menu inside the Window_ActorCommand. Show/Hide?: - Shows/hides Combat Log command inside Window_ActorCommand. --- Common Event Menu VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Common Event Menu Plugin CommandThis is the Plugin Command that lets you create the Common Event Menu. The Common Event Menu is inaccessible from any other way. --- Common Event Menu: Start - Start a Common Event Menu with the below settings. Common Events: - Select the Common Events you want shown in the menu. Cancel Event: - Runs this Common Event when Cancel is pressed. - Insert 0 to disable Cancel. Layout: - Pick a layout to use for the Common Event Menu. - Select "Custom" to position windows via JavaScript. - Picking '-' will not create any Common Event Menus. - Look on Yanfly.moe for a visual list of all the layouts. Custom Layout: - Modify the settings for a Custom layout. - Requires the above parameter to be "Custom". Optional Settings: - Optional settings for the Common Event Menu. !! WARNING !! Not all pre-made layouts work with all screen resolutions as this is very much so the case if you plan on using a smaller-than-normal screen resolution. If a specific layout does not work with a resolution you want, pick another layout that works. These layouts are made under the industry standard of a 16:9, 1280x720 screen resolution. --- Common Events (Sub Settings) - Select the Common Events you want shown in the menu. Specific ID's: ID(s): - Select the Common Events you want displayed in the menu based on their exact ID's. ID Range: Range Start: - Select the Common Event ID range to start from. - This will select all the ID's up to the end range. Range End: - Select the Common Event ID range to end with. - This will select all the ID's from the start range. JS: Custom JS: - Create a list of Common Event ID's with JavaScript. Filters: Empty Name: - Apply filter for Common Events without a name? ----- Name: - Apply filter for Common Events with ----- in their name? --- Custom Layout (Sub Settings) - Modify the settings for a Custom layout. - Requires the above parameter to be "Custom". Main Windows: JS: List Window: JS: Picture Window: JS: Help Window: JS: Sub Window: - Determine how this Window is positioned. - Only applies with Custom layouts. Extra Windows: JS: Extra Window 1: JS: Extra Window 2: JS: Extra Window 3: JS: Extra Window 4: JS: Extra Window 5: JS: Extra Window 6: JS: Extra Window 7: JS: Extra Window 8: JS: Extra Window 9: JS: Extra Window 10: - Determine how this Extra Window is positioned. - Only applies with Custom layouts. !! WARNING !! These settings do NOT apply to Custom Layouts in order to reduce confusion for the game dev. If the game dev wishes to implement them in, then utilize Scene_Base's "isBottomHelpMode" and "isRightInputMode" functions when inserting the JavaScript code needed. --- Optional Settings (Sub Settings) - Optional settings for the Common Event Menu. All Windows: Background Type: - Select the background type for all of the Common Event Menu windows. - 0 - Window - 1 - Dim - 2 - Transparent Boundary Size: - Pick the boundary size for the layout. - Does NOT apply to Custom Layouts. - Full (Game Screen) - UI Size (UI Resolution) - Padded (16 px Border) - Huge (32 px Border) - Large (48 px Border) - Medium (64 px Border) - Small (96 px Border) - Tiny (128 px Border) - Micro (160 px Border) - Wut (192 px Border) List Window: List Columns: - The number of columns the List Window has. - Use 'auto' to determine it automatically. - You may use JavaScript. Auto Select: - Which Common Event should be selected at the start? - Use 'last' for last picked ID. - You may use JavaScript. Text Alignment: - How do you want the text to be aligned for the List Window? Cancel Button: Show Cancel Button: - Show the Cancel Button? - Requires a Cancel Common Event. Button Scale: - Scale the button size by this much. Button Position: - Select where the button appears. Button Offset X: - Offset the Cancel Button X position by this much. Button Offset Y: - Offset the Cancel Button Y position by this much. Picture Window: Auto-Fit Image: - Automatically fit the picture to the size of the Picture Window if the picture is larger than the window? Image Anchor X: - Pick how the picture is anchored horizontally in the Picture Window. Image Anchor Y: - Pick how the picture is anchored vertically in the Picture Window. --- Core Engine VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Game Plugin Commands--- Game: Open URL - Opens a website URL from the game. URL: - Where do you want to take the player? --- Gold Plugin Commands--- Gold: Gain/Lose - Allows you to give/take more gold than the event editor limit. Value: - How much gold should the player gain/lose? - Use negative values to remove gold. --- Picture Plugin Commands--- Picture: Easing Type - Changes the easing type to a number of options. Picture ID: - Which picture do you wish to apply this easing to? Easing Type: - Select which easing type you wish to apply. Instructions: - Insert this Plugin Command after a "Move Picture" event command. - Turn off "Wait for Completion" in the "Move Picture" event. - You may have to add in your own "Wait" event command after. --- Screen Shake Plugin Commands--- Screen Shake: Custom: - Creates a custom screen shake effect and also sets the following uses of screen shake to this style. Shake Style: - Select shake style type. - Original - Random - Horizontal - Vertical Power: - Power level for screen shake. Speed: - Speed level for screen shake. Duration: - Duration of screenshake. - You can use code as well. Wait for Completion: - Wait until completion before moving onto the next event? --- System Plugin Commands--- System: Battle System Change - Switch to a different battle system in-game. Change To: - Choose which battle system to switch to. - Database Default (Use game database setting) - - - DTB: Default Turn Battle - TPB Active: Time Progress Battle (Active) - TPB Wait: Time Progress Battle (Wait) - - - BTB: Brave Turn Battle (Req VisuMZ_2_BattleSystemBTB) - CTB: Charge Turn Battle (Req VisuMZ_2_BattleSystemCTB) - OTB: Order Turn Battle (Req VisuMZ_2_BattleSystemOTB) - STB: Standard Turn Battle (Req VisuMZ_2_BattleSystemSTB) --- System: Load Images - Allows you to (pre) load up images ahead of time. img/animations/: img/battlebacks1/: img/battlebacks2/: img/enemies/: img/faces/: img/parallaxes/: img/pictures/: img/sv_actors/: img/sv_enemies/: img/system/: img/tilesets/: img/titles1/: img/titles2/: - Which files do you wish to load from this directory? --- System: Main Font Size - Set the game's main font size. Change To: - Change the font size to this number. --- System: Side View Battle - Switch between Front View or Side View for battle. Change To: - Choose which view type to switch to. --- System: Window Padding - Change the game's window padding amount. Change To: - Change the game's standard window padding to this value. --- Dragonbones Union VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Battler Plugin Commands--- Battler: Actor Change Settings - Change target actor's Dragonbones armature settings for battle. Actor ID: - Select which Actor ID to affect. Filename: - Change the armature's filename. Offset X: - Change the armature's Offset X value. Offset Y: - Change the armature's Offset Y value. Scale X: - Change the armature's Scale X value. Scale Y: - Change the armature's Scale Y value. Time Scale: - Change the armature's Time Scale value. Width: - Change the battler width size. Height: - Change the battler height size. Motion Settings: Walk: Wait: Chant: Guard: Damage: Evade: Thrust: Swing: Missile: Skill: Spell: Item: Escape: Victory: Dying: Abnormal: Sleep: Dead: - Change the animation used for this motion. --- Map Sprite Plugin Commands--- Map Sprite: Actor Change Settings - Change target actor's Dragonbones armature settings for map sprites. Actor ID: - Select which Actor ID to affect. Filename: - Change the armature's filename. Offset X: - Change the armature's Offset X value. Offset Y: - Change the armature's Offset Y value. Scale X: - Change the armature's Scale X value. Scale Y: - Change the armature's Scale Y value. Time Scale: - Change the armature's Time Scale value. Width: - Change the battler width size. Height: - Change the battler height size. Flip Settings: Flip Left?: Flip Right: - Flip the scale x value when facing left/right-ward directions? Motion Settings: Idle: Walk: Dash: Jump: Ladder (Idle): Ladder (Climb): Rope (Idle): Rope (Climb): - Base rope climbing animation name used. --- Map Sprite: Actor Play Animation - Target actor plays a custom Dragonbones animation. Actor ID: - Select which Actor ID to affect. Play Animation: - Play this animation. NOTE: An alternative to this is to put the following code inside of a Movement Route's script call: this.dragonbonesAnimation = "AnimationName"; Replace 'AnimationName' (keep the quotes) with the name of the Dragonbones animation. --- Map Sprite: Actor Stop Animation - Stops a target actor's custom Dragonbones animation. Actor ID: - Select which Actor ID to affect. --- Map Sprite: Event Play Animation - Target event plays a custom Dragonbones animation. Event ID: - Select which Event ID to affect. Play Animation: - Play this animation. --- Map Sprite: Event Stop Animation - Stops a target event's custom Dragonbones animation. Event ID: - Select which Event ID to affect. --- Map Sprite: Follower Play Animation - Target follower plays a custom Dragonbones animation. Follower Index: - Select which Follower Index to affect. Play Animation: - Play this animation. --- Map Sprite: Follower Stop Animation - Stops a target follower's custom Dragonbones animation. Follower ID: - Select which Follower Index to affect. --- Map Sprite: Player Play Animation - Player plays a custom Dragonbones animation. Play Animation: - Play this animation. --- Map Sprite: Player Stop Animation - Stops player's custom Dragonbones animation. --- Picture Plugin Commands--- Picture: Dragonbones Setup - Setup a Dragonbones armature for a picture. Picture ID: - Select which Picture ID(s) to give a Dragonbones armature. Armature Filename: - What is the armature's filename? Play Animation: - Play this animation once it starts. Offset: X: - Default X offset value for this Dragonbones armature. Offset: Y: - Default Y offset value for this Dragonbones armature. Scale: X: - Default X scaling for this Dragonbones armature. - This will be amplified by the picture's scaling value. Scale: Y: - Default Y scaling for this Dragonbones armature. - This will be amplified by the picture's scaling value. Time Scale: - Default time scale for this Dragonbones armature. - Higher values play faster. Lower values play slower. --- Picture: Play Dragonbones Animation - Make an existing Dragonbones armature attached to a picture play an animation. Picture ID: - Select which Picture ID to modify. Play Animation: - Play this animation. --- Picture: Offset Dragonbones - Offset the X, Y attachment point of the Dragonbones armature. Picture ID: - Select which Picture ID to modify. Offset: X: - X offset value for this Dragonbones armature. Offset: Y: - Y offset value for this Dragonbones armature. --- Picture: Scale Dragonbones - Change the scaling values of the Dragonbones armature. Picture ID: - Select which Picture ID to modify. Scale: X: - X scaling for this Dragonbones armature. - This will be amplified by the picture's scaling value. Scale: Y: - Y scaling for this Dragonbones armature. - This will be amplified by the picture's scaling value. --- Picture: Time Scale Dragonbones - Change the speed at which Dragonbones animations play. Picture ID: - Select which Picture ID to modify. Time Scale: - Time scale for this Dragonbones armature. - Higher values play faster. Lower values play slower. --- Elements and Status Menu Core VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- Actor: Change Biography (Group) Actor: Change Biography (Range) Actor: Change Biography (JS) - Changes the biography of the selected actor(s). - Each version has a different means of selecting Actor ID's. Step 1: Target ID - Select which Actor ID(s) to affect. Step 2: Biography - Change the biography for target actor(s) to this. - Text codes allowed. - %1 - Actor's name. --- Actor: Change Trait Sets (Group) Actor: Change Trait Sets (Range) Actor: Change Trait Sets (JS) - Changes the Trait Set(s) of the selected actor(s). - Each version has a different means of selecting Actor ID's. Step 1: Target ID - Select which Actor ID(s) to affect. Step 2: Change Trait Set - Element - SubElement - Gender - Race - Nature - Alignment - Blessing - Curse - Zodiac - Variant - Change to the name of the Trait Set to switch actor(s) to. - "Unchanged" to leave alone. - "Random" to randomize. - Random will use the random pool dictated by the Plugin Parameters and the Trait Set weights determined there as well. --- Enemy Plugin Commands--- Enemy: Change Trait Sets (Group) Enemy: Change Trait Sets (Range) Enemy: Change Trait Sets (JS) - Changes the Trait Set(s) of the selected enemy(ies). - Each version has a different means of selecting Enemy Indexes. Step 1: Target ID - Select which Enemy Index(es) to affect. Step 2: Change Trait Set - Element - SubElement - Gender - Race - Nature - Alignment - Blessing - Curse - Zodiac - Variant - Change to the name of the Trait Set to switch target(s) to. - "Unchanged" to leave alone. - "Random" to randomize. - Random will use the random pool dictated by the Plugin Parameters and the Trait Set weights determined there as well. --- Encounter Effects VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Advantage Plugin Commands--- Advantage: Add to Queue - Add (at the end) to the existing advantage queue the following encounter advantages for the upcoming battles. Queue: - Add to the queue the following advantage options for the upcoming battles. - Preemptive (Player gains turn advantage) - Surprise (Enemies gain turn advantage) - No Advantage (Neither party has advantage) - Chance (Random encounter advantage chance) --- Advantage: Set Queue - Declare the exact advantage queue for the upcoming battles. Queue: - Add to the queue the following advantage options for the upcoming battles. - Preemptive (Player gains turn advantage) - Surprise (Enemies gain turn advantage) - No Advantage (Neither party has advantage) - Chance (Random encounter advantage chance) --- Advantage: Reset Queue - Resets the advantage queue for battles. --- Alert Plugin Commands--- Alert: Stealth Mode - Changes the stealth mode setting for the player. Stealth Mode: - If Stealth Mode is on, bypass unnoticed alerts. - Already alerted events will stay alert. --- Enemy Levels VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Enemy-Related Plugin Commands--- 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? --- 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? --- 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--- 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. --- Enhanced TP System VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- Actor: Change TP Mode - Changes target actor(s) TP Mode. Actor ID(s): - Select which actor(s) to affect. TP Mode Name: - Change to this TP Mode for selected actor(s). --- Actor: Unlock TP Mode - Unlocks TP Modes for target actor(s). Actor ID(s): - Select which actor(s) to affect. TP Modes: - Change to this TP Mode for selected actor(s). --- Actor: Unlock All TP Modes - Unlocks all TP Modes for target actor(s). Actor ID(s): - Select which actor(s) to affect. --- Enemy Plugin Commands--- Enemy: Change TP Mode - Changes target enemy(ies) TP Mode. Enemy Index(es): - Select which enemy(ies) to affect. TP Mode Name: - Change to this TP Mode for selected enemy(ies). --- System Plugin Commands--- System: Show/Hide TP Mode - Shows/Hides TP Mode from Scene_Skill. Show TP Mode?: - Shows/Hides TP Mode in Scene_Skill. --- Events and Movement Core VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Auto Movement Plugin Commands--- Auto Movement: Events - Allow/stop events from auto movement. Value: - Allow events to move automatically? --- Call Event Plugin Commands--- Call Event: Remote Activation - Runs the page of a different event remotely. Map ID: - Target event's map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the event to remotely run. - Use 0 for current event. - You may use JavaScript code. Page ID: - The page of the remote event to run. - You may use JavaScript code. --- Dash Plugin Commands--- Dash Enable: Toggle - Enable/Disable Dashing on maps. Value: - What do you wish to change dashing to? --- Event Icon Plugin Commands--- Event Icon: Change - Change the icon that appears on an event. Map ID: - The map the target map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. Icon Index: - Icon index used for the icon. - You may use JavaScript code. Buffer X: - How much to shift the X position by? - You may use JavaScript code. Buffer Y: - How much to shift the Y position by? - You may use JavaScript code. Blend Mode: - What kind of blend mode do you wish to apply to the icon sprite? --- Event Icon: Delete - Delete the icon that appears on an event. Map ID: - The map the target map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. --- Event Label Plugin Commands--- Event Label: Refresh - Refresh all Event Labels on screen. - This is used to refresh page conditions for map changes that don't force a refresh. --- Event Label: Visible - Change the visibility of Event Labels. Visibility: - What do you wish to change visibility to? --- Event Location Plugin Commands--- Event Location: Save - Memorize an event's map location so it reappears there the next time the map is loaded. Event ID: - The ID of the target event. - You may use JavaScript code. --- Event Location: Delete - Deletes an event's saved map location. - The event will reappear at its default location. Map ID: - The map the target map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. --- Event Location: Create - Creates a custom spawn location for a specific map's event so it appears there the next time the map is loaded. Map ID: - The map the target map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. X Coordinate: - The X coordinate of the event. - You may use JavaScript code. Y Coordinate: - The Y coordinate of the event. - You may use JavaScript code. Direction: - The direction the event will be facing. Optional: Page ID: - The page of the event to set the move route to. - You may use JavaScript code. Move Route Index: - The point in the move route for this event to be at if the page ID matches the rest of the page conditions. --- Follower Control Plugin Commands--- Follower: Set Global Chase - Disables all followers from chasing the player or reenables it. Chase: - Sets all followers to chase the player or not. --- Follower: Set Target Chase - Disables target follower from chasing the player or reenables it. Follower ID: - Select which follower ID to disable/reenable chasing for. Chase: - Sets target follower to chase its target or not. --- Follower: Set Control - Sets the event commands to target a follower when "Player" is selected as the target. Follower ID: - Select which follower ID to control. - 0 is the player. --- Follower: Reset - Resets all follower controls. Event Commands that target the "Player" return to normal and followers chase again. --- Global Switch Plugin Commands--- Global Switch: Get Self Switch A B C D - Gets the current ON/OFF value from a Self Switch and stores it onto a Global Switch. Map ID: - The map the source map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the source event. - Use 0 for current event. - You may use JavaScript code. Letter: - Letter of the target event's Self Switch to obtain data from. - Target Switch ID: - The ID of the target switch. --- Global Switch: Get Self Switch ID - Gets the current ON/OFF value from a Self Switch and stores it onto a Global Switch. Map ID: - The map the source map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the source event. - Use 0 for current event. - You may use JavaScript code. Switch ID: - The ID of the source switch. - Target Switch ID: - The ID of the target switch. --- Global Variable Plugin Commands--- Global Variable: Get Self Variable ID - Gets the current stored value from a Self Variable and stores it onto a Global Variable. Map ID: - The map the source map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the source event. - Use 0 for current event. - You may use JavaScript code. Variable ID: - The ID of the source variable. - Target Variable ID: - The ID of the target variable. --- Morph Event Plugin Commands--- Morph Event: Change - Runs the page of a different event remotely. Step 1: Map ID: - Target event's map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. Step 2: Template Name: - Name of the target event template to morph into. - Ignored if this is called "Untitled". Map ID: - Target event's map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. Preserve Morph: - Is the morph effect preserved? - Or does it expire upon leaving the map? --- Morph Event: Remove - Remove the morph status of an event. Map ID: - Target event's map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the event to remotely run. - Use 0 for current event. - You may use JavaScript code. Remove Preservation: - Also remove the preservation effect? --- Player Icon Plugin Commands--- Player Icon: Change - Change the icon that appears on on the player. Icon Index: - Icon index used for the icon. - You may use JavaScript code. Buffer X: - How much to shift the X position by? - You may use JavaScript code. Buffer Y: - How much to shift the Y position by? - You may use JavaScript code. Blend Mode: - What kind of blend mode do you wish to apply to the icon sprite? --- Player Icon: Delete - Delete the icon that appears on the player. --- Self Switch Plugin Commands--- Self Switch: A B C D - Change the Self Switch of a different event. Map ID: - The map the target map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. Letter: - Letter of the target event's Self Switch to change. Value: - What value do you want to set the Self Switch to? --- Self Switch: Switch ID - Change the Self Switch of a different event. Map ID: - The map the target map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. Switch ID: - The ID of the target switch. Value: - What value do you want to set the Self Switch to? --- Self Variable Plugin Commands--- Self Variable: Variable ID - Change the Self Variable of a different event. Map ID: - The map the target map. Use 0 for current map. - You may use JavaScript code. Event ID: - The ID of the target event. - Use 0 for current event. - You may use JavaScript code. Variable ID: - The ID of the target variable. Value: - What value do you want to set the Self Switch to? --- Spawn Event Plugin Commands--- Spawn Event: Spawn At X, Y - Spawns desired event at X, Y location on the current map. Step 1: Template Name: - Name of the target event template to spawn as. - Ignored if this is called "Untitled". Map ID: - Target event's map to be used as reference. - You may use JavaScript code. Event ID: - The ID of the target event to be used as reference. - You may use JavaScript code. Step 2: X Coordinate: - Target Location to spawn at. - You may use JavaScript code. Y Coordinate: - Target Location to spawn at. - You may use JavaScript code. Check Event Collision: - Check collision with any other events and player? Check Passability: - Check passability of the target location. Preserve Spawn: - Is the spawned event preserved? - Or does it expire upon leaving the map? Step 3: Success Switch ID: - Target switch ID to record spawning success. - Ignore if ID is 0. OFF means failed. ON means success. --- Spawn Event: Spawn At Region - Spawns desired event at a random region-marked location on the current map. Step 1: Template Name: - Name of the target event template to spawn as. - Ignored if this is called "Untitled". Map ID: - Target event's map to be used as reference. - You may use JavaScript code. Event ID: - The ID of the target event to be used as reference. - You may use JavaScript code. Step 2: Region ID(s): - Pick region(s) to spawn this event at. Check Event Collision: - Check collision with any other events and player? Check Passability: - Check passability of the target location. Preserve Spawn: - Is the spawned event preserved? - Or does it expire upon leaving the map? Step 3: Success Switch ID: - Target switch ID to record spawning success. - Ignore if ID is 0. OFF means failed. ON means success. --- Spawn Event: Spawn At Terrain Tag - Spawns desired event at a random terrain tag-marked location on the current map. Step 1: Template Name: - Name of the target event template to spawn as. - Ignored if this is called "Untitled". Map ID: - Target event's map to be used as reference. - You may use JavaScript code. Event ID: - The ID of the target event to be used as reference. - You may use JavaScript code. Step 2: Terrain Tag(s): - Pick terrain tag(s) to spawn this event at. - Insert numbers between 0 and 7. Check Event Collision: - Check collision with any other events and player? Check Passability: - Check passability of the target location. Preserve Spawn: - Is the spawned event preserved? - Or does it expire upon leaving the map? Step 3: Success Switch ID: - Target switch ID to record spawning success. - Ignore if ID is 0. OFF means failed. ON means success. --- Spawn Event: Despawn Event ID - Despawns the selected Event ID on the current map. Event ID - The ID of the target event. - You may use JavaScript code. --- Spawn Event: Despawn At X, Y - Despawns any spawned event(s) at X, Y location on the current map. X Coordinate: - Target Location to despawn at. - You may use JavaScript code. Y Coordinate: - Target Location to despawn at. - You may use JavaScript code. --- Spawn Event: Despawn Region(s) - Despawns the selected Region(s). Region ID(s) - Pick region(s) and despawn everything inside it. --- Spawn Event: Despawn Terrain Tag(s) - Despawns the selected Terrain Tags(s) on the current map. Terrain Tag(s): - Pick terrain tag(s) and despawn everything inside it. - Insert numbers between 0 and 7. --- Spawn Event: Despawn Everything - Despawns all spawned events on the current map. --- Extra Enemy Drops VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Bonus Reward Plugin Commands--- Bonus Rewards: Clear - Clears all bonus drops. --- Bonus Rewards: Set EXP - Determines additional EXP the player will get in battle by this value. EXP: - Determines additional EXP the player will get in battle by this value. --- Bonus Rewards: Set Gold - Determines additional Gold the player will get in battle by this value. Gold: - Determines additional Gold the player will get in battle by this value. --- Bonus Rewards: Add Item - Adds the bonus drop the player earns from this battle to have the following item given at a specific quantity. Item ID: - Which item do you wish to give the player? Quantity: - How many copies of the bonus drop to give the player. --- Bonus Rewards: Add Weapon - Adds the bonus drop the player earns from this battle to have the following weapon given at a specific quantity. Weapon ID: - Which weapon do you wish to give the player? Quantity: - How many copies of the bonus drop to give the player. --- Bonus Rewards: Add Armor - Adds the bonus drop the player earns from this battle to have the following armor given at a specific quantity. Armor ID: - Which armor do you wish to give the player? Quantity: - How many copies of the bonus drop to give the player. --- Forced Reward Plugin Commands--- Forced Rewards: Clear - Clears all forced drops. --- Forced Rewards: Set EXP - Change the amount of EXP the player will get in battle to this value. EXP: - Change the amount of EXP the player will get in battle to this value. --- Forced Rewards: Set Gold - Change the amount of Gold the player will get in battle to this value. Gold: - Change the amount of Gold the player will get in battle to this value. --- Forced Rewards: Add Item - Adds the forced drop the player earns from this battle to have the following item given at a specific quantity. Item ID: - Which item do you wish to give the player? Quantity: - How many copies of the forced drop to give the player. --- Forced Rewards: Add Weapon - Adds the forced drop the player earns from this battle to have the following weapon given at a specific quantity. Weapon ID: - Which weapon do you wish to give the player? Quantity: - How many copies of the forced drop to give the player. --- Forced Rewards: Add Armor - Adds the forced drop the player earns from this battle to have the following armor given at a specific quantity. Armor ID: - Which armor do you wish to give the player? Quantity: - How many copies of the forced drop to give the player. --- Visual Drop Plugin Commands--- Visual Drops: Visibility - Sets the visibility of visual drops during battle. Visible: - Show visual drops during battle? - This will be reset at the start of next battle. --- Gab Window VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. Gab Plugin Commands--- Gab: Text Only - Show a Gab Window with the specified settings. Text: - The text to be shown in the Gab Window. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Gab: Text + Face (Any) - Show a Gab Window with the specified settings. - Any face graphic can be displayed next to text. Text: - The text to be shown in the Gab Window. Filename: - The filename of the face graphic to use. Index: - This is the index of the face graphic. - Index values start at 0. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Face (Actor) - Show a Gab Window with the specified settings. - Pick an actor's face graphic to show with it. Text: - The text to be shown in the Gab Window. Actor ID: - This is the ID of the actor you want the face graphic of. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Face (Party) - Show a Gab Window with the specified settings. - Pick a party member's face graphic to show with it. Text: - The text to be shown in the Gab Window. Party Member Index: - This is the index of the party member you want the face graphic of. - Index values start at 0. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Map Sprite (Any) - Show a Gab Window with the specified settings. - Any map sprite can be displayed next to text. Text: - The text to be shown in the Gab Window. Filename: - The filename of the sprite graphic to use. Index: - This is the index of the sprite graphic. - Index values start at 0. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Map Sprite (Actor) - Show a Gab Window with the specified settings. - Pick an actor's sprite graphic to show with it. Text: - The text to be shown in the Gab Window. Actor ID: - This is the ID of the actor you want the map sprite of. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Map Sprite (Party) - Show a Gab Window with the specified settings. - Pick a party member's sprite graphic to show with it. Text: - The text to be shown in the Gab Window. Party Member Index: - This is the index of the party member you want the map sprite of. - Index values start at 0. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Sideview Actor (Any) - Show a Gab Window with the specified settings. - Any Sideview Actor can be displayed next to text. Text: - The text to be shown in the Gab Window. Filename: - The filename of the Sideview Actor graphic to use. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Sideview Actor (Actor) - Show a Gab Window with the specified settings. - Pick an actor's sideview graphic to show with it. Text: - The text to be shown in the Gab Window. Actor ID: - This is the ID of the actor you want the sideview graphic of. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Sideview Actor (Party) - Show a Gab Window with the specified settings. - Pick a party member's sideview graphic to show with it. Text: - The text to be shown in the Gab Window. Party Member Index: - This is the index of the party member you want the sideview graphic of. - Index values start at 0. Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Gab: Text + Picture - Show a Gab Window with the specified settings. - Any picture graphic can be displayed next to text. Text: - The text to be shown in the Gab Window. Filename: - The filename of the face graphic to use. Stretch Picture: - Stretch the picture to fit the window? Force Gab?: - Forced gabs will clear other gabs and display immediately. Optional Settings: - Change the settings you want to override with this gab. Blank settings will use default Plugin Parameter settings. --- Optional SettingsThese settings appear in the above Gab Plugin Commands. Opening up the Optional Settings will yield the following: --- DimColor Dim Color 1: Dim Color 2: - The dim colors to use for this Gab Window. - Format: rgba(red, green, blue, alpha) --- Fade Fade Rate: - How fast this Gab Window fades away. Fade Direction: - The direction this Gab Window fades out in. --- Font Font Name: - The font name to use for this Gab Window. Font Size: - The font size to use for this Gab Window. --- Position Y Location: - The Y coordinate this Gab Window will appear in. - Ignore if you are using a locked sprite position. Actor ID: - The ID of the actor to display this Gab Window above. - For Map/Battle. Party Index: - Index of the party member to display Gab Window above. - For Map/Battle. Index values start at 0. Ignore under 0. Enemy Index: - Index of an enemy battler to display Gab Window above. - Battle only. Index values start at 0. Ignore under 0. Event ID: - The ID of the event to display this Gab Window above. - Map only. --- On Display Bypass Anti-Repeat: - Allows this gab to bypass the Anti-Repeat settings. Sound Filename: - The filename of the SE to play when the Gab Window shows. JS: On Display: - Runs this code once this Gab Window shows up. --- On Finish Gab Switch: - The specified switch will be turned ON when the Gab Window finishes. JS: On Finish: - Runs this code once this Gab Window finishes. --- Waiting Wait Time: - The number of frames this Gab Window stays visible. Time Per Character: - Frames added per Text Character in this Gab Window. --- System Plugin Commands--- System: Clear Gabs - Clears out the current Gab and any which are queued. --- System: Wait For Gab Completion - Causes the game to wait until all gabs are finished playing. --- Items and Equips Core VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands-- Actor: Change Equip Slots - Forcefully change the actor(s) equip slots. - These will persist through class changes. Actor ID(s): - Select which Actor ID(s) to affect. Equip Slots: - Insert the equip slots you want the actor(s) to have. - These entries are case-sensitive. -- Actor: Reset Equip Slots - Reset any forced equip slots for the actor(s). - Equip slots will then be based on class. Actor ID(s): - Select which Actor ID(s) to affect. --- Shop Plugin Commands--- Shop: Advanced - Make it easier to put together inventories for a shop. - WARNING: Does not allow for event-specific prices. Step 1: Item ID's - Select which Item ID ranges to add. Step 2: Weapon ID's - Select which Weapon ID ranges to add. Step 3: Armor ID's - Select which Armor ID ranges to add. Step 4: Purchase Only? - Make the shop purchase-only? Optional: Blacklist - A list of categories to blacklist from the shop. - Not used if empty. Mark categories with <Category: x> Whitelist - A list of categories to whitelist for the shop. - Not used if empty. Mark categories with <Category: x> This Plugin Command primarily functions as an alternative to the editor's "Shop Processing" event command as that one requires you to add items one at a time, making it extremely tedious to add large amounts of items. This Plugin Command will mitigate that by allowing ID ranges to determine which items to make available. --- Item Crafting System VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Scene--- Scene: Item Crafting (All) - Go to the Item Crafting scene. - All enabled recipes will be available. --- Scene: Item Crafting (Custom) - Go to the Item Crafting scene. - Select specific items to craft here. - Some items can only appear through custom lists like this by using the <Custom Crafting Only> notetag. Items: - Select which Item ID(s) to become craftable. Weapons: - Select which Weapon ID(s) to become craftable. Armors: - Select which armor ID(s) to become craftable. Bypass Switches?: - Bypass any of the requirement switches? Bypass Masks?: - Bypass name masking for uncrafted items? --- System--- System: Enable Crafting in Menu? - Enables/disables Crafting menu inside the main menu. Enable/Disable?: - Enables/disables Crafting menu inside the main menu. --- System: Show Crafting in Menu? - Shows/hides Crafting menu inside the main menu. Show/Hide?: - Shows/hides Crafting menu inside the main menu. --- Main Menu Core VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- Actor: Change Menu Image (Group) Actor: Change Menu Image (Range) Actor: Change Menu Image (JS) - Changes the actor's Menu Image. - Each version has a different means of selecting Actor ID's. Step 1: Actor: - Select which ID(s) to affect. Single: - Select which specific ID to affect. Variable Reference: - Which variable is used to determine which ID to affect? Range Start: - Select where the ID range begins. Range End: - Select where the ID range ends. Group: - Select which group of ID(s) to affect. JavaScript: - JavaScript code to return an array on which ID(s) to affect. Step 2: Target: - Select operation on what to change the switch(es) to. - Depending on what you pick here, one of the following actions are used in combination with the ID's picked from Step 1. Filename: - Selected actor(s) will have their menu images changed to this. Variable Reference: - Select the variable used to determine filename used for the selected actor(s). JavaScript: - JavaScript code to determine what filename is used for the selected actor(s). --- Menu Cursor VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Menu Cursor Plugin Commands--- Menu Cursor: Change Settings - Changes the settings for the menu cursor's appearance. Appearance Type: - Select the appearance type for the menu cursor. Icon Index: - If "icon" is selected as the appearance type, use this icon as the cursor. Picture Filename: - If "picture" is selected as the appearance type, use this image from img/pictures/ as the cursor. System Filename: - If "system" is selected as the appearance type, use this image from img/system/ as the cursor. Frame Delay: - The frame delay for any animated "picture" or "system" cursors before moving onto the next frame. Anchor: Anchor X: Anchor Y: - Select the position to determine where the cursor's Anchor is located. Position: Position X: Position Y: - Select the placement to determine where the cursor's Position is located. Offset: Offset X: Offset Y: - Select how much to offset the cursor's X/Y position by. Wave: Wave Type: - Determine how the cursor moves while active. Speed: - Select how fast the cursor oscillates. - Lower is slower. Higher is faster. Distance: - Select how far the cursor sprite will oscillate from its origin. --- Message Core VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Message Plugin Commands--- Message: Properties Change the various properties of the Message Window. Rows: - Change the number of Message Window rows. - Leave at 0 to keep it unchanged. Width: - Change the Message Window width in pixels. - Leave at 0 to keep it unchanged. Center: - Center the window X after changing its width? Word Wrap: - Enable or disable Word Wrap for the Message Window? --- Choice Plugin Commands--- Choice: Properties Change the properties found in the Show Choices event command. Line Height: - Change the line height for the show choices. - Leave at 0 to keep this unchanged. Max Rows: - Maximum number of choice rows to be displayed. - Leave at 0 to keep this unchanged. Max Columns: - Maximum number of choice columns to be displayed. - Leave at 0 to keep this unchanged. Text Alignment: - Text alignment for Show Choice window. --- Message Letter Sounds VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Message Sound Plugin Commands--- Message Sound: Change - Change the settings to the Message Sound settings below. Filename: - Filename of the sound effect played. Interval: - Interval the sound effect from being played between how many characters? Volume: - Volume of the sound effect played. Variance: - When playing the sound effect, vary the volume by how much? Pitch: - Pitch of the sound effect played. Variance: - When playing the sound effect, vary the pitch by how much? Pan: - Pan of the sound effect played. Variance: - When playing the sound effect, vary the pan by how much? --- Message Sound: Reset - Resets the settings to the Plugin Parameters settings. --- System Plugin Commands--- System: Enable/Disable Letter Sounds - Enables/disables Message Letter Sounds for the game. Enable/Disable?: - Enables/disables Message Letter Sounds for the game. --- New Game Plus VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Save Plugin Commands--- Save: New Game+ - Opens up the Save menu for the player to save a New Game+ file. - Only works from map scene. --- Transition Plugin Commands--- Transition: New Game+ - Transitions the current game directly into a New Game+. - Only works from map scene. --- Party System VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Party Plugin Commands--- Party: Call Party Scene - Calls the party changing scene. --- Party: Change Max Battle Members - Changes the number of max battle members possible. - Cannot be use mid-battle. Max Members: - Changes the number of max battle members possible. - Use 0 for the game's default number. --- Party: Lock/Unlock Member(s) - Allows you to lock/unlock a party member. - Locked actors cannot change their party position. Actor ID(s): - Select which actor(s) to lock/unlock. - Locked actors cannot change their party position. Lock?: - Lock the selected actor(s)? --- Party: Require Member(s) - Allows you to require/free a party member. - Required actors must be in the party to exit the scene. Actor ID(s): - Select which actor(s) to require/free. - Required actors must be in the party to exit the scene. Require?: - Make the selected actor(s) required? --- Picture Common Events VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- System Plugin Commands--- System: Change Picture Common Event - Change the Common Event bound to specific picture(s). Picture ID(s): - Select which Picture ID(s) to change. Common Event ID: - Change the Common Event bound to specific picture(s). Custom Opaque Only? - Ignore clicks on transparent pixels and accept only opaque pixels for this specific picture. Error Margin: - Error margin when clicking for opaque pixels. - This value determines the radius. Change Tone on Hover? - Change the tone of the picture on hover? Hover Tone: - Tone settings upon hovering. - Format: [Red, Green, Blue, Gray] Blend Mode on Hover: - The blend mode used when this picture is hovered over. --- System: Clear All Picture Common Events - Clears all Common Event bound to specific picture(s). --- System: Clear Picture Common Event - Clears any Common Event bound to specific picture(s). Picture ID(s): - Select which Picture ID(s) to clear. --- System: Erase & Clear All Pictures - Erases all pictures on the screen and clears their Common Events. --- System: Erase & Clear Picture - Erases and clears any Common Events attached to specific picture(s). Picture ID(s): - Select which Picture ID(s) to erase and clear. --- Proximity Compass VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Compass Plugin Commands--- Compass: Show/Hide Proximity Compass - Show or hide the Proximity Compass. - Does not bypass user settings. Setting: - Show or hide the Proximity Compass. - Does not bypass user settings. --- Compass: Change Player Icon - Change the player icon to a different icon. Icon Index: - This is the icon you wish to change the player icon to. --- Quest Journal System VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Quest Plugin Commands--- Quest: Add/Complete/Fail/Remove - Adds quest(s) to be known/completed/failed. - Or removes them. Quest Keys: - Insert the quest key(s) here. - Each quest key must be unique. Status: - Change the status to this. - Add to Known - Add to Completed - Add to Failed - Remove from All --- Quest: Description Change - Changes the description of the quest(s) to a ID. Quest Keys: - Insert the quest key(s) here. - Each quest key must be unique. Description ID: - Change the description of the quest(s) to a different ID. - You may use JavaScript code. --- Quest: Objectives Change - Changes the objective(s) status of the quest(s). Quest Keys: - Insert the quest key(s) here. - Each quest key must be unique. Objective ID(s): - Select the objective ID(s) to change. - You may use JavaScript code. Status: - Change the status of the objective(s) to this. - Show Objective(s) - Complete Objective(s) - Fail Objective(s) - Remove Objective(s) --- Quest: Quote Quote - Changes the quote of the quest(s) to a ID. Quest Keys: - Insert the quest key(s) here. - Each quest key must be unique. Subtext ID: - Change the quote of the quest(s) to a different ID. - You may use JavaScript code. --- Quest: Rewards Change - Changes the reward(s) status of the quest(s). Quest Keys: - Insert the quest key(s) here. - Each quest key must be unique. Reward ID(s): - Select the reward ID(s) to change. - You may use JavaScript code. Status: - Change the status of the reward(s) to this. - Show Reward(s) - Claim Reward(s) - Deny Reward(s) - Remove Reward(s) --- Quest: Subtext Change - Changes the subtext of the quest(s) to a ID. Quest Keys: - Insert the quest key(s) here. - Each quest key must be unique. Subtext ID: - Change the subtext of the quest(s) to a different ID. - You may use JavaScript code. --- Tracker Plugin Commands--- Tracker: Change Quest - Changes the tracked quest. Quest Key: - Insert the quest key here. --- Tracker: Refresh Window - Refreshes the quest tracker window. --- Tracker: Show/Hide Window - Can forcefully hide window. - Showing will depend on the player's Options setting. Show/Hide?: - Shows/hides the tracker window on the map. --- System Plugin Commands--- System: Call Scene_Quest - Opens Scene_Quest for the player. - Does not work in battle. --- System: Enable Quests in Menu? - Enables/disables quest menu inside the main menu. Enable/Disable?: - Enables/disables quest menu inside the main menu. --- System: Show Quests in Menu? - Shows/hides quest menu inside the main menu. Show/Hide?: - Shows/hides quest menu inside the main menu. --- Save Core VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Autosave Plugin Commands--- Autosave: Enable/Disable - Enable or Disable Autosave - Requires Database => System 1 => [x] Enable Autosave Enable or Disable?: - Enable or disable autosave? --- Autosave: (Stage 1) Request - Autosaves the game at current point if enabled. - Requires Database => System 1 => [x] Enable Autosave - Autosave does not go through if it is neither enabled in the database or in-game through the "Autosave: Enable/Disable" plugin command. - This Plugin Command will not autosave if the player turned off "Autosave" in the Options Menu. --- Autosave: (Stage 2) Execute - Executes autosaves the game at the current point. - Requires Database => System 1 => [x] Enable Autosave - This will require autosave to be enabled through the database, but it will ignore the "Autosave: Enable/Disable" plugin command state. - This Plugin Command will not autosave if the player turned off "Autosave" in the Options Menu. --- Autosave: (Stage 3) Force - Forces autosaves the game at the current point. - Requires Database => System 1 => [x] Enable Autosave - This will require autosave to be enabled through the database, but it will ignore the "Autosave: Enable/Disable" plugin command state. --- Save Plugin Commands--- Save: Current Slot - Process the game's current save at the current point. - Must be outside of battle and on the map. --- Save: Set Description - Set the description text that will appear in the save files. Text: - Insert desired save description text here. - Text codes supported. - \V[x], \N[x], \P[x] are save local. - Other text codes will draw data from the currently active game. --- Save: Set Picture - Set the picture that would appear in the save file. Filename: - Input the filename here of the desired picture. --- Skill Cooldowns VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- 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. --- 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. --- 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--- 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. --- 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. --- 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. --- Skill Learn System VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Ability Points Plugin Commands--- Ability Points: Gain - The target actor(s) gains Ability Points. - Gained amounts are affected by Ability Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to gain Ability Points for. - Use "0" for the current class. Ability Points: - Determine how many Ability Points will be gained. - You may use code. --- Ability Points: Add - The target actor(s) receives Ability Points. - Received amounts are NOT affected by Ability Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to receive Ability Points for. - Use "0" for the current class. Ability Points: - Determine how many Ability Points will be added. - You may use code. --- Ability Points: Lose - The target actor(s) loses Ability Points. - Lost amounts are NOT affected by Ability Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to lose Ability Points for. - Use "0" for the current class. Ability Points: - Determine how many Ability Points will be lost. - You may use code. --- Ability Points: Set - Changes the exact Ability Points for the target actor(s). - Changed amounts are NOT affected by Ability Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to change Ability Points for. - Use "0" for the current class. Ability Points: - Determine how many Ability Points will be set exactly to. - You may use code. --- Skill Points Plugin Commands--- Skill Points: Gain - The target actor(s) gains Skill Points. - Gained amounts are affected by Skill Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to gain Skill Points for. - Use "0" for the current class. Skill Points: - Determine how many Skill Points will be gained. - You may use code. --- Skill Points: Add - The target actor(s) receives Skill Points. - Received amounts are NOT affected by Skill Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to receive Skill Points for. - Use "0" for the current class. Skill Points: - Determine how many Skill Points will be added. - You may use code. --- Skill Points: Lose - The target actor(s) loses Skill Points. - Lost amounts are NOT affected by Skill Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to lose Skill Points for. - Use "0" for the current class. Skill Points: - Determine how many Skill Points will be lost. - You may use code. --- Skill Points: Set - Changes the exact Skill Points for the target actor(s). - Changed amounts are NOT affected by Skill Point bonus rates. Actor ID(s): - Select which Actor ID(s) to affect. Class ID(s): - Select which Class ID(s) to change Skill Points for. - Use "0" for the current class. Skill Points: - Determine how many Skill Points will be set exactly to. - You may use code. --- System Plugin Commands--- System: Show Skill Learn in Skill Menu? - Shows/hides Skill Learn inside the skill menu. Show/Hide?: - Shows/hides Skill Learn inside the skill menu. --- Victory Aftermath VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Actor Plugin Commands--- Actor: Add Level Up Quotes - Add new entries target actor's level up quotes. Actor ID: - Select ID of target actor to add quotes for. New Quotes: - Add new entries to actor's level up quotes. - Text codes allowed. %1 - Actor's Name --- Actor: Add New Skill Quotes - Add new entries target actor's new skill quotes. Actor ID: - Select ID of target actor to add quotes for. New Quotes: - Add new entries to actor's new skill quotes. - Text codes allowed. %1 - Actor's Name --- Actor: Clear Level Up Quotes - Clear target actor's level up quotes. Actor ID: - Select ID of target actor to clear quotes for. --- Actor: Clear New Skill Quotes - Clear target actor's new skill quotes. Actor ID: - Select ID of target actor to clear quotes for. --- System Plugin Commands--- System: Bypass Victory Motion - Bypass actors performing their victory motion? Bypass?: - Bypass actors performing their victory motion? --- System: Bypass Victory Music - Bypass playing the victory music? Bypass?: - Bypass playing the victory music? --- System: Bypass Victory Phase - Bypass the entire victory phase and all aspects about it? Bypass?: - Bypass the entire victory phase and all aspects about it? --- Visual Fogs VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Fog Plugin Commands--- Fog: Add/Change Settings - Add/Change settings for target fog. - Does not alter the map editor's fog. Required: ID: - What is the ID of this fog to be added/changed? Filename: - What is the filename of the fog? Optional Settings: Scrolling: Map Lock?: - Lock the fog to the map's scrolling? - Automatically enable if the filename starts with "!" Loop Horizontally?: - Loop the fog horizontally? - Does not work with Map Lock enabled. Scroll: - What is the horizontal scroll speed? - Use a negative value to invert the direction. Loop Vertically?: - Loop the fog vertically? - Does not work with Map Lock enabled. Scroll: - What is the vertical scroll speed? - Use a negative value to invert the direction. Appearance: Opacity: - What is the opacity level for this fog? - You may use JavaScript code. Blend Mode: - What kind of blend mode do you wish to apply to the fog? - You may use JavaScript code. - Normal - Additive - Multiply - Screen Hue: - Do you wish to adjust this fog's hue? - You may use JavaScript code. Hue Shift: - How much do you want the hue to shift each frame? - You may use JavaScript code. Color Tone: - What tone do you want for the motion trail? - Format: [Red, Green, Blue, Gray] Location: Regions: - Which regions will show this fog? - Does not work with 0. Leave empty to ignore. Terrain Tags: - Which terrain tags will show this fog? - Does not work with 0. Leave empty to ignore. Tile Blur: - What's the blur level you wish to use for tiles? - You may use JavaScript code. Tile Spill: - What's the spill amount you wish to use for tiles? - You may use JavaScript code. Vignette: Type: - What vignette do you want to use for this fog? - This will override location settings. Custom: - Do you wish to use a custom vignette instead? - Automatically changes the type to "Custom". --- Fog: Fade Opacity - Fades the target fog(s) opacity to a different value. ID(s): - Target which fog(s)? - Cannot target the map editor's fog. Target Opacity: - What opacity level to this value (0-255). - You may use JavaScript code to determine the value. Duration: - How many frames should this change take? - You may use JavaScript code to determine the value. --- Fog: Remove - Removes target fog(s). ID(s): - Remove which fog(s)? - Cannot remove the map editor's fog. --- Visual Text Window VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Text Window Plugin Commands--- Text Window: Add/Change Settings - Adds a newly created visual text window to the scene. - Or changes an existing one with new settings. Required: ID: - What is the ID of this Visual Text Window to be added/changed? Text: - What text would you like to display here? - Text codes can be used. Customized Settings: Coordinates: X: Y: - What is the X/Y coordinates of this window? - You may use JavaScript code. Width: Height: - What is the width/height of this window? - You may use JavaScript code. Type 'auto' to auto-size it. Alignment: Horizontal: - Window alignment based on the X coordinate? - This is NOT text alignment. - left - center - right Vertical: - Window alignment based on the Y coordinate? - This is NOT text alignment. - top - middle - bottom Appear: Type: - How does this window appear on the screen if it was closed before? - Instant - Window appears instantly - Open - Window opens up Background: Type: - Select background type for this window. - Window - Dim - Transparent Opacity: - What is this window's background opacity level? - You may use JavaScript code. --- Text Window: Refresh - Refreshes target Visual Text Window(s) on the screen. ID(s): - Refresh which Visual Text Window(s)? --- Text Window: Remove - Remove target Visual Text Window(s) and its settings. ID(s): - Remove which Visual Text Window(s)? Removal Type: - How does this window disappear from the screen upon removal? - Instant - Window disappears instantly - Close - Window closes, then removes itself --- Visual Parallaxes VisuStella MZThe following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command. --- Parallax Plugin Commands--- Parallax: Add/Change Settings - Add/Change settings for target parallax. - Does not alter the map editor's parallax. Required: ID: - What is the ID of this parallax to be added/changed? Filename: - What is the filename of the parallax? Type: - What kind of parallax is this going to be? - Normal - Water - Solid Optional Settings: Scrolling: Map Lock?: - Lock the parallax to the map's scrolling? - Automatically enable if the filename starts with "!" Loop Horizontally?: - Loop the parallax horizontally? - Does not work with Map Lock enabled. Scroll: - What is the horizontal scroll speed? - Use a negative value to invert the direction. Loop Vertically?: - Loop the parallax vertically? - Does not work with Map Lock enabled. Scroll: - What is the vertical scroll speed? - Use a negative value to invert the direction. Appearance: Opacity: - What is the opacity level for this parallax? - You may use JavaScript code. Blend Mode: - What kind of blend mode do you wish to apply to the parallax? - You may use JavaScript code. - Normal - Additive - Multiply - Screen Hue: - Do you wish to adjust this parallax's hue? - You may use JavaScript code. Hue Shift: - How much do you want the hue to shift each frame? - You may use JavaScript code. Color Tone: - What tone do you want for the motion trail? - Format: [Red, Green, Blue, Gray] Location: Regions: - Which regions will show this parallax? - Does not work with 0. Leave empty to ignore. Terrain Tags: - Which terrain tags will show this parallax? - Does not work with 0. Leave empty to ignore. --- Parallax: Fade Opacity - Fades the target parallax(es) opacity to a different value. ID(s): - Target which parallax(es)? - Cannot target the map editor's parallax. Target Opacity: - What opacity level to this value (0-255). - You may use JavaScript code to determine the value. Duration: - How many frames should this change take? - You may use JavaScript code to determine the value. --- Parallax: Remove - Removes target parallax(es). ID(s): - Remove which parallax(es)? - Cannot remove the map editor's parallax. --- End of List |
Pages in category "Plugin Commands (MZ)"
The following 46 pages are in this category, out of 46 total.