Unique Tile Effects VisuStella MZ

From Yanfly.moe Wiki
Revision as of 22:52, 11 December 2022 by Irina (talk | contribs) (Plugin Parameters)
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.


VisuMZ.114.jpg


Download

  • Link Not Yet Available

System

This is a plugin created for RPG Maker MZ.

InstallPluginsMz.png

UpdatePlugins.png

Troubleshooting.jpg

Click here for help on how to install plugins and an explanation on the Tier Hierarchy System.

Click here to learn how to update plugins.

Click here for how to troubleshoot plugins if you get an error.


Masterarbeit Writer


UniqueTileEffects ForceMove.gif

UniqueTileEffects Quicksand.gif

UniqueTileEffects Slippery.gif

UniqueTileEffects Swim.gif


VisuStella MZ

This plugin is a part of the VisuStella MZ Plugin Library.

Click here if you want to help support VisuStella on Patreon.

Introduction

VisuMZ.114.jpg

This plugin allows you to add new properties to tiles, by marking them with regions or assigning those properties to the terrain tags. These new unique tile effects allow more player and event interactivity with the environment. Such interactivity ranges from tiles that cause the character to slide from one end to the other to other tiles that bounce the character forward.

Features include all (but not limited to) the following:

  • Slippery tiles will cause affected characters on them to slide forward until they stop and hit a solid object or wall.
  • Some tiles can force movement in a specific direction by simply standing on top of them.
  • Pitfall tiles can have the player dropping into them and taking damage. Objects can also be thrown into them and having them erased.
  • The player and characters can now fall into the water and drown. However, players can also learn how to swim and turn water tiles into traversible parts of the map.
  • Quicksand tiles will cause affected characters to sink down further whenever they take a step up to a limited amount of times.
  • Lava tiles will cause affected characters to burn constantly.
  • Shock tiles instantly jolt characters that step upon them. If it's the player, send them back to their previous position, too.
  • Bounce tiles will cause characters that step onto them to bounce forward a certain number of tiles based on the bounce strength.

Requirements

This plugin is made for RPG Maker MZ. This will not work in other iterations of RPG Maker.


Tier 4

This plugin is a Tier 4 plugin. Place it under other plugins of lower tier value on your Plugin Manager list (ie: 0, 1, 2, 3, 4, 5).

This is to ensure that your plugins will have the best compatibility with the rest of the VisuStella MZ Plugin library.


Extra Features

There are some extra features found if other VisuStella MZ plugins are found present in the Plugin Manager list.

---

Movement Effects VisuStella MZ

UniqueTileEffects Quicksand.gif

Footstep sounds can be played for certain unique tiles if the VisuStella MZ Movement Effects plugin is installed. Modify the settings found in the Plugin Parameters to allow them to do so.

---

VisuStella MZ Compatibility

While this plugin is compatible with the majority of the VisuStella MZ plugin library, it is not compatible with specific plugins or specific features. This section will highlight the main plugins/features that will not be compatible with this plugin or put focus on how the make certain features compatible.

---

Movement Effects VisuStella MZ

UniqueTileEffects Slippery.gif

Smart Rush, Smart Jump, and Smart Blink cannot be used while on certain unique tiles, like slippery tiles and force move tiles. This is because the movement behavior will conflict with these tiles' properties. Some actions like Smart Rush will be cut short when going onto these regions.

The general footstep sound effects will also stop playing on these unique tiles. Instead, different sound effects declared through the Unique Tile Effects plugin will be played instead.

Both Smart Rush and Smart Jump can move the player into a pitfall and other similar tiles. Smart Blink, however, will not.

---

Event Chain Reactions VisuStella MZ

UniqueTileEffects ForceMove.gif

While on certain unique tiles, some objects cannot be pushed or pulled. For example, the player cannot pull objects with the Plugin Commands while there is a slippery tile or force move tile behind the player.

Objects also cannot be pulled while on unique tiles like slippery tiles and force move tiles.

---

Notetags

RPG Maker MZ's editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. Notetags are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags declared by the related plugin.

Here is a list of Notetag(s) that you may use.

The following are notetags that have been added through this plugin. These notetags will not work with your game if this plugin is OFF or not present.

---

Bounce Tile-Related Notetags

UniqueTileEffects Bounce.gif

Bounce tiles will cause affected characters that step over them to jump forward a specified amount of spaces based on their regions/terrain tags. This allows characters to scale past obstacles and/or other events!

This jump effect has no rules other than it jumps forward that many spaces. The no rules bit means the jump tile is capable of launching characters into walls and/or on top of other events, so place your bounce tiles carefully! We are not responsible for any weird landing locations!

If you are making maps where events can launch themselves with the aid of bounce tiles, we recommend putting either slippery tiles or force move tiles to move those events out of the way in the scenario where the player is following behind. This is to prevent the player from landing on top of the event.

---

<Bounce d Region: x>
<Bounce d Regions: x, x, x>

- Used for: Map Notetags
- Any map tiles marked with these regions will become bounce tiles, causing
  the characters to jump forward a specific 'distance'.
- Replace 'd' with a number from 1 to 9 representing the distance to jump.
  Numbers above 10 will be ignored to prevent clipping bugs.
- Replace 'x' with a number from 1 to 255 representing the ID of the region
  you wish to use as a bounce tile marker.
- If you use this notetag, it will override the default region settings
  found in the Plugin Parameters.

---

<Bounce d Terrain Tag: x>
<Bounce d Terrain Tags: x, x, x>

- Used for: Tileset Notetags
- Any map tiles marked with these terrain tags will become bounce tiles,
  causing the characters to jump forward a specific 'distance'.
- Replace 'd' with a number from 1 to 9 representing the distance to jump.
  Numbers above 10 will be ignored to prevent clipping bugs.
- Replace 'x' with a number from 1 to 7 representing the ID of the terrain
  tag you wish to use as a bounce tile marker.

---

<Can Bounce>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event capable of being affected by bounce tiles and jump.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Bounce>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event unaffected by bounce tiles and not jump.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Bounce>

- Used for: Item, Weapon, Armor Notetags
- If the party has an actor equipped a weapon or armor with this notetag,
  the player will become unaffected by bounce tiles and not jump.
- If the party has a regular item with this notetag in their inventory,
  the player will become unaffected by bounce tiles and not jump.

---

<Avoid Bounce>
<Beware Bounce>

- Used for: Event Notetags and Event Page Comment Tags
- Causes the event to avoid stepping on bounce tiles when self moving.
- The event can still step onto them when moved via event movement routes.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Careless Bounce>
<Ignore Bounce>

- Used for: Event Notetags and Event Page Comment Tags
- The event can carelessly move onto bounce tiles when self moving.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

Force Move Tile-Related Notetags

UniqueTileEffects ForceMove.gif

Force move tiles cause affected characters on top of them to move in a specified direction continuously. This means that even if a character is stopped midway, transferred to the tile, or relocated to the force move tile, once the path is clear, the character will be sent automatically moving in the designated direction.

---

<Force direction Region: x>
<Force direction Regions: x, x, x>

- Used for: Map Notetags
- Any map tiles marked with these regions will become force move tiles,
  causing the characters on top of the go moving in the direction the tiles
  direct them to upon stepping on them.
- Replace 'direction' with a string that is either 'down', 'left', 'right',
  or 'up' (without the quotes) to designate the direction the tile will
  automatically move the character.
- Replace 'x' with a number from 1 to 255 representing the ID of the region
  you wish to use as a force move tile marker.
- If you use this notetag, it will override the default region settings
  found in the Plugin Parameters.

---

<Force direction Terrain Tag: x>
<Force direction Terrain Tags: x, x, x>

- Used for: Tileset Notetags
- Any map tiles marked with these regions will become force move tiles,
  causing the characters on top of the go moving in the direction the tiles
  direct them to upon stepping on them.
- Replace 'direction' with a string that is either 'down', 'left', 'right',
  or 'up' (without the quotes) to designate the direction the tile will
  automatically move the character.
- Replace 'x' with a number from 1 to 7 representing the ID of the terrain
  tag you wish to use as a force move tile marker.

---

<Can Force Move>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event capable of being affected by force move tiles.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Force Move>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event unaffected by force move tiles.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Force Move>

- Used for: Item, Weapon, Armor Notetags
- If the party has an actor equipped a weapon or armor with this notetag,
  the player will become unaffected by force move tiles.
- If the party has a regular item with this notetag in their inventory,
  the player will become unaffected by force move tiles.

---

<Avoid Force Move>
<Beware Force Move>

- Used for: Event Notetags and Event Page Comment Tags
- Causes the event to avoid stepping on force move tiles when self moving.
- The event can still step onto them when moved via event movement routes.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Careless Force Move>
<Ignore Force Move>

- Used for: Event Notetags and Event Page Comment Tags
- The event can carelessly move onto force move tiles when self moving.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

Lava Tile-Related Notetags

UniqueTileEffects Lava.gif

Lava tiles cause affected characters on top of them to continuously burn over time regardless of whether or not they're moving on the lava tile. When this happens to a player, the party will take lava burn damage, and events will be erased.

When the character steps off a lava tile and is still surviving, the otherwise continuously lava effect wears off. However, the damage remains for the events and the number of times they can survive further lava burns has been reduced.

---

<Lava Region: x>
<Lava Regions: x, x, x>

- Used for: Map Notetags
- Any map tiles marked with these regions will become lava tiles, causing
  the characters on top to continuously take damage regardless of whether or
  not they're moving on the lava tile.
- Replace 'x' with a number from 1 to 255 representing the ID of the region
  you wish to use as a lava tile marker.
- If you use this notetag, it will override the default region settings
  found in the Plugin Parameters.

---

<Lava Terrain Tag: x>
<Lava Terrain Tags: x, x, x>

- Used for: Tileset Notetags
- Any map tiles marked with these terrain tags will become lava tiles,
  causing the characters on top to continuously take damage regardless of
  whether or not they're moving on the lava tile.
- Replace 'x' with a number from 1 to 7 representing the ID of the terrain
  tag you wish to use as a lava tile marker.

---

<Can Lava Burn>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event capable of being affected by lava tiles and burn.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Lava Burn>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event unaffected by lava tiles and not burn.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Lava Burn>

- Used for: Item, Weapon, Armor Notetags
- If the party has an actor equipped a weapon or armor with this notetag,
  the player will become unaffected by lava tiles and not burn.
- If the party has a regular item with this notetag in their inventory,
  the player will become unaffected by lava tiles and not burn.

---

<Lava Burn Max: x>

- Used for: Event Notetags and Event Page Comment Tags
- If the event can be affected by lava tiles and burn, this determines the
  maximum amount of times they can burn before erasure.
- Replace 'x' with a number representing the maximum number of times the
  event can burn before erasure.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Avoid Lava>
<Beware Lava>

- Used for: Event Notetags and Event Page Comment Tags
- Causes the event to avoid stepping on lava tiles when self moving.
- The event can still step onto them when moved via event movement routes.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Careless Lava>
<Ignore Lava>

- Used for: Event Notetags and Event Page Comment Tags
- The event can carelessly move onto lava tiles when self moving.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

Pitfall Tile-Related Notetags

UniqueTileEffects Pitfall.gif

Pitfalls (or bottomless pits) are tiles that when an affected character walks over it, the character will fall to its doom. Players will have their whole party take fall damage and return to a previously safe location. Events will be erased as if an event command took care of them. Characters can jump over pitfalls and be unharmed. Jumping directly into a pitfall will trigger a lethal reaction.

---

<Pitfall Region: x>
<Pitfall Regions: x, x, x>

- Used for: Map Notetags
- Any map tiles marked with these regions will become pitfall tiles,
  causing the characters that walk over them to fall in.
  - If the player character falls in, the party takes damage.
  - If an event falls in, it is erased.
- Replace 'x' with a number from 1 to 255 representing the ID of the region
  you wish to use as a pitfall tile marker.
- If you use this notetag, it will override the default region settings
  found in the Plugin Parameters.

---

<Pitfall Terrain Tag: x>
<Pitfall Terrain Tags: x, x, x>

- Used for: Tileset Notetags
- Any map tiles marked with these terrain tags will become pitfall tiles,
  causing the characters on top of the go sliding in the direction they're
  facing upon stepping on them.
- Replace 'x' with a number from 1 to 7 representing the ID of the terrain
  tag you wish to use as a pitfall tile marker.

---

<Pitfall Transfer: mapID>
<Pitfall Transfer: mapID, x, y>

- Used for: Map Notetags
- If the player falls into a pitfall tile on this specific map, the player
  will be transferred to a different map (after taking damage).
  - If the <Pitfall Transfer: mapID> variant is used, transfer the player to
    the new map, but keep the current X, Y coordinates.
  - If the <Pitfall Transfer: mapID, x, y> variant is used, transfer the
    player to specific X, Y coordinates, too.
  - The player's direction will be retained in both cases.
- Replace 'mapID' with a number representing the ID of the map to transfer
  to. Use '0' to keep it to the current map.
- Replace 'x' and 'y' with numbers representing the respective target X and
  Y coordinates on the new map. If these aren't used, then the player will
  retain the current X and Y coordinates.

---

<Can Pitfall>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event capable of being affected by pitfall tiles and fall in.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Pitfall>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event unaffected by pitfall tiles and can't fall in. They are
  also unable to walk into them without Through-state assistance.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Pitfall>

- Used for: Item, Weapon, Armor Notetags
- If the party has an actor equipped a weapon or armor with this notetag,
  the player will become unaffected by pitfall tiles and can't fall in.
- If the party has a regular item with this notetag in their inventory,
  the player will become unaffected by pitfall tiles and can't fall in.

---

<Avoid Pitfall>
<Beware Pitfall>

- Used for: Event Notetags and Event Page Comment Tags
- Causes the event to avoid stepping on pitfall tiles when self moving.
- The event can still step onto them when moved via event movement routes.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Careless Pitfall>
<Ignore Pitfall>

- Used for: Event Notetags and Event Page Comment Tags
- The event can carelessly move onto pitfall tiles when self moving.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

Quicksand Tile-Related Notetags

UniqueTileEffects Quicksand.gif

Quicksand tiles cause affected characters on top of them to slowly sink deeper with each step they take and visibly go deeper until they fully sink. When this happens to a player, the party will take sandsink damage and then return to a previously safe location. Events will be erased.

When a character steps on a non-quicksand tile, the sandsink counter resets and the character fully resurfaces itself from the ground.

---

<Quicksand Region: x>
<Quicksand Regions: x, x, x>

- Used for: Map Notetags
- Any map tiles marked with these regions will become quicksand tiles,
  causing the characters to slowly sink deeper with each step.
- Replace 'x' with a number from 1 to 255 representing the ID of the region
  you wish to use as a quicksand tile marker.
- If you use this notetag, it will override the default region settings
  found in the Plugin Parameters.

---

<Quicksand Terrain Tag: x>
<Quicksand Terrain Tags: x, x, x>

- Used for: Tileset Notetags
- Any map tiles marked with these terrain tags will become quicksand tiles,
  causing the characters to slowly sink deeper with each step.
- Replace 'x' with a number from 1 to 7 representing the ID of the terrain
  tag you wish to use as a quicksand tile marker.

---

<Can Sandsink>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event capable of being affected by quicksand tiles and sandsink.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Sandsink>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event unaffected by quicksand tiles and not sandsink.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Sandsink>

- Used for: Item, Weapon, Armor Notetags
- If the party has an actor equipped a weapon or armor with this notetag,
  the player will become unaffected by quicksand tiles and not sandsink.
- If the party has a regular item with this notetag in their inventory,
  the player will become unaffected by quicksand tiles and not sandsink.

---

<Avoid Quicksand>
<Beware Quicksand>

- Used for: Event Notetags and Event Page Comment Tags
- Causes the event to avoid stepping on quicksand tiles when self moving.
- The event can still step onto them when moved via event movement routes.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Careless Quicksand>
<Ignore Quicksand>

- Used for: Event Notetags and Event Page Comment Tags
- The event can carelessly move onto quicksand tiles when self moving.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

Shock Tile-Related Notetags

UniqueTileEffects Shock.gif

When characters that are affected by shock tiles and step over them, the tile will shock and zap them. The player will have the whole party take shock damage and then return to a previously safe location. Events will be erased immediately.

---

<Shock Region: x>
<Shock Regions: x, x, x>

- Used for: Map Notetags
- Any map tiles marked with these regions will become shock tiles, causing
  the characters to be shocked and zapped.
- Replace 'x' with a number from 1 to 255 representing the ID of the region
  you wish to use as a shock tile marker.
- If you use this notetag, it will override the default region settings
  found in the Plugin Parameters.

---

<Shock Terrain Tag: x>
<Shock Terrain Tags: x, x, x>

- Used for: Tileset Notetags
- Any map tiles marked with these terrain tags will become shock tiles,
  causing the characters to be shocked and zapped.
- Replace 'x' with a number from 1 to 7 representing the ID of the terrain
  tag you wish to use as a shock tile marker.

---

<Can Shock>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event capable of being affected by shock tiles and being zapped.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Shock>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event unaffected by shock tiles and not be zapped.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Sandsink>

- Used for: Item, Weapon, Armor Notetags
- If the party has an actor equipped a weapon or armor with this notetag,
  the player will become unaffected by shock tiles and not be zapped.
- If the party has a regular item with this notetag in their inventory,
  the player will become unaffected by shock tiles and not be zapped.

---

<Avoid Shock>
<Beware Shock>

- Used for: Event Notetags and Event Page Comment Tags
- Causes the event to avoid stepping on shock tiles when self moving.
- The event can still step onto them when moved via event movement routes.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Careless Shock>
<Ignore Shock>

- Used for: Event Notetags and Event Page Comment Tags
- The event can carelessly move onto shock tiles when self moving.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

Slippery Tile-Related Notetags

UniqueTileEffects Slippery.gif

Slippery tiles cause affected characters on top of them to slide forward until they hit a wall or another object. Once they stop, they can turn and move a different direction. If this new direction is still on the slippery tile, the character will continue sliding that direction, too.

---

<Slippery Region: x>
<Slippery Regions: x, x, x>

- Used for: Map Notetags
- Any map tiles marked with these regions will become slippery tiles,
  causing the characters on top of the go sliding in the direction they're
  facing upon stepping on them.
- Replace 'x' with a number from 1 to 255 representing the ID of the region
  you wish to use as a slippery tile marker.
- If you use this notetag, it will override the default region settings
  found in the Plugin Parameters.

---

<Slippery Terrain Tag: x>
<Slippery Terrain Tags: x, x, x>

- Used for: Tileset Notetags
- Any map tiles marked with these terrain tags will become slippery tiles,
  causing the characters on top of the go sliding in the direction they're
  facing upon stepping on them.
- Replace 'x' with a number from 1 to 7 representing the ID of the terrain
  tag you wish to use as a slippery tile marker.

---

<Can Slip>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event capable of being affected by slippery tiles and slide.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Slip>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event unaffected by slippery tiles and not slide.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Slip>

- Used for: Item, Weapon, Armor Notetags
- If the party has an actor equipped a weapon or armor with this notetag,
  the player will become unaffected by slippery tiles and not slide.
- If the party has a regular item with this notetag in their inventory,
  the player will become unaffected by slippery tiles and not slide.

---

<Avoid Slippery>
<Beware Slippery>

- Used for: Event Notetags and Event Page Comment Tags
- Causes the event to avoid stepping on slippery tiles when self moving.
- The event can still step onto them when moved via event movement routes.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Careless Slippery>
<Ignore Slippery>

- Used for: Event Notetags and Event Page Comment Tags
- The event can carelessly move onto slippery tiles when self moving.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

Water Tile-Related Notetags

UniqueTileEffects Swim.gif

Water tiles are anything that a boat or ship can pass over and do not need to be marked by regions or terrain tags. Water tiles can cause affected characters to drown in them when walking over them. Players will have their whole party take drowning damage and then return to a previously safe location. Events will be erased. If the player is given the ability to swim, the player can traverse water tiles without any drowning problems.

---

<Can Drown>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event capable of being affected by water tiles and drown.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Anti-Drown>

- Used for: Event Notetags and Event Page Comment Tags
- Makes the event unaffected by water tiles and not drown. They are also
  unable to naturally walk into them withou Through-state assistance.
- This will override the default settings found in the Plugin Parameters.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Can Swim>

- Used for: Item, Weapon, Armor Notetags
- If the party has an actor equipped a weapon or armor with this notetag,
  the player will become able to swim in water and traverse them.
- If the party has a regular item with this notetag in their inventory,
  the player will become able to swim in water and traverse them.

---

<Avoid Drown>
<Beware Drown>

- Used for: Event Notetags and Event Page Comment Tags
- Causes the event to avoid stepping on water tiles when self moving.
- The event can still step onto them when moved via event movement routes.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

<Careless Drown>
<Ignore Drown>

- Used for: Event Notetags and Event Page Comment Tags
- The event can carelessly move onto water tiles when self moving.
- This will override the default settings found in the Plugin Parameters.
- The notetag and comment tag variants do the same thing. Which you choose
  to use is entirely up to personal preference.
- If this is placed in a notetag, the effect will be present across
  all event pages used.
- If this is placed inside a page's comment, the effect will only occur
  if that event page is currently active.

---

Plugin Commands

PluginCommandsMZ.png

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:

---

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

---

Player Plugin Commands

---

UniqueTileEffects Bounce.gif

Player: Set Bounce Status
- Changes the player character's ability to navigate on Bounce Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Bounce Tiles.

---

UniqueTileEffects ForceMove.gif

Player: Set Force Move Status
- Changes the player character's ability to navigate on Force Move Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Force Move Tiles.

---

UniqueTileEffects Lava.gif

Player: Set Lava Status
- Changes the player character's ability to navigate on Lava Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Lava Tiles.

---


UniqueTileEffects Quicksand.gif

Player: Set Quicksand Status
- Changes the player character's ability to navigate on Quicksand Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Quicksand Tiles.

---

UniqueTileEffects Shock.gif

Player: Set Shock Status
- Changes the player character's ability to navigate on Shock Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Shock Tiles.

---

UniqueTileEffects Slippery.gif

Player: Set Slippery Status
- Changes the player character's ability to navigate on Slippery Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Slippery Tiles.

---

UniqueTileEffects Swim.gif

Player: Set Swimming Status
- Changes the player character's ability to navigate on water tiles.

  Allow?:
  - Changes the player character's ability to navigate on water tiles.

---

Plugin Commands

PluginCommandsMZ.png

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:

---

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

---

Player Plugin Commands

---

UniqueTileEffects Bounce.gif

Player: Set Bounce Status
- Changes the player character's ability to navigate on Bounce Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Bounce Tiles.

---

UniqueTileEffects ForceMove.gif

Player: Set Force Move Status
- Changes the player character's ability to navigate on Force Move Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Force Move Tiles.

---

UniqueTileEffects Lava.gif

Player: Set Lava Status
- Changes the player character's ability to navigate on Lava Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Lava Tiles.

---


UniqueTileEffects Quicksand.gif

Player: Set Quicksand Status
- Changes the player character's ability to navigate on Quicksand Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Quicksand Tiles.

---

UniqueTileEffects Shock.gif

Player: Set Shock Status
- Changes the player character's ability to navigate on Shock Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Shock Tiles.

---

UniqueTileEffects Slippery.gif

Player: Set Slippery Status
- Changes the player character's ability to navigate on Slippery Tiles.

  Immune?:
  - Changes the player character's ability to navigate on Slippery Tiles.

---

UniqueTileEffects Swim.gif

Player: Set Swimming Status
- Changes the player character's ability to navigate on water tiles.

  Allow?:
  - Changes the player character's ability to navigate on water tiles.

---

Credits

If you are using this plugin, credit the following people in your game:

Team VisuStella

Changelog

Version 1.00 Official Release Date: January 6, 2023

  • Finished Plugin!

End of File