Item Discard (YEP)

From Yanfly.moe Wiki
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.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Required Plugins

The following plugins are required in order to use this plugin.

Place the following plugins above this plugin located in the Plugin Manager.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

This plugin requires YEP_ItemCore.
Make sure this plugin is located under YEP_ItemCore in the plugin list.

Discarding items in RPG Maker MV isn't possible default. In order to get rid
of items, players must either use them or sell them but cannot directly
discard them. This plugin uses the extra menu commands provided by the Item
Core plugin by Yanfly to add a Discard option, allowing players to select
however many items they wish to discard and do so. The player can set the
quantity values by highlighting the Discard option and pressing left/right
to adjust the discard quantity.

This is a collaboration plugin by Sylvester and Yanfly to ensure
compatibility with the Yanfly Engine Plugins library.

*NOTE: This plugin does not support touch screen only games as keyboard or
controller inputs are used to access the ability to adjust discard values.

Notetags

NotetagsMV.png

RPG Maker MV'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.

---

There are a couple of notetags you can use with the Item Discard plugin.
They exist to allow you to offset the Default Discard option in the plugin's
parameter settings.

Item, Weapon, and Armor Notetags:

  <Can Discard>
  - This will set the item, weapon, or armor to be discardable regardless of
  the Default Discard plugin parameter.

  <Cannot Discard>
  - This will set the item, weapon, or armor unable to be discarded
  regardless of the Default Discard plugin parameter.

Changelog

Version 1.02:
- Updated for RPG Maker MV version 1.5.0.

Version 1.01:
- Fixed a problem with the notetags not working.

Version 1.00:
- Finished Plugin!